Hamlit v3.0.1 Release Notes
Release Date: 2022-08-18 // almost 4 years ago-
🔄 Changed
- 🚚 coffee-script is removed from development dependency
- It's not runtime dependency, so it shouldn't impact your application
:coffeefilter still works if you explicitly install coffee-script, however, it's no longer maintained and possibly removed in the future.
- 🚚 coffee-script is removed from development dependency
Previous changes from v3.0.0
-
🔄 Changed
- 💥 [breaking] Use
disable_capture: falsefor non-Rails environments:disable_captureis an option introduced in v2.16.1. See its release notes for details.- If you use Rails, it continues to use
disable_capture: true, so you're not impacted by this change.
- 💥 [breaking] Use