Skip to content

Releases: wjohnsto/tsconfig-glob

v0.4.0

13 Jan 16:53
Compare
Choose a tag to compare

Changes:

  • Async is optional but true by default
  • configFileName option added

Async, better file order, removing replace

23 Nov 18:00
Compare
Choose a tag to compare

Breaking Changes:

  • Entry-method is now async, so you MUST specify a callback. Otherwise this will lead to a corrupt tsconfig file. See #6
  • The --replace option was changed to --no-replace (replace was default behavior), and this functionality is now gone. The reason for this explained in #5

Other changes:

  • File ordering is now done in glob-order, see #3

v0.1.3

09 Jun 20:38
Compare
Choose a tag to compare

EOL fixes for unix

v0.1.2

09 Jun 17:09
Compare
Choose a tag to compare

Fixes for glob ignore ! patterns

First release

02 Jun 20:44
Compare
Choose a tag to compare

This is a lightweight CLI that implements functionality for filesGlob in a tsconfig.json, similar to that of the atom-typescript plugin for Atom.