Skip to content

Releases: final-hill/decorator-contracts

v0.25.3

17 Jun 18:50
52a3de3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.1...v0.25.3

v0.25.1

15 Jan 22:15
88a216a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.25.1

v0.25.0

27 Aug 15:55
6b5299b
Compare
Choose a tag to compare
  • 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 native override keyword and @override JSDoc tag

v0.24.2

23 Oct 03:02
7cecfd9
Compare
Choose a tag to compare
  • Updated README to use images instead of mermaid diagrams
  • Updated dependencies
  • Improved error messaging of MSG_INVALID_CONTEXT
  • Grammar + spelling fix of CHANGELOG.md

v0.24.1

21 Aug 20:01
6a7ede5
Compare
Choose a tag to compare
  • Bugfix of generated type declaration (#238)
  • Updated README to reflect current features (#239)
  • Updated README to use mermaid diagram

v0.24.0

21 Aug 17:19
727afc3
Compare
Choose a tag to compare
  • Fixed a subtle issue with subcontracting resolution (breaking change) (#236)
  • Updated VSCode debug settings to support the modern IDE
  • Updated npm dependencies

v0.23.1

11 Aug 03:06
a477581
Compare
Choose a tag to compare
  • Updated dependencies
  • Refactored code to leverage new TypeScript features

v0.23.0

29 Jan 23:44
0b0e371
Compare
Choose a tag to compare
  • Fixed bug in README Stack example
  • Updated README instructions on webpage installation
  • Updated dependencies
  • Updated headers for 2022
  • Linting fixes
  • Added better error messaging for @override issues

v0.22.0

21 Nov 20:21
8c2c696
Compare
Choose a tag to compare
  • Added implies function
  • Added iff function
  • Added topic tags to github repo
  • Updated package.json keywords

v0.21.2

13 Oct 02:02
fac7623
Compare
Choose a tag to compare
  • Audit fix of dependencies
  • Updated dependencies
  • Upgraded implementation to TypeScript 4.4.4