3.0.0-beta.2
Pre-release
Pre-release
What's Changed
- Test/unit test by @juliano-soares in #195
- feat: implement Express Micro API adapter with route management and I… by @rsaz in #196
3.0.0-beta.2 (2024-11-24)
Features
- add getHttpServer method and update listen method to return a promise (82895c2)
- add unit tests for various utility functions and application lifecycle methods (d3d91b0)
- add unit tests IOC container addScoped, addSingleton, addTransient, get (e3028fa)
- implement Express Micro API adapter with route management and IoC container (1720378)
Bug Fixes
- exclude dependency injection files from coverage collection (e8fdd90)
- update @expressots/core dependency version to use semantic versioning (2130e4d)
Code Refactoring
- clean up whitespace and formatting in various test files (5be0404)
New Contributors
- @juliano-soares made their first contribution in #195
Full Changelog: 3.0.0-beta.1...3.0.0-beta.2