Skip to content

Latest commit

 

History

History
126 lines (65 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

126 lines (65 loc) · 6.27 KB

6.2.7 (2022-02-14)

Bug Fixes

  • package: update deps to latest version (5a29028)

6.2.6 (2022-02-14)

Bug Fixes

  • package: update deps to latest version (6c42c05)
  • package: update packagelock (0953cbe)

6.2.5 (2021-07-21)

Bug Fixes

  • readme: fix readme tags (fa69535)

6.2.4 (2021-07-08)

Bug Fixes

  • tbackendmanager: fix parameter assignment in ctor (de61172)

6.2.3 (2021-07-08)

Bug Fixes

  • tbackendmanager: fix logger usage (d9aacb3)

6.2.2 (2021-07-08)

Bug Fixes

  • eslint: remove console statement in favor of this.logger from itee core package (3593054)
  • package: apply dependencies fix (03c7064)
  • package: apply fix from dependencies (992e868)
  • package: apply npm audit fix (2b28842)
  • package: update all dependencies to their latest version (49162e4)
  • releaserc: fix missing dev maps (26fbe2d)
  • tbackendmanager: fix bad server shutdown when connection are open, and add setter/getter (20c8f1d)

6.2.1 (2020-02-18)

Bug Fixes

  • tbackendmanager: fix database package assignment (cf4c973)

6.2.0 (2020-02-18)

Bug Fixes

  • package: move itee packages as peer dependencies (c88f92d)
  • tbackendmanager: add missing import isDefined (986b96a)
  • tbackendmanager: comment itee-database mapping waiting new release (7ddbfb6)

Features

  • tbackendmanager: allow user to specify the database package to use (0c3de43)

6.1.1 (2020-02-17)

Bug Fixes

  • package: update package lock (178957d), closes #2
  • package: update package lock (246bec6), closes #7

6.1.0 (2019-08-12)

Bug Fixes

  • tbackendmanager: fix router initialisation (2fae240)
  • tbackendmanager: fix stop method crash in case no callback was provide (cac1489)

Features

  • docs: add documentation to github (2619908)
  • tbackendmanager: allow to load middlesware from package and/or local folder, like routers (e813ab4)

6.0.0 (2019-08-05)

Bug Fixes

  • gulpfile: fix default name of package to use in banner (67b76eb)
  • package: fix main and module keys to target builds and add postversion script (62990b6)
  • rollupbenchconfig: fix files to use under benchs tests (d6dd453)
  • tserver: remove duplicate applications declaration and remove/add some express config (05dea56)
  • tserver: update error message, and remove bad conditional check in initRouters (734127c)

Build System

  • gulpfile: remove iife and umd support (e73ea2e)

Code Refactoring

  • tbackendmanager: rename tserver into tbackendmanager (d67c08f)
  • tserver: update the router usage and declaration (2420565)

Features

  • tserver: allow to load local middleware for application, and refactor in smarter way (0c047e2)
  • tserver: allow to start multiple servers. use map to cache them. refactor the start message (c4f0eda)

BREAKING CHANGES

  • tbackendmanager: rename tserver to tbackendmanager
  • tserver: the routers declaration change, and related configuration is now under application
  • gulpfile: remove iife and umd bundles