forked from ezyatev/manifest-revision-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
46 lines (30 loc) · 919 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Manifest Revision Webpack Plugin changelog
==========================================
Version 0.4.1
-------------
- Add support for webpack 3.x
- Add Windows support
Version 0.4.0
-------------
- Allow for webpack v2.2.0 in package.json
Version 0.3.0
-------------
- Add extensionsRegex option to white list assets you always want included
Version 0.2.0
-------------
- Support multiple files per named chunk (fixes #11 and #4)
Version 0.1.0
-------------
- ignorePaths now accepts either a directory or file path as a string or Regex
- hot-update.js is now excluded from the output of the manifest file
- JSON.stringify is now only called when the formatter is an Object or Array
- Add Travis-CI tests
Version 0.0.5
-------------
- Add ability to pass in a custom format function
Version 0.0.4
-------------
- Add format option and support for Ruby on Rails
Version 0.0.1
-------------
- First release