Skip to content

Releases: softarc-consulting/sheriff

v0.19.6

22 Sep 21:55

Choose a tag to compare

v0.19.3

17 Sep 22:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.2...v0.19.3

v0.19.2

17 Aug 00:08

Choose a tag to compare

What's Changed

Full Changelog: v0.19.1...v0.19.2

v0.19.1

09 Aug 00:02

Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

25 Jul 21:39

Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.19.0

Big Thanks to @michaelbe812

v0.18.2

06 Jul 01:10

Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

16 Jun 12:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

19 Oct 20:48

Choose a tag to compare

0.18.0 (2024-10-19)

🚀 Features

  • core: add barrel-less as feature toggle in config (57682a9)
  • core: add finder method for barrel-less modules (10cd402)
  • core: add support for barrel-less modules and checks (fa29e97)
  • core: rename config property tagging to modules (38265af)
  • core: update CLI with moduleType information (16bbf6e)
  • eslint: supersede deep-import rules with encapsulation rule (3a4f132)

🩹 Fixes

  • core: compilation issue due to barrel-less property (05eeb71)
  • eslint: enforce rules on exports (883a472)

v0.17.3

22 Sep 18:11

Choose a tag to compare

0.17.4 (2024-09-22)

🩹 Fixes

  • core: fix dep rules when importing from same module's barrel (9124a60)

v0.17.2

14 Sep 18:39

Choose a tag to compare

0.17.2 (2024-09-14)

🚀 Features

  • core: add option to export external library imports (f8ae8fb)

🩹 Fixes

  • core: process static imports (e999253)
  • core: allow _ and - for tag names (6e9cb08)
  • core: prioritize path resolution over native TypeScript (380ae01)