This repository has been archived by the owner on May 2, 2022. It is now read-only.
Releases: chartshq/datamodel
Releases · chartshq/datamodel
v3.0.0
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
v2.3.1
Merge branch 'release/v2.3.1'
v2.3.0
API Changes - Introduced field registry to register new type of fields - Introduced data converter registry for registering new types of data converters like geojson,tsv,etc Bug Fixes - Fix temporal field domain method - Fix propagation when row id is passed in identifiers - Minor bug fixes