Hamlit v3.0.1 Release Notes
Release Date: 2022-08-18 // about 2 years ago-
๐ Changed
- ๐ coffee-script is removed from development dependency
- It's not runtime dependency, so it shouldn't impact your application
:coffee
filter 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: false
for non-Rails environments:disable_capture
is 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