- Fix duplicated shared chunks issue (#38) by @thiagobrandam
- change name of method to fix conflict with ransack (#32) by @sadgb
- Add support for integrity attribute when using experimental splitChunks (#27) by @Jukejc
- Support manifest files that have integrity hashes in them (#24) by @HellRok
- Return value of
Minipack::Manifest#lookup!
andMinipack::Manifest#find
, now changed from String toMinipack::Manifest::Entry
.
- Add ability to instruct minipack if CSS will be in the manifest (#22) by @jmortlock
- Fix bug that Configuration#manifests returns manifest object with nil path (#21)
The project was renamed to Minipack from WebpackManifest since v0.3.0. Please refer to the migration guide from WebpackManifest.
- Rename the project as Minipack.
- pre-build in test (#11)
- Enable to set default value through config_attr (#16)
- Added
javascript_bundles_with_chunks_tag
andstylesheet_bundles_with_chunks_tag
helpers, which creates html tags for a pack and all the dependent chunks, when using splitChunks. (#7)
- Support passing symbols to helper methods (#5) by @jmortlock
- Support reading manifest.json from an uri (#4)
- Improve exceptional case handling
- Multiple manifest files support
- Changed internal and public APIs
Initial release