Releases: atlassian/stricter
Releases · atlassian/stricter
0.0.15 - Clean-up
- Dependencies bump
0.0.14 - Precision
- Add more precise time measurements for debug
- Pass
includeandexcludeintoonProject- might be helpful for some rules
0.0.13 - Performance++
0.0.12 - No more web code
- Use Quantum compilation plugin (removes sniffing for web environment)
- Replace
@babel/traversewithbabylon-walk - Add lib folder to the repo
- Add more unit tests
- Add coverage information
- Bump dependencies
0.0.11 - Automated publish
- Using
console.logfor logging - allows to pipe output readDependenciesaccepts an array of source roots now- New
all-dependantsrule - Unit tests
- Automated npm publish via Travis CI
- Bump dependencies
0.0.9 - Technical release
- Expose
readDependenciesandreadFilesData - Bump dependencies
0.0.8 - yarn stricter --help
- Add
--reporterargument to cli - Add
--configargument to cli - Stay quiet when run in continuous integration environment
0.0.7 - Improved imports
- Support
requireimport - Consider named and wildcard reexports as imports
- Pass object into
onProject - Pass
rootPathintoonProject - Support custom implicit extensions
stricter/unused-filessupportrelatedEntry- entries only in case they import anything related to existing entries- Log 'Stricter: Checking...', so it's clear the script works
- Adding unresolved dependencies to the list of dependencies - makes sense for
node_modules - Readme update
0.0.6 - Plethora of goodness
- Read configuration from
stricter.config.jsonly - Rule files are required to end with
.rule.js includeandexcludeaccept a regex, an array of regexes or a function- Pass file path relative to root folder to
includeandexcludetests - File
contentswas renamed intosource - New log level
off - Default log level is
warning astis now a function that returns AST- Error code returned equals number of errors
- Unit tests
- Readme update
0.0.5 - First default rule
- Pass rule usage config into
onProject - Pass dependencies into
onProject - Add
stricter/unused-filesrule - Remove
onFilesupport for rules - Rules receive frozen objects as input
- Improve readme
- Unit tests