Skip to content

Latest commit

 

History

History
78 lines (39 loc) · 2 KB

CHANGELOG.adoc

File metadata and controls

78 lines (39 loc) · 2 KB

Corefines Changelog

1.11.1 (2021-07-21)

  • Fix String#rekey with symbol proc (e.g. &:to_s) failing on Ruby 3.0.

1.11.0 (2017-09-15)

1.10.0 (2017-07-26)

  • Replace deprecated Fixnum with Integer.

1.9.0 (2016-02-03)

1.8.0 (2015-07-06)

1.7.0 (2015-07-05)

1.6.0 (2015-05-16)

1.5.0 (2015-05-03)

  • Rename String refinement #to_regexp to #to_re to avoid bug #11117 in MRI.

1.4.0 (2015-05-03)

1.3.0 (2015-04-29)

1.2.0 (2015-04-27)

1.1.0 (2015-04-25)

  • Add new refinement String#to_b.

  • Change alias for operator + from OpPlus to OpAdd and for operator - from OpMinus to OpSub.

  • Support operators +@ (alias OpPlus) and -@ (alias OpMinus).

1.0.0 (2015-04-02)

The first stable release.