Skip to content

Releases: tmillr/tsconfigcheck

tsconfigcheck: v2.0.0

24 Aug 07:23
3e71473
Compare
Choose a tag to compare

2.0.0 (2022-08-24)

⚠ BREAKING CHANGES

  • this change is breaking for older versions of Node that don't support es modules

Bug Fixes

  • don't use Node's fetch() (#7) (e87eed1), closes #6
  • error on non-200 response (36b957e)
  • uncomment all // comments unconditionally (e28b98c)

Miscellaneous Chores

  • convert tsconfigcheck pkg to es module (eff5259)

v1.0.1

18 Aug 19:09
v1.0.1
388b27d
Compare
Choose a tag to compare

Node's experimental fetch() is no longer used, so a very recent version of Node should no longer be required.

A few basic tests have been added.

Now tracking the tsconfig.json schema in the tsconfigcheck repo in order to test against it and catch any changes which might break the current algorithm.

What's Changed

  • chore(schemas): introduce CI tracking of JSON schemas by @github-actions in #4
  • fix: don't use Node's fetch() by @tmillr in #7

New Contributors

  • @github-actions made their first contribution in #4

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Aug 10:29
v1.0.0
543c829
Compare
Choose a tag to compare

Version 1.0.0 has been published to npm.

Use npm i -g tsconfigcheck to download and install the cli application.

This version requires a recent version of Node.js and uses the experimental fetch API.