Skip to content

Latest commit

 

History

History
132 lines (81 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

132 lines (81 loc) · 11.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.3 (2024-12-28)

Code refactoring

Documentation changes

  • update documents(vitepress and README) (#84) (3d1cac9)

Bug fixes

Other changes

1.0.2 (2024-12-17)

Bug fixes

  • rules that should apply only to constructs also apply to stacks (#79) (78603e5)

1.0.1 (2024-12-07)

Other changes

  • Modifying files to be included in npm (#75) (32e71e1)
  • Modifying files to be included in npm (#76) (c23505c)

1.0.0 (2024-12-07)

New features/Updates to existing features

  • add rule 'no-variable-construct-id' (#71) (b6bb694)
  • add rule 'require-passing-this' (#70) (4dbf1ec)

Documentation changes

0.4.0 (2024-11-30)

New features/Updates to existing features

  • Apply rules only to classes that extends Construct (#60) (6c64837)

0.3.2 (2024-11-20)

Other changes

0.3.1 (2024-11-19)

Other changes

0.3.0 (2024-11-18)

Bug fixes

New features/Updates to existing features

  • add rule construct props must readonly (#34) (edf7b49)
  • add rule public property must readonly (#33) (9475f3c)

Documentation changes

0.2.1 (2024-11-17)

0.2.0 (2024-11-17)

New features/Updates to existing features

  • add rule construct id does not contain the word construct (#10) (a0ff111)
  • add rule does not specify a class for an interface property (#12) (0486d69)
  • add rule ensure public variables of class do not have a class specified (#15) (debbaa0)
  • enforce that child construct id does not match parent construct name (#7) (c961f08)
  • support recommended rules (#16) (5b8636d)

Documentation changes

Bug fixes

0.1.1 (2024-11-16)

Other changes

Bug fixes