Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@ranajitbanerjee ranajitbanerjee released this 31 Jul 11:17
· 2 commits to master since this release
API Changes

 - Load data asynchronously
 - DataModel constructor now takes an object of data and schema instead of two separate parameters
 - Select operation now takes a json object for query instead of a function
 - GroupBy operation now takes an array of objects containing aggregation function and field name instead of an object in second parameter

Improvements
 - Improve performance of data operations using webassembly
 - Use web workers to load data
 - Improve data propagation performance
 - Dispose api is added which must be called when the datamodel is no longer used for freeing the memory