Releases: smikula/good-fences
Releases · smikula/good-fences
v1.2.0
- Adds a new
excludeFilesPattern
option to exclude files from validation, such as *.test.ts
files. (#117)
v1.1.2
- Fixes runtime error related to
nodegit
imports (#113)
v1.1.1
- Upgrade
nodegit
dependency in order to support Node 16
v1.1.0
- Allow comments in fence.json files
v1.0.2
- Fixes JSON config parsing to ignore UTF8 BOM at start of file (#107)
v1.0.1
- Fixes FDirSourceProvider to respect ignore patterns from tsconfig (#103)
v1.0.0
Welcome to version 1.0! This shouldn't actually be a breaking change, but it contains substantial changes and perf improvements. If you run into any trouble, you can stick with v0.x. (The actual validation performed is still the same.) Many thanks to @Adjective-Object for all your work here!
- Fixes bug related to extensionless files (#96)
- Adds a number of performance improvements around only loading the minimal necessary fences and source files (#97, #98, #99, #100).
- Adds a mode to do a faster partial fence validation based on a git commit (#101)
v0.10.0
- Updates
rootDir
option to accept an array of root directories (#91)
v0.9.2
- Update dependencies (#86)
v0.9.1
- Fixes line endings under
/bin
so it will work in MacOS (#80)
- Updates a vulnerable dependency (#81)