Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 3.81 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.1 (2024-03-31)

Bug Fixes

  • lint: use described_class (afba961)

Features

0.3.0 (2024-03-29)

Features

  • collect: count (7620a62)
  • collect: uniq (59a5c53)
  • collect: uniq with block (5fab50e)
  • rubocop-performance: init & fix rubocop perf (fa91115)

0.2.8 (2024-03-26)

Bug Fixes

Features

  • collect: add left_join, right_join, full_join (bca2af5)
  • collection: add sort, append, prepend, map and test chainable collection (8084fc9)
  • collection: first initial collection & array fn (2009281)
  • collection: first initial collection & array fn (04efd77)
  • data: data accessor based on dot notation (92efb9e)
  • diff: add diff & refactor array spec (d0e3a66)
  • helper: add collect helper (13c4efb)
  • join: inner join (d1f011b)
  • utils: add when, only, except (77da9e8)

[0.1.0] - 2024-03-15

  • Initial release