Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 1.09 KB

Changelog

1.0.0 (2023-11-25)

Features

  • ✨ Added more methods to collection (ba51f9a)
  • Initial commit (ecc188b)
  • Refactor Collection class and improve its functionalities (37ff3bf)

Bug Fixes

  • contains and doesntContain resulting in wrong values (d15498f)
  • dataGet helper and has method in collection (d095cfc)
  • range and reduce methods special cases (8590be2)
  • Fix some methods not working properly in some cases (4aa8180)