Skip to content

Latest commit

 

History

History
97 lines (61 loc) · 1.14 KB

File metadata and controls

97 lines (61 loc) · 1.14 KB

Changelog

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.

[Unreleased]

  • #compact
  • #compact!
  • #>
  • #>=
  • #<
  • #<=

[0.6.1] - 2023-05-05

Added

  • api docs

[0.6.0] - 2022-10-28

Added

  • inspect
  • to_s
  • delete_if
  • first, min
  • last, max

Changed

  • Refactoring
  • Performance improvements for #==

[0.5.0] - 2022-10-04

Added

  • ==()
  • each like methods without a block returns Enumerator
  • reverse_each

Changed

  • Refactoring

[0.4.1] - 2022-09-30

Changed

  • Fix - Failed building on Apple M1 CPU

[0.4.0] - 2022-09-16

Added

  • Native integer comparator
  • search_before()
  • search_after()
  • empty?()

Changed

  • Bugfixes

[0.3.0] - 2022-09-11

Added

  • to_proc()
  • empty?()
  • filter()
  • filter!()
  • select()
  • select!()

[0.2.1] - 2022-09-08

Changed

  • Legacy CMake versions support

[0.2.0] - 2022-09-07

Changed

  • Small refactoring

Added

  • to_a()
  • to_h()
  • clear()
  • include?()