All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.4 - 2024-05-25
- Trim files from built artifact.
0.3.3 - 2021-11-17
- Require MFA for releasing.
0.3.2 - 2021-04-16
- Ensure that
String#underscore
still uses acronyms whenActiveSupport
is being loaded.
0.3.1 - 2018-08-18
- Don't require
'active_support'
, just allow the user to side-load it.
0.3.0 - 2018-01-03
- Use
include
instead ofprepend
for extending the inflector.
0.2.0 - 2018-01-02
- Instead of needing
ActiveSupport
to be loaded before requiringfast_underscore
,fast_underscore
can now detect whenActiveSupport
redefines theunderscore
method and automatically redefine at that point. Note that this basically flips the requirement such thatfast_underscore
needs to be loaded first (which is actually much faster).
0.1.0 - 2017-12-17
- Support for the Rails 5.2 beta.