Skip to content

Releases: Trackap/ExpressMultithread

1.2.2

11 Mar 09:12

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.2

1.2.0

24 Jan 09:19
80b9030

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

17 Jun 13:35

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.1.0

1.0.6

08 Nov 19:44

Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.6

1.0.4

09 Apr 15:47

Choose a tag to compare

What's Changed

  • Fix plugins example
  • Export more elements from index (decorators, Plugin class and types)
  • Add await option in config to make these promise awaited before child init

Full Changelog: 1.0.3...1.0.4

1.0.3

04 Apr 15:22

Choose a tag to compare

What's Changed

  • build(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #7
  • Expose client for internal child manipulations
  • Add get sources functions for childs

Full Changelog: 1.0.1...1.0.3

1.0.1

08 Mar 09:45

Choose a tag to compare

What's Changed

  • Adding genericity on module path resolution
  • Fixing bad callstack index call on error
  • Adding protection against multiple next call
  • Fixing typescript registration for user config reading
  • Adding protection against plugin defining property by deep copying route before calling plugin callback

Full Changelog: 1.0.0...1.0.1

1.0.0

28 Feb 11:09

Choose a tag to compare

What's Changed

  • Call rework by @mderoulou in #6
  • New examples about Error Handling
  • Error are now handled with their error middlewares.
  • Remove promises bottle-neck on some request
  • Error are now well returned to main thread
  • More tests
  • Optimizations and bug fixes

Full Changelog: 0.0.5...1.0.0

0.0.5

06 Nov 10:48

Choose a tag to compare

What's Changed

  • build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #3
  • build(deps-dev): bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #2
  • Handle compiled typescript projects
  • Update docs & READ.me
  • Configuration file (em.config.ts) is now mandatory

New Contributors

Full Changelog: 0.0.4...0.0.5

0.0.4

21 Sep 12:27

Choose a tag to compare

  • Add more config for debugging / logging
  • Add config for restarting threads on crash
  • Fix setter / getter error while decorating
  • Update README
  • Small optimizations
  • Fix typescript registration after plugin importations
  • Typescript registration is now based on tsconfig.json at root project

Full Changelog: 0.0.3...0.0.4