CHANGELOG.md in hanami-assets-0.2.1 vs CHANGELOG.md in hanami-assets-0.3.0
- old
+ new
@@ -1,7 +1,21 @@
# Hanami::Assets
Assets management for Ruby web applications
+## v0.3.0 - 2016-07-22
+### Added
+- [Matthew Gibbons & Sean Collins] Subresource Integrity (SRI)
+- [Matthew Gibbons & Sean Collins] Allow `javascript` and `stylesheet` helpers to accept a Hash representing HTML attributes. Eg. `<%= javascript 'application', async: true %>`
+
+### Fixed
+- [Alexander Gräfe] Safely precompile assets from directories with a dot in their name.
+- [Luca Guidi] Detect changes for Sass/SCSS dependencies.
+- [Maxim Dorofienko & Luca Guidi] Preserve static assets under public directory, by removing only assets directory and manifest at the precompile time.
+
+### Changed
+– [Luca Guidi] Drop support for Ruby 2.0 and 2.1. Official support for JRuby 9.0.5.0+.
+- [Luca Guidi] Don't create digest version of files under public directory, but only for precompiled files.
+
## v0.2.1 - 2016-02-05
### Changed
- [Derk-Jan Karrenbeld] Don't precompile `.map` files
### Fixed