Releases: rmm5t/strip_attributes
Releases · rmm5t/strip_attributes
v2.0.0
24 Feb 03:16
Compare
Sorry, something went wrong.
No results found
Use frozen string literals and regex constants to reduce allocations ([#63 ])
Limit concurrent-ruby in build matrix for activemodel <= 7.0 ([#79 ])
Avoid string mutation for Ruby 3.4 ([#76 ], [#77 ], [#64 ])
Optimize string allocation during mutation ([#80 ])
v1.14.1
10 Dec 17:26
Compare
Sorry, something went wrong.
No results found
Improved build matrix
Added metadata to gemspec
v1.14.0
10 Nov 18:58
Compare
Sorry, something went wrong.
No results found
Adds Rails 8 support ([#73 ], [#74 ])
Refactor and cleanup option handling ([#69 ])
Adds Ruby 3.2 and 3.3 support ([#65 ], [#70 ])
v1.13.0
13 May 19:55
Compare
Sorry, something went wrong.
No results found
Added a matcher for replace_newlines (#62 )
Added Ruby 3.1 support
v1.12.0
20 Dec 19:48
Compare
Sorry, something went wrong.
No results found
Switches to GitHub CI Workflows
Adds support for Rails 7.0 (#58 and #59 ).
v1.11.0
02 Apr 21:09
Compare
Sorry, something went wrong.
No results found
Prevent stripping frozen values (#53 )
v1.10.1
02 Apr 21:09
Compare
Sorry, something went wrong.
No results found
Fix strip behavior for frozen values (#53 )
NOTE: This fix is backwards incompatible, but a future version will avoid stripping frozen values altogether.
v1.10.0
31 Mar 19:07
Compare
Sorry, something went wrong.
No results found
Clean up and remove (now) redundant #respond_to? calls (#49 )
Legacy and deprecation cleanup (#50 )
Update matcher to take list of arguments; alias it as #strip_attributes (#52 )
v1.9.2
16 Feb 15:31
Compare
Sorry, something went wrong.
No results found
Fix regression in 1.9.1: Arrays & Hashes now become nil #48
v1.9.1
14 Feb 23:57
Compare
Sorry, something went wrong.
No results found
Add official Ruby 2.7 support #45
Zero-width space doesn't result in nil after stripping #46
Fix zero width space strip to nil #47