Skip to content

Releases: smikula/good-fences

v1.2.0

07 Mar 22:01
07b3bda
Compare
Choose a tag to compare
  • Adds a new excludeFilesPattern option to exclude files from validation, such as *.test.ts files. (#117)

v1.1.2

15 Jul 23:12
c7f83d4
Compare
Choose a tag to compare
  • Fixes runtime error related to nodegit imports (#113)

v1.1.1

30 Jun 19:21
5dd973d
Compare
Choose a tag to compare
  • Upgrade nodegit dependency in order to support Node 16

v1.1.0

14 Jun 22:15
8f0ae10
Compare
Choose a tag to compare
  • Allow comments in fence.json files

v1.0.2

07 Mar 22:08
6e746fe
Compare
Choose a tag to compare
  • Fixes JSON config parsing to ignore UTF8 BOM at start of file (#107)

v1.0.1

29 Oct 00:06
ae9eaa8
Compare
Choose a tag to compare
  • Fixes FDirSourceProvider to respect ignore patterns from tsconfig (#103)

v1.0.0

16 Sep 19:10
0278281
Compare
Choose a tag to compare

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

06 May 21:49
90d3909
Compare
Choose a tag to compare
  • Updates rootDir option to accept an array of root directories (#91)

v0.9.2

04 Nov 00:23
665abcf
Compare
Choose a tag to compare
  • Update dependencies (#86)

v0.9.1

09 Mar 04:12
b894197
Compare
Choose a tag to compare
  • Fixes line endings under /bin so it will work in MacOS (#80)
  • Updates a vulnerable dependency (#81)