Skip to content

Releases: guidsdo/multipleTypescriptCompilers

Mtsc 1.2.1

06 Apr 10:44

Choose a tag to compare

Fix small bug

Mtsc 1.2.0

06 Apr 09:30

Choose a tag to compare

Release notes:

  • Always show tslint result from last tslint run, instead of only showing tslint result when tslint was done.
    This was mostly annoying when working on big Typescript projects.

Mtsc 1.1.1

27 Mar 21:51

Choose a tag to compare

Release notes:

  • Add cli option: --tslintAlwaysShowAsWarning Always show tslint output as warning
    This is mostly usefull for simple project setups

Mtsc 1.1.0

19 Mar 09:04

Choose a tag to compare

Release notes:

  • Improve debug logging greatly
  • Huge improvements for tslint runner
    Each tslint run was blocking a blocking for-loop. Now we use setImmediate for each file so that the whole stack of files to process can be interrupted!
  • Makes sure tslint isn't being fired until previous runner is stopped
  • Added flag: -p, --preserveWatchOutput Don't throw away watch output (default true in debug mode)
    This flag
  • Added flag: --noEmit to be passed down to the compiler, useful in an IDE
  • Added flag: -l, --lint [path_to_tslintrules] Path to tslint rules for all projects (will search if not given)
  • Remove watch option per project, only allow it for the whole setup
    This simplifies the whole setup and wasn't being used and that relevant.
  • Don't emit logging in normal (non-watch) mode

Mtsc 1.0.1

15 Mar 12:50

Choose a tag to compare

Release notes

  • Support tslint for all the projects!
    You can enable this option in the mtsc.json config. See our readme for more info.

original release date: 2018-02-21T00:42:00.341Z