Skip to content

Releases: smikula/good-fences

v0.9.0

30 Oct 18:25
3fd608f
Compare
Choose a tag to compare
  • Changes package imports from outside the root directory to be considered external (i.e. "dependencies") rather than internal (i.e. "imports") (#76)

v0.8.0

30 Sep 20:07
3dd66e9
Compare
Choose a tag to compare
  • Changes the mechanism for finding fence.json files to be more reliable (#71)
  • Removes the GoodFencesWarning type in favor of using GoodFencesError everywhere (#72)
  • Adds some validation for fence.json files (#73)

v0.7.0

05 Aug 19:09
e4b33c3
Compare
Choose a tag to compare
  • Removes support for legacy-style exports in fences (#68, #69)
  • Removes the deprecated onError option (#66)
  • Adds some public types as exports from the index (#67)

v0.6.0

29 Jul 23:14
7fcfc63
Compare
Choose a tag to compare
  • Changes the API to return a results object containing errors and warnings (#58)
  • Deprecates the onError option (#58)
  • Changes the rawImport field to be reported in a consistent way (#59)
  • Changes the schema for export rules in fence.json files (#61, #63)
    • The old schema is still supported for backward compatibility, but this will be removed in an upcoming release.
  • Adds a warning for when referring to a tag that is not defined (#62)

v0.5.1

29 Nov 21:23
9474635
Compare
Choose a tag to compare
  • Fixes issue #49: Importing external dependencies fails on Linux (#50)

v0.5.0

06 Nov 21:53
bb2f5a3
Compare
Choose a tag to compare
  • Changes errors to be reported as an object instead of a string (#46)
  • Adds an option to ignore third-party fence.json files (#44)

v0.4.0

31 Jul 17:25
3208283
Compare
Choose a tag to compare
  • Adds the ability to restrict imports and dependencies. See the README for details.

v0.3.3

31 Jul 17:21
cd8baeb
Compare
Choose a tag to compare
  • Fixes issue #27: CLI should set process.exitCode to non-zero on failure (PR #28)

v0.3.2

23 Jan 19:30
faea8bf
Compare
Choose a tag to compare
  • Fixes issue #19: Exporting .d.ts files doesn't work (#20)

v0.3.1

08 Nov 23:36
ec7c3c7
Compare
Choose a tag to compare
  • Fixes an issue introduced in #14 where the Options object would not accept simple strings for the path options. (#17)