Releases: final-hill/decorator-contracts
Releases · final-hill/decorator-contracts
v0.25.3
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #266
- Updated dependencies by @mlhaufe in #268
- 261 Replaced jest with native node test runner by @mlhaufe in #269
New Contributors
- @dependabot made their first contribution in #266
Full Changelog: v0.25.1...v0.25.3
v0.25.1
v0.25.0
- Updated dependencies
- Updated header year to 2023
- Project targets ES2022 to utilize the new decorator feature
- Updated decorator implementation to track the standard
- Converted project to utilize ESM
- Simplified eslint configuration
- Removed
@override
decorator in favor of nativeoverride
keyword and@override
JSDoc tag