v10.0.1 (2026-01-23)
v10.0.0 (2026-01-23)
46f3e3b(package) apply package override to fix trust publishing
6202303(package) change package name itee-database to scoped version @itee/database
v9.0.0 (2026-01-23)
54f687f(tasks) upgrade tasks to latest itee and gulp standards10a0717(tests) remove the need to build backend file to run unit and benches tests
31380aa(gulpfile) fix broken import linksbbe5a04(gulpfile-refresh) use external script that do not require gulp to be loaded for refreshing it72cba4d(compute-unit-tests-task) fix default template for empty units437ab92(tasks) fix frontend task run on empty test generationc3fbe29(release) fix release task and update others to latest standards
b61e07f(node) drop nodejs v18 support and introduce nodejs v24
v8.3.0 (2025-10-19)
5de696b(package) use cz-emoji in favor of cz-conventional-changlogf07bc89(gulpfile) split gulpfile tasks into sub-tasks files
c2e11f2(gulpfile) fix gulp.conf file extension8e510fc(rollup.conf) fix removed parameter name to fix iife generation2860709(builds) fix build tasks and config to be defined locally
8.2.2 (2025-09-08)
- npm: run npm audit fix (74c5885)
8.2.1 (2023-02-09)
- package: remove karme dependencies with broken peer deps (d03dc72)
- tabstractresponder: add default status code to formatted error from Error (309a152)
8.2.0 (2022-03-02)
- tabstractdatabase: allow to use wrapper function named registerPlugin to allow multiexport (6a401c7)
8.1.5 (2022-02-14)
- package: update deps to latest version and move itee peer to deps (60f378e)
8.1.4 (2022-02-14)
8.1.3 (2021-07-21)
- readme: fix readme tags (ac4a9be)
8.1.2 (2021-07-08)
- package: apply dependencies fix (904105a)
- package: apply fix from dependencies (ffaaca8)
- releaserc: fix missing dev maps (3e34131)
- tabstractadatabaseplugin: fix logger usage over static methods (f315d23)
- tabstractdatabase: fix plugin setter and plugin config usage (b11ecf6)
- tabstractdatabase: remove unused import (b55b778)
- tabstractdatacontroller: fix transfert parameter to super class (b3fcb95)
8.1.1 (2021-07-05)
- package: update all dependencies to their latest version (ea35523)
8.1.0 (2021-07-02)
- abstractdatacontroller: fix parameter that should not be optional (66d2949)
- badmappingerror: fix wrong import path (69f05e4)
- global: extends class with tabstractobject and fix all console statement (8551dbd)
- package: apply npm audit fix (3c2ee41)
- package: fix itee-utils and itee-validator peer dependency usage (fca0d3a)
- httperrors: add support for http errors 4xx and 5xx (73fee38)
- iteedatabase: export global Databases map to allow auto registration and use it as factory (7c7cf5e)
- tabstractdatabase: extend tabstractdatabase with tabstractobject and allow to use logger (16115d9)
8.0.2 (2020-02-17)
8.0.1 (2020-02-17)
- tabstractfileconverter: remove useless console warn to avoid eslint warning (21c1bfa)
8.0.0 (2020-02-16)
- global: break this package into sub-package to avoid to install all databases (568eff3)
- global: All databases are in their own package, and no longer available in this one.
7.3.2 (2019-10-21)
- tabstractconvertermanager: fix missing return statement on next usage (79844c0)
7.3.1 (2019-09-26)
- package: update packages and fix version (92640a5)
7.3.0 (2019-08-14)
- 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)
- tabstractfileconvertor: allow to load files from string, url OR directly from memory (2675add)
7.2.2 (2019-08-13)
- tmongodbplugin: add missing return this in addSchema method (bf3e9be)
7.2.1 (2019-08-13)
- tmongodbplugin: fix schema registration using different registration possibilities (57151b6)
7.2.0 (2019-08-13)
- tmongodbplugin: add schema registration (cc1b772)
7.1.1 (2019-08-13)
- tabstractdatabase: remove extra argument in registerLocalPlugin that collide with path module (0511264)
7.1.0 (2019-08-12)
- tabstractdatabase: fix registerPlugins methods forof loop (2e210a3)
- tabstractdatabaseplugin: update controller ctor call and parameters (5b24e7b)
7.0.1 (2019-08-04)
- package: add postversion script to build with latest package version (7250a2f)
7.0.0 (2019-08-04)
- rollupconfig: update external package to avoid big bundle. Remove unecessary rollup plugin (e320cb0)
- rollupconfig: Database are no longer packaged with bundle
6.0.0 (2019-08-03)
- gulpfile: fix default name for umd module on bundling (b2bc5b4)
- readme: fix travis url (1ff3cbe)
- tabstractconvertermanager: fix wrong classname to call static method (050ac4e)
- tabstractdatabase: fix missings imports from itee-validators (bfce080)
- tabstractdatabaseplugin: fix missings imports from ite-validators (d916c8a)
- tmongodbplugin: fix bad package for some validation function (ab0b5ba)
- tpostgressqlcontroller: fix wrong variable name (b1179be)
- tpostgressqldatabase: fix wrong duplicate variable declaration (d4c8278)
- tpostgressqldatabase: fix wrong import usage for pg-promise (e16ca69)
- travis: fix env variable declaration (2e00771)
- travis: fix missing patch script call in travis deployment (dac3ea9)
- release: builds (b8ca248)
- release: use bundle instead of main entry point