Hamlit v3.0.1 Release Notes

Release Date: 2022-08-18 // over 1 year 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.

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.