- Include support for webpack 2
- Add a comment option
- Fix URL concatenation
- Allow configuration of output filename
- Prepend manifest entries with output publicPath
- Implement exclude option. Assets can now be excluded from the manifest!
- Re-implement in ES6!
- Settings are now expected to be a list, not an options-style object.
- Added support for a SETTINGS section with option 'prefer-online'.
- Encode explicit URIs in manifests.
- Fix node installs
- Initial implementation
- Project skeleton