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
include
andexclude
intoonProject
- 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/traverse
withbabylon-walk
- Add lib folder to the repo
- Add more unit tests
- Add coverage information
- Bump dependencies
0.0.11 - Automated publish
- Using
console.log
for logging - allows to pipe output readDependencies
accepts an array of source roots now- New
all-dependants
rule - Unit tests
- Automated npm publish via Travis CI
- Bump dependencies
0.0.9 - Technical release
- Expose
readDependencies
andreadFilesData
- Bump dependencies
0.0.8 - yarn stricter --help
- Add
--reporter
argument to cli - Add
--config
argument to cli - Stay quiet when run in continuous integration environment
0.0.7 - Improved imports
- Support
require
import - Consider named and wildcard reexports as imports
- Pass object into
onProject
- Pass
rootPath
intoonProject
- Support custom implicit extensions
stricter/unused-files
supportrelatedEntry
- 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.js
only - Rule files are required to end with
.rule.js
include
andexclude
accept a regex, an array of regexes or a function- Pass file path relative to root folder to
include
andexclude
tests - File
contents
was renamed intosource
- New log level
off
- Default log level is
warning
ast
is 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-files
rule - Remove
onFile
support for rules - Rules receive frozen objects as input
- Improve readme
- Unit tests