Releases: peerigon/scriptlint
Releases · peerigon/scriptlint
v2.1.2
2.1.2 (2020-09-10)
Bug Fixes
- prettier && eslint --fix (8f3aa72)
- run prettier and hopefully release to npm (1820e06)
v2.1.1
2.1.1 (2020-03-25)
Bug Fixes
- dependencies: move from yarn to npm over lack of
audit fix
🤬 (160b717)
v2.1.0
2.1.0 (2020-03-25)
Bug Fixes
Features
- add lint namespace (a04b1ce)
- Merge pull request #34 from peerigon/lint-namespace (4eaa726)
v2.0.5
2.0.5 (2020-03-19)
Bug Fixes
- dependencies: updtr guided updates (04af746)
- dependencies: updtr guided updates (1c92697)
v2.0.4
2.0.4 (2020-03-05)
Bug Fixes
- license: Add missing license (0dbb51b)
v2.0.3
2.0.3 (2020-02-26)
Bug Fixes
- documentation: Fix typo in README (bc2d943)
v2.0.2
2.0.2 (2020-02-26)
Bug Fixes
- docs and design stuff (#26) (c0a2bf9)
- documentation: overall documentation rewrite (f586cc0)
v2.0.1
2.0.1 (2020-02-24)
Bug Fixes
v2.0.0
2.0.0 (2020-02-24)
BREAKING CHANGES
-
you may need to load your configurations differently
-
chore(tests): improved tests
-
feat(core): scripts can be passed to the module directly as a parameter
-
fix(code): eslint --fix
-
chore(readme): Update README
v1.4.0
1.4.0 (2020-02-11)
Bug Fixes
- refactoring: move tests into seperate dir (e6c83b9)
- Improve typing and defaults of CLI command handling (febdf8d)
Features
- CLI: opationally take package.json or project dir as argument and fallback to process.cwd() (2b36142)
- structure: make scriptlint usable as a required module (048e35d)