Skip to content

Releases: Itee/itee-database

v8.2.1

09 Feb 17:07
Compare
Choose a tag to compare

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)

v8.2.0

02 Mar 15:48
Compare
Choose a tag to compare

8.2.0 (2022-03-02)

Features

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

v8.1.5

14 Feb 12:43
Compare
Choose a tag to compare

8.1.5 (2022-02-14)

Bug Fixes

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

v8.1.4

14 Feb 08:38
Compare
Choose a tag to compare

8.1.4 (2022-02-14)

Bug Fixes

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

v8.1.3

21 Jul 18:41
Compare
Choose a tag to compare

8.1.3 (2021-07-21)

Bug Fixes

  • readme: fix readme tags (ac4a9be)

v8.1.2

08 Jul 09:28
Compare
Choose a tag to compare

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)

v8.1.1

05 Jul 12:37
Compare
Choose a tag to compare

8.1.1 (2021-07-05)

Bug Fixes

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

v8.1.0

02 Jul 19:48
Compare
Choose a tag to compare

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)

v8.0.2

17 Feb 16:03
Compare
Choose a tag to compare

8.0.2 (2020-02-17)

Bug Fixes

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

v8.0.1

17 Feb 15:35
Compare
Choose a tag to compare

8.0.1 (2020-02-17)

Bug Fixes

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