For v5 and above, see GitHub releases.
- Update Core to 2.3.5
- Switch to Github Actions #228 (@mstruebing)
- Rollback own package manager configuration via version in config file
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.2.0
- add proxy option and throw error if download fails #203 (@bufferoverflow)
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.1.0
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.4
- Exchange deprecated
request
-package withnode-fetch
#141 (@mstruebing)
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.3
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.2
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.1
!!!BREAKING see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.0
- update some minor versions
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.3.0
- update to node v12
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.2.1
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.2.0
- Add some not needed folders/files to
.npmignore
to make the release smaller - Adjust
.nvmrc
to reflect current@types/node
version
- better release process through
make release
- exchange deprecated
prepublish
script withprepare
- insert_final_newline behavior according to specification (editorconfig-checker/editorconfig-checker#56)
- use
CGO_ENABLED=0
to let Go binary run on alpine
- Use
.exe
binary for windows again
- Use
.exe
binary for windows
- Updated core for windows compatibility see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.1.1
- use editorconfig-checker as core and only have a typescript wrapper.
- alias from
editorconfig-checker
toec
- unused dependency with security issue (glob-fs) thanks to Ruxandra Fediuc
- xo to 0.24.0 and adjusted code style