Skip to content

Async, better file order, removing replace

Choose a tag to compare

@wjohnsto wjohnsto released this 23 Nov 18:00
· 28 commits to master since this release

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