Skip to content

Releases: ducktordanny/eslint-plugin-ng-module-sort

v1.3.1

17 Jun 20:52
Compare
Choose a tag to compare

eslint-plugin-ng-module-sort

v1.3.1 - Sat Jun 17 2024 23:00:00 GMT+0200

Changes:

  • Fix package install error by adding prepack step to publish workflow (this fixes yarn's postinstall problem)

See release here: NPM | Yarn

v1.3.0

16 Jun 18:08
Compare
Choose a tag to compare

eslint-plugin-ng-module-sort

v1.3.0 - Sat Jun 16 2024 20:15:00 GMT+0200

Changes:

  • Add new extraDecorators and extraProperties options to extend the default list that is being checked.

Dev note:

  • CI/CD: Add Lint check and make sure that checks are needed before Release step
  • Add prettier for formatting
  • Use husky for git hooks, running pretty-quick and eslint before commit
  • Cleanup test files for more readability

See release here: NPM | Yarn

v1.2.1

15 Jun 15:27
Compare
Choose a tag to compare

eslint-plugin-ng-module-sort

v1.2.1 Sat Jun 15 2024 17:30:00 GMT+0200

  • Reduce published code

See release here: NPM | Yarn

v1.2.0

15 Jun 14:31
Compare
Choose a tag to compare

eslint-plugin-ng-module-sort

v1.2.0 Sat Jun 15 2024 16:30:00 GMT+0200

  • Refactoring fixer code to be more precise: Now it handles indentations and single-line sortings.

See release here: NPM | Yarn