Skip to content

Releases: tiny-blocks/collection

v1.3.0

02 Oct 18:09
d4b7db6
Compare
Choose a tag to compare
  • Improves implementation of sorting for object collections.
  • Enhances documentation.

v1.2.0

30 Sep 11:34
Compare
Choose a tag to compare
  • Adds enhancement and typing for collection.
  • Improves filter performance.
  • Refactors the internal iterator.

v1.1.0

29 Sep 01:55
4898ff6
Compare
Choose a tag to compare
  • Implements reduce function for aggregating values in collections.

v1.0.1

27 Sep 19:27
3a4c315
Compare
Choose a tag to compare
  • Corrected the sort method to ensure proper application of sorting based on the provided criteria, fixing order handling issues within the collection.
  • Refactored the each method to execute actions on the collection's elements without modifying them, preserving the expected behavior for chaining operations.

v1.0.0

27 Sep 14:52
0addaa8
Compare
Choose a tag to compare
  • Added collection operations including adding, filtering, mapping, sorting, etc.
  • Implemented unit tests for core functionalities, ensuring correct behavior and performance benchmarks.
  • Enhanced memory usage checks and ensured lazy loading with generators.