Releases: tiny-blocks/collection
Releases · tiny-blocks/collection
v1.3.0
- Improves implementation of sorting for object collections.
- Enhances documentation.
v1.2.0
- Adds enhancement and typing for collection.
- Improves filter performance.
- Refactors the internal iterator.
v1.1.0
- Implements reduce function for aggregating values in collections.
v1.0.1
- 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
- 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.