Releases: Trackap/ExpressMultithread
Releases · Trackap/ExpressMultithread
1.1.1
What's Changed
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #17
- build(deps): bump path-to-regexp and express by @dependabot in #18
- build(deps): bump brace-expansion by @dependabot in #20
- build(deps-dev): bump @babel/helpers from 7.22.6 to 7.26.10 by @dependabot in #19
- CallLoop rework by @mderoulou in #21
Full Changelog: 1.0.6...1.1.0
1.0.6
What's Changed
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #8
- build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #9
- build(deps): bump serve-static and express by @dependabot in #10
- build(deps): bump send and express by @dependabot in #11
- build(deps): bump body-parser and express by @dependabot in #12
- build(deps): bump cookie and express by @dependabot in #14
Full Changelog: 1.0.4...1.0.6
1.0.4
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
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
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
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
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
- @dependabot made their first contribution in #3
Full Changelog: 0.0.4...0.0.5
0.0.4
- 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
0.0.3
- Add decorators plugin support (you can create your own)
- Walk are now relative (no more need to add absolute path)
- Configs are now in a separate file, you need to create one (at the root of your project see: README)
- More tests
- Plugin example
- Quick fixes
Full Changelog: 0.0.1-beta2...0.0.3
0.0.1-beta2
Full Changelog: 0.0.1-beta1...0.0.1-beta2