Releases: Itee/itee-database
Releases · Itee/itee-database
v8.0.0
8.0.0 (2020-02-16)
Code Refactoring
- global: break this package into sub-package to avoid to install all databases (568eff3)
BREAKING CHANGES
- global: All databases are in their own package, and no longer available in this one.
v7.3.2
7.3.2 (2019-10-21)
Bug Fixes
- tabstractconvertermanager: fix missing return statement on next usage (79844c0)
v7.3.1
7.3.1 (2019-09-26)
Bug Fixes
- package: update packages and fix version (92640a5)
v7.3.0
7.3.0 (2019-08-14)
Bug Fixes
- tabstractconvertermanager: fix hard return on already processed files, and better file check (923c7ef)
- tabstractconvertmanager: fix inserter ctor parameters (9c6ecea)
- tabstractfileconverter: fix wrong variable name in queue processing as dump type (1a1248f)
- tmongodbplugin: change shema registration order. check before registerModelTo and then function (2161b43)
Features
- tabstractfileconvertor: allow to load files from string, url OR directly from memory (2675add)
v7.2.2
7.2.2 (2019-08-13)
Bug Fixes
- tmongodbplugin: add missing return this in addSchema method (bf3e9be)
v7.2.1
7.2.1 (2019-08-13)
Bug Fixes
- tmongodbplugin: fix schema registration using different registration possibilities (57151b6)
v7.2.0
7.2.0 (2019-08-13)
Features
- tmongodbplugin: add schema registration (cc1b772)
v7.1.1
7.1.1 (2019-08-13)
Bug Fixes
- tabstractdatabase: remove extra argument in registerLocalPlugin that collide with path module (0511264)
v7.1.0
7.1.0 (2019-08-12)
Bug Fixes
- tabstractdatabase: fix registerPlugins methods forof loop (2e210a3)
- tabstractdatabaseplugin: update controller ctor call and parameters (5b24e7b)
Features
- docs: add docs to github (1882ac1)
- tmongodbplugin: allow to register type from code (479898c)
v7.0.1
7.0.1 (2019-08-04)
Bug Fixes
- package: add postversion script to build with latest package version (7250a2f)