Releases: guidsdo/multipleTypescriptCompilers
Releases · guidsdo/multipleTypescriptCompilers
Mtsc 4.0.0-no-tslint
Release notes:
- Remove tslint
- Remove tslint support
Mtsc 3.3.1
Mtsc 3.3.0
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
Release notes:
- Change README tips to use
typescript-tslint-plugin
isotslint-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
Release notes:
- Fixed an issue where tslint results wouldn't have a newline after each result.
Mtsc 3.1.0
Release notes:
- Tests and build steps were added.
- While testing some strange behaviour has been fixed.
Mtsc 3.0.0
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
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
Release notes:
- Support typescript version 2.9+ (no breaking changes)
Mtsc 2.0.0
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