1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-16 04:29:21 +00:00

feat(listener): Add full support for ESM & Better typing
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 2m35s

Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
This commit is contained in:
2023-11-09 15:14:22 +01:00
parent f804e0f43c
commit 3d74438086
4 changed files with 2552 additions and 55 deletions

View File

@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.0] - 2023-11-09
### Added
- Full support for both CJS & ESM
### Changed
- Better typing support
## [1.0.3] - 2022-11-17
### Fixed