Skip to content

Releases: guidsdo/multipleTypescriptCompilers

Mtsc 4.0.0-no-tslint

Mtsc 4.0.0-no-tslint Pre-release
Pre-release

Choose a tag to compare

@guidsdo guidsdo released this 16 Nov 01:10

Release notes:

  • Remove tslint
  • Remove tslint support

Mtsc 3.3.1

Choose a tag to compare

@guidsdo guidsdo released this 12 Nov 13:39

Release notes:

  • Updated dependencies
  • Update Github urls

Mtsc 3.3.0

Choose a tag to compare

@guidsdo guidsdo released this 18 Oct 11:52

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

Choose a tag to compare

@guidsdo guidsdo released this 16 Jan 13:36

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

Choose a tag to compare

@guidsdo guidsdo released this 15 Jan 13:57

Release notes:

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

Mtsc 3.1.0

Choose a tag to compare

@guidsdo guidsdo released this 11 Jan 08:54

Release notes:

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

Mtsc 3.0.0

Choose a tag to compare

@guidsdo guidsdo released this 29 Nov 16:28

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

Choose a tag to compare

@guidsdo guidsdo released this 21 Sep 14:29

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

Choose a tag to compare

@guidsdo guidsdo released this 22 Jun 11:33

Release notes:

  • Support typescript version 2.9+ (no breaking changes)

Mtsc 2.0.0

Choose a tag to compare

@guidsdo guidsdo released this 29 May 15:23

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