Releases: Axel77g/js-aggregate
Releases · Axel77g/js-aggregate
v0.0.4
v0.0.3
v0.0.3 - First Public Release
This is the first public release of [Your Package Name], a lightweight JavaScript library for aggregating and transforming large JSON datasets directly in the browser. Inspired by MongoDB’s aggregation framework, this version provides basic aggregation operations such as Match, Unwind, Project, Group, Sort, and more.
Features:
- Basic Aggregation Operations: Filter, project, group, and sort your JSON data.
- Optimized for Front-End: Works well with large datasets in the browser (ideal for use with IndexedDB, LocalStorage, etc.).
- Intuitive API: Simple and flexible API for chaining aggregation operations and transforming data.
This release focuses on providing essential aggregation functionality, with plans for more advanced features in future releases.
Changes:
- First public release of the library.
- Implemented basic aggregation operations like
Match,Unwind,Project, andGroup. - Optimized for front-end usage and large JSON data handling.
Installation:
npm install js-aggregate