Skip to content

Releases: smikula/good-fences

v0.3.0

08 Nov 22:53
f0e7c95
Compare
Choose a tag to compare
  • Adds a --rootDir option. (#12)
  • Fixes a bug where inconsistent drive letter casing could cause fence.json files not to be respected. (#14)

v0.2.0

27 Oct 16:56
e33dd3f
Compare
Choose a tag to compare
  • Removes a few unnecessary dependencies. (#5)
  • Changes the validation logic to determine what files to validate based on the tsconfig file rather than globbing all ts files. (#6)
  • Adds an option to specify the project's tsconfig file. (#7)
  • Adds the typings entry to package.json. (#8)
  • Adds an option to pass in an onError handler instead of just logging errors to the console. (#9)

v0.1.1

24 Oct 18:16
Compare
Choose a tag to compare
  • Changes a few minor things in README.md.
  • Adds a LICENSE file.
  • Adds the repository field in package.json.

v0.1.0

23 Oct 20:24
Compare
Choose a tag to compare

Initial release. See the README for usage.