Skip to content

Release 3.2.5

Compare
Choose a tag to compare
@gkellogg gkellogg released this 04 Jan 23:15
· 28 commits to develop since this release
  • Simplify STR_EXPR terminal by using \s+ instead of #{WS} due to changes in Ruby 3.2 regular expressions. Fixes #45.
  • Change the way depth keyword argument is passed when used with **options.
  • Address problem in results when adding a singleton method to a frozen result.