Skip to content

Releases: guidsdo/multipleTypescriptCompilers

Mtsc 4.0.0-no-tslint

16 Nov 01:10
Compare
Choose a tag to compare
Mtsc 4.0.0-no-tslint Pre-release
Pre-release

Release notes:

  • Remove tslint
  • Remove tslint support

Mtsc 3.3.1

12 Nov 13:39
Compare
Choose a tag to compare

Release notes:

  • Updated dependencies
  • Update Github urls

Mtsc 3.3.0

18 Oct 11:52
Compare
Choose a tag to compare

Release notes:

  • Add support for yarn workspaces! Mtsc will detect them by using the yarn workspaces info --json command in your project folder.
  • Use project specific settings over autodetected workspaces. Any project settings in the projects array, will be chosen over a workspace.

Any feedback is welcome!

Mtsc 3.2.0

16 Jan 13:36
Compare
Choose a tag to compare

Release notes:

  • Change README tips to use typescript-tslint-plugin iso tslint-language-service
  • Be more in line with the new typescript-tslint-plugin for the error messages
  • Fix bug where tslint issues were always printed as errors

Mtsc 3.1.1

15 Jan 13:57
Compare
Choose a tag to compare

Release notes:

  • Fixed an issue where tslint results wouldn't have a newline after each result.

Mtsc 3.1.0

11 Jan 08:54
Compare
Choose a tag to compare

Release notes:

  • Tests and build steps were added.
  • While testing some strange behaviour has been fixed.

Mtsc 3.0.0

29 Nov 16:28
Compare
Choose a tag to compare

Release notes:

  • From now on, every tsc instance is running in a separate thread! This means better performance and a big rewrite that fixed some bugs as well.

Breaking changes:

  • At the moment, we don't support non-watch mode. Not sure if anyone was really using that anyway. Will be back, probably.

Mtsc 2.1.0

21 Sep 14:29
Compare
Choose a tag to compare

Release notes:

  • We now support Typescript 3.*. We already did, but sometimes the formatting would be pretty which ruined the interpretation of errors and warnings. Now we always say --pretty false to the compiler.
  • Single run mode will actually exit with an error code if there are lint/tsc errors. This is to be able to use this in a build step on Jenkins etc.

Mtsc 2.0.1

22 Jun 11:33
Compare
Choose a tag to compare

Release notes:

  • Support typescript version 2.9+ (no breaking changes)

Mtsc 2.0.0

29 May 15:23
Compare
Choose a tag to compare

Release notes:

  • Support typescript version 2.8+

Breaking changes:

  • Don't support versions below 2.8. Use an older version of mtsc for those
  • Stop supporting the --preserveWatchoutput flag, it's always enabled now