Skip to content

Releases: atlassian/stricter

0.5.0 - Ignore incorrect package exports

06 Apr 00:16
Compare
Choose a tag to compare
  • BREAKING Ignore package.json exports field when resolving dependencies; this change might add missing entries to dependency graph, which could lead to rules finding the issues, not visible before
  • Improve performance of files filter for the rules
  • Bump dependencies

0.4.7 - Decrease memory consumption

29 Mar 07:41
Compare
Choose a tag to compare
Pre-release
  • Do not cache file contents in memory for faster ast parsing; this will significantly decrease memory requirements for larger codebases

0.4.6 - Faster dependency resolution

28 Mar 10:19
Compare
Choose a tag to compare
Pre-release
  • Bump dependencies
  • Dependency resolution performance improvement (copied from webpack-deduplication-plugin)
  • Fixed schema generation to avoid typeof

0.4.5 - Think about testing

14 Sep 04:30
Compare
Choose a tag to compare
Pre-release
  • Bump dependencies
  • Parse jest.requireActual as a direct dependency

0.4.4 - Bump dependencies

08 Sep 04:59
Compare
Choose a tag to compare
Pre-release

0.4.3 - Better webpack support

03 Jun 06:18
Compare
Choose a tag to compare
Pre-release
  • Dependencies bump
  • Test in node@14
  • Added possibility to use cache for parseDependencies, added it to the docs
  • Add possibility to pass custom resolve options from webpack (fixes #82)

0.4.2 - Fix it!

17 Apr 06:45
Compare
Choose a tag to compare
0.4.2 - Fix it! Pre-release
Pre-release
  • Switch from tslint to eslint
  • Dependencies bump
  • Drop node 8 support
  • Expose types from index (fixes #114)
  • Add a possibility for rules to provide fixes for violations; they can be applied via stricter --fix (fixes #107)
  • Code cleanup

0.4.1 - Dogfooding

19 Jan 11:12
Compare
Choose a tag to compare
0.4.1 - Dogfooding Pre-release
Pre-release
  • Support for the scoped plugins (#93 by @nadiam84)
  • Dogfood stricter
  • Dependencies bump

0.4.0 - Typescript support, for real

15 Jan 06:47
Compare
Choose a tag to compare
Pre-release
  • BREAKING Migrate to using enhanced-resolve (fixes #86, native dependencies will now resolve to corresponding files in node_modules, if they exist)
  • Fixed security issue with set-value
  • Dependencies bump

0.3.5 - TypeScript support

04 Nov 03:39
Compare
Choose a tag to compare
Pre-release
  • Dependencies bump
  • TypeScript support (#83 by @gardnerjack)