We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff30a8e commit f824bacCopy full SHA for f824bac
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## 0.14.0
4
+
5
+ * Added `Encore.configureFilenames()` so that you can fully control
6
+ the filename patterns for all types of files - #137 via @Lyrkan
7
8
+ * Added `Encore.configureRuntimeEnvironment()`, which is useful
9
+ if you need to require `webpack.config.js` from some non-Encore
10
+ process (e.g. Karma) - #115 via @Lyrkan
11
12
## 0.13.0
13
14
* [BEHAVIOR CHANGE] Image and font files now *always* include
0 commit comments