Skip to content

3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rsaz rsaz released this 24 Nov 02:15
· 18 commits to main since this release

What's Changed

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

Full Changelog: 3.0.0-beta.1...3.0.0-beta.2