Skip to content

Commit a003e44

Browse files
committed
updating changelog for 0.13.0
1 parent c2f6012 commit a003e44

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

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+
325
## 0.12.0
426

527
* Fixed a bug with webpack 3.4.0 ("Can't resolve dev") - #114.

0 commit comments

Comments
 (0)