Releases: schorfES/node-lintspaces
Releases · schorfES/node-lintspaces
0.9.1
0.9.0
This release contains some updates, refactorings, and modernizations in the code base.
- Refactor prototype-classes into classes (6a51906)
- Refactor var into const and let (2ecea96)
- Refactor validation error (f65c77b)
- Refactor regular expression constant names (07e05a5)
- Refactor self constants by introducing arrow functions (c52b611)
- Rename lib/ into src/ (b740fc3)
- Move index.js and main entry point of package (625eb08)
- Update docs indentation (b04bca8)
Dev
- Increase test coverage (36af1eb)
- Add node 16 to test matrix (26ee836)
- Update husky and lintstaged configs (2016453)
- Use snyk github integration (83f6ec5)
- Remove codecov from dependencies and use in workflow (ace76fa)
- Upload test coverage in workflow (afe84e4)
- Drop audit (snyk) step from workflow (c03b366)
- Define new indentation for markdown files (dd5e774)
- Report package contents before release (71a5f95)
- Add npmignore (c1c5688)
Bots
- Bump husky from 6.0.0 to 7.0.1 (fb77cc5)
- Bump release-it from 14.6.1 to 14.10.1 (6e89836)
- Bump eslint from 7.25.0 to 7.32.0 (2f89d10)
- Bump eslint-plugin-jest from 24.3.6 to 24.4.0 (62d33a0)
- Bump lint-staged from 11.0.1 to 11.1.1 (f25de8d)
- Bump lint-staged from 10.5.4 to 11.0.1 (25ae968)
- Bump eslint from 7.25.0 to 7.31.0 (bc54877)
- Bump jest from 26.6.3 to 27.0.6 (72d15db)
- Bump prettier from 2.2.1 to 2.3.2 (f25afc7)
- Bump snyk from 1.574.0 to 1.618.0 (e1c5b1a)
- Bump eslint from 7.23.0 to 7.25.0 (49801a6)
- Bump snyk from 1.520.0 to 1.574.0 (4e6ee58)
- Bump eslint-plugin-jest from 24.3.5 to 24.3.6 (33eca97)
- Bump release-it from 14.5.0 to 14.6.1 (6361fd7)
0.8.2
0.8.1
0.8.0
- Set node engine to >=10
- Fix loading of editorconfig settings on windows
Dev:
- Rename
main
branch - Refactored testing setup: Replaced nodeunit with jest
- Refactored linting setup: Replaced jshint and jscs with eslint
- Add codecov setup
- Add github actions workflow
- Add github dependabot
- Add .gitattributes to disable automatic handling of line endings
- Add pre commit hook
- Add release-it
- Add targets into makefile
- Drop grunt
- Drop travis
- Fix vulnerabilities
- Update docs and badges
- Pin node version 15.11.0