Skip to content

v6.0.0

Choose a tag to compare

@Itee Itee released this 05 Aug 00:51
· 249 commits to master since this release

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