Skip to content

Releases: Axel77g/js-aggregate

v0.0.4

15 Dec 17:57
5d4d656

Choose a tag to compare

Add Expression Document Operation to add custom JS execution on document while executing Match Collection operation

v0.0.3

14 Dec 21:50
b387f23

Choose a tag to compare

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, and Group.
  • Optimized for front-end usage and large JSON data handling.

Installation:

npm install js-aggregate