File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.13.0
4
+
5
+ * [ BEHAVIOR CHANGE] Image and font files now * always* include
6
+ a hash in their filename, and the hash is shorter - #110 via @Lyrkan
7
+
8
+ * Fixed a bug that caused extra comments to be in the final production
9
+ compiled JavaScript - #132 via @weaverryan
10
+
11
+ * ` Encore.enablePostCssLoader() ` now accepts an options callback -
12
+ #130 via @Lyrkan
13
+
14
+ * ` Encore.enableLessLoader() ` now accepts an options callback -
15
+ #134 via @Lyrkan
16
+
17
+ * Added ` Encore.enableForkedTypeScriptTypesChecking() ` to enable
18
+ [ fork-ts-checker-webpack-plugin] ( https://github.com/Realytics/fork-ts-checker-webpack-plugin )
19
+ for faster typescript type checking - #101 via @davidmpaz
20
+
21
+ * Added ` Encore.disableImagesLoader() ` and ` Encore.disableFontsLoader() `
22
+ to totally disable the ` file-loader ` rules for images and fonts -
23
+ #103 via @Lyrkan
24
+
3
25
## 0.12.0
4
26
5
27
* Fixed a bug with webpack 3.4.0 ("Can't resolve dev") - #114 .
You can’t perform that action at this time.
0 commit comments