Releases: atlassian/stricter
Releases · atlassian/stricter
0.5.0 - Ignore incorrect package exports
- BREAKING Ignore
package.jsonexportsfield 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
- 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
- Bump dependencies
- Dependency resolution performance improvement (copied from
webpack-deduplication-plugin) - Fixed schema generation to avoid typeof
0.4.5 - Think about testing
- Bump dependencies
- Parse
jest.requireActualas a direct dependency
0.4.4 - Bump dependencies
- Replace
greenkeeperwithrenovate - Bump dependencies
- Replace
chalkwithansi-colours(#155 by @PepijnSenders) - Wrap log messages to prevent break inside word (#154 and #201 by @PepijnSenders)
0.4.3 - Better webpack support
- 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!
0.4.1 - Dogfooding
- Support for the scoped plugins (#93 by @nadiam84)
- Dogfood
stricter - Dependencies bump
0.4.0 - Typescript support, for real
- BREAKING Migrate to using
enhanced-resolve(fixes #86, native dependencies will now resolve to corresponding files innode_modules, if they exist) - Fixed security issue with
set-value - Dependencies bump
0.3.5 - TypeScript support
- Dependencies bump
- TypeScript support (#83 by @gardnerjack)