- Breaking Changes
- Removed "set" explicit dependency; this prevents conflicts with modern Ruby versions, which ship such gem in the stdlib
- Bumped minimum Ruby version to 3.0
- Enhancements
- Switch back to the original rbtree gem, which added support for Ruby >=3.0.
- Enhancements
- Switch to the rbtree3 gem to support Ruby >=3.0.
- Enhancements
- Be a no-op library for JRuby, as it has its own version of Set and SortedSet.
This is the first release of sorted_set as a gem. Here lists the changes since the version bundled with Ruby 2.7.
- Breaking Changes
- The pure-ruby fallback implementation has been removed. It now requires an RBTree library to install and run.