|
| 1 | +# Change Log |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | +This project adheres to [Semantic Versioning](http://semver.org/). |
| 4 | + |
| 5 | +Latest version of this document will always be available on https://github.com/SimenB/add-asset-html-webpack-plugin/releases |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | +### Added |
| 9 | +- A Changelog! |
| 10 | +- A first attempt to add typings |
| 11 | + |
| 12 | +### Fixes |
| 13 | +- Fix wrong documentation |
| 14 | + |
| 15 | +### Internal |
| 16 | +- Centralise linting |
| 17 | + |
| 18 | +## [0.4.0] - 2016-07-21 |
| 19 | +### Added |
| 20 | +- `publicPath` option (#9, thanks @wadahiro) |
| 21 | + |
| 22 | +### Internal |
| 23 | +- Lint the code on travis |
| 24 | + |
| 25 | +## [0.3.0] - 2016-07-15 |
| 26 | +### Added |
| 27 | +- Add `hash` option to append a hash to the filename (#8, thanks @wadahiro) |
| 28 | + |
| 29 | +### Changed |
| 30 | +- Added a note in the readme regarding what version of `html-webpack-plugin` is needed |
| 31 | + |
| 32 | +### Internal |
| 33 | +- Use AirBnB ESLint config instead of Standard |
| 34 | + |
| 35 | +## [0.2.0] - 2016-05-30 |
| 36 | +### Added |
| 37 | +- Allow passing an array of files to the plugin (#6) |
| 38 | + |
| 39 | +## [0.1.0] - 2016-05-28 |
| 40 | +### Changed |
| 41 | +- Pass `htmlPluginData` to the callback (#5, thanks @RyanEwen) |
| 42 | + |
| 43 | +## [0.0.3] - 2016-03-17 |
| 44 | +### Changed |
| 45 | +- Use `html-webpack-plugin-before-html-generation` as the event from `html-webpack-plugin` |
| 46 | + |
| 47 | +## [0.0.2] - 2016-02-27 |
| 48 | +### Added |
| 49 | +- A Changelog! |
| 50 | +- Use `publicPath` from webpack config if available |
| 51 | + |
| 52 | +#### Internal |
| 53 | +- Fix URL to repo in package.json |
| 54 | + |
| 55 | +## [0.0.1] - 2016-02-27 |
| 56 | +Initial release |
| 57 | + |
| 58 | + |
| 59 | +[Unreleased]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.4.0...HEAD |
| 60 | +[0.4.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.3.0...v0.4.0 |
| 61 | +[0.3.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.2.0...v0.3.0 |
| 62 | +[0.2.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.1.0...v0.2.0 |
| 63 | +[0.1.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.0.3...v0.1.0 |
| 64 | +[0.0.3]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.0.2...v0.0.3 |
| 65 | +[0.0.2]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.0.1...v0.0.2 |
| 66 | +[0.0.1]: https://github.com/SimenB/add-asset-html-webpack-plugin/commit/02e262d47b56934b714f71d92b557ba3204eae22 |
0 commit comments