Skip to content

Latest commit

 

History

History
217 lines (109 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

217 lines (109 loc) · 10.5 KB

8.2.1 (2023-02-09)

Bug Fixes

  • 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)

Features

  • tabstractdatabase: allow to use wrapper function named registerPlugin to allow multiexport (6a401c7)

8.1.5 (2022-02-14)

Bug Fixes

  • package: update deps to latest version and move itee peer to deps (60f378e)

8.1.4 (2022-02-14)

Bug Fixes

  • package: apply npm audit fix (75a471e)
  • package: update deps to latest version (e7751da)

8.1.3 (2021-07-21)

Bug Fixes

  • readme: fix readme tags (ac4a9be)

8.1.2 (2021-07-08)

Bug Fixes

  • 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)

Bug Fixes

  • package: update all dependencies to their latest version (ea35523)

8.1.0 (2021-07-02)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • package: update package lock (996460e), closes #7

8.0.1 (2020-02-17)

Bug Fixes

  • tabstractfileconverter: remove useless console warn to avoid eslint warning (21c1bfa)

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.

7.3.2 (2019-10-21)

Bug Fixes

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

7.3.1 (2019-09-26)

Bug Fixes

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

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)

7.2.2 (2019-08-13)

Bug Fixes

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

7.2.1 (2019-08-13)

Bug Fixes

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

7.2.0 (2019-08-13)

Features

  • tmongodbplugin: add schema registration (cc1b772)

7.1.1 (2019-08-13)

Bug Fixes

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

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)

7.0.1 (2019-08-04)

Bug Fixes

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

7.0.0 (2019-08-04)

Code Refactoring

  • rollupconfig: update external package to avoid big bundle. Remove unecessary rollup plugin (e320cb0)

BREAKING CHANGES

  • rollupconfig: Database are no longer packaged with bundle

6.0.0 (2019-08-03)

Bug Fixes

  • 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)

chore

BREAKING CHANGES

  • release: use bundle instead of main entry point