Skip to content

Releases: final-hill/decorator-contracts

v0.2.0

06 May 21:18
Compare
Choose a tag to compare
  • Added assertion documentation to README
  • Assertions support debugMode flag
  • Assertions return a boolean
  • Assertions support throwing custom error types

v0.1.0

06 May 21:17
Compare
Choose a tag to compare
  • Added installation instructions to README
  • Enabled project debugging
  • @invariant can accept multiple assertions
  • @invariant supports message : assertion pairs
  • Ancestor @invariant enforced in subclasses
  • Subclasses support additional @invariant declarations
  • Added built-types to tasks.json
  • Refactoring and typing improvements

v0.0.2

06 May 21:16
Compare
Choose a tag to compare
  • Updated package.json namespace to @thenewobjective prefix

v0.0.1

06 May 21:10
Compare
Choose a tag to compare
  • Initial implementation
  • Initial Project Setup
  • Initial Branch configuration
  • Initial Release configuration
  • Build tokenization
  • Initial @invariant implementation
  • Initial Documentation