Skip to content

Releases: rmm5t/strip_attributes

v1.13.0

13 May 19:55
Compare
Choose a tag to compare
  • Added a matcher for replace_newlines (#62)
  • Added Ruby 3.1 support

v1.12.0

20 Dec 19:48
v1.12.0
Compare
Choose a tag to compare
  • Switches to GitHub CI Workflows
  • Adds support for Rails 7.0 (#58 and #59).

v1.11.0

02 Apr 21:09
v1.11.0
Compare
Choose a tag to compare
  • Prevent stripping frozen values (#53)

v1.10.1

02 Apr 21:09
v1.10.1
Compare
Choose a tag to compare
  • 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
v1.10.0
Compare
Choose a tag to compare
  • 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
v1.9.2
Compare
Choose a tag to compare
  • Fix regression in 1.9.1: Arrays & Hashes now become nil #48

v1.9.1

14 Feb 23:57
v1.9.1
Compare
Choose a tag to compare
  • 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

1.9.0

24 Feb 19:39
Compare
Choose a tag to compare
  • Adds :if and :unless options (#37)

v1.8.1

22 Jan 21:12
v1.8.1
Compare
Choose a tag to compare
  • Add Rails 6 compatibility (#36)

v1.8.0

02 Jun 19:10
v1.8.0
Compare
Choose a tag to compare
  • Added multibyte whitespace support to :collapse_spaces option (#32)