Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.11 KB

File metadata and controls

68 lines (50 loc) · 2.11 KB

Set Changelog

1.1.1 (2024-11-29)

1.1.0 (2023-12-23)

  • Optimize for and require Ruby >=3

1.0.4 (2023-12-08)

  • Enhancements
    • Avoid the block or return pattern to save Proc allocations #29 (@casperisfine)
    • Set#merge takes many enumerable objects #30

1.0.3 (2022-09-06)

1.0.2 (2021-10-25)

1.0.1 (2020-12-22)

  • Enhancements
    • Eliminate warnings

1.0.0 (2020-12-21)

This is the first release of set as a gem. Here lists the changes since the version bundled with Ruby 2.7.

  • Breaking Changes

    • SortedSet has been removed for dependency and performance reasons. #2 (@knu)
  • Enhancements