All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- #compact
- #compact!
- #>
- #>=
- #<
- #<=
- api docs
- inspect
- to_s
- delete_if
- first, min
- last, max
- Refactoring
- Performance improvements for #==
- ==()
- each like methods without a block returns Enumerator
- reverse_each
- Refactoring
- Fix - Failed building on Apple M1 CPU
- Native integer comparator
- search_before()
- search_after()
- empty?()
- Bugfixes
- to_proc()
- empty?()
- filter()
- filter!()
- select()
- select!()
- Legacy CMake versions support
- Small refactoring
- to_a()
- to_h()
- clear()
- include?()