CHANGELOG.md in requirejs-rails-0.7.0 vs CHANGELOG.md in requirejs-rails-0.7.1
- old
+ new
@@ -1,4 +1,12 @@
+# v0.7.1
+
+- Liberalize asset path filtering. `0.7.0` added filtering on the logical
+ asset path which was too aggressive in that only `.js` files were allowed in
+ builds. The RequireJS config variable `logical_asset_filter` has been
+ added, which allows `.js`, `.html`, `.txt` files by default and is user
+ configurable.
+
# v0.7.0
- Support for [almond](https://github.com/jrburke/almond) via
`config.requirejs.loader = :almond` in application.rb.
- Builds with `config.assets.initialize_on_precompile = false` now work.