Skip to content

Releases: Itee/itee-database

v8.0.0

16 Feb 22:42
Compare
Choose a tag to compare

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

21 Oct 12:25
Compare
Choose a tag to compare

7.3.2 (2019-10-21)

Bug Fixes

  • tabstractconvertermanager: fix missing return statement on next usage (79844c0)

v7.3.1

26 Sep 12:36
Compare
Choose a tag to compare

7.3.1 (2019-09-26)

Bug Fixes

  • package: update packages and fix version (92640a5)

v7.3.0

14 Aug 15:28
Compare
Choose a tag to compare

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

13 Aug 11:57
Compare
Choose a tag to compare

7.2.2 (2019-08-13)

Bug Fixes

  • tmongodbplugin: add missing return this in addSchema method (bf3e9be)

v7.2.1

13 Aug 10:04
Compare
Choose a tag to compare

7.2.1 (2019-08-13)

Bug Fixes

  • tmongodbplugin: fix schema registration using different registration possibilities (57151b6)

v7.2.0

13 Aug 09:42
Compare
Choose a tag to compare

7.2.0 (2019-08-13)

Features

  • tmongodbplugin: add schema registration (cc1b772)

v7.1.1

13 Aug 07:58
Compare
Choose a tag to compare

7.1.1 (2019-08-13)

Bug Fixes

  • tabstractdatabase: remove extra argument in registerLocalPlugin that collide with path module (0511264)

v7.1.0

12 Aug 16:29
Compare
Choose a tag to compare

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

04 Aug 23:22
Compare
Choose a tag to compare

7.0.1 (2019-08-04)

Bug Fixes

  • package: add postversion script to build with latest package version (7250a2f)