1.6.7 (2024-09-30)
noUncheckedIndexedAccess
(introduced in 1.6.2 - #4) should be false by default. (#8)
Even strict: true
in tsconfig.json
does not enable it - see Typescript#49169
1.6.6 (2022-09-29)
v1.6.5 was a bad release, which did not contain the listed changes. This release fixes that.
- fix: now reporting errors on windows (#7, thx @RenaudF!)
1.6.5 (2022-09-27)
- fix: now reporting errors on windows (#7, thx @RenaudF!)
1.6.4 (2022-01-25)
Same as v1.6.3, but re-compiled with LF line-endings in dist
.
- v1.6.3 was a bad release as it was compiled with CRLF line endings. Ensured in
tsconfig.json
that it will always compile with LF line endings from now on.
1.6.3 (2022-01-18)
- avoid swallowing internal errors (#5)
1.6.2 (2021-10-28)
- noUncheckedIndexedAccess support (#4)
1.6.1 (2021-10-28)
- remove yarn.lock - because this is a lib (#3)
1.6.0 (2020-06-05)
- disable chalk color coding in test (3fe254b)
- old-tsc: filter used flags based on tsc help output (0040daa)
- old-tsc: function to check if a flag is supported (9ffe876)
1.5.3 (2020-05-29)
- tsc: prefer local binary (6730f46)
1.5.2 (2020-03-25)
- bug: 'noImplicitUseStrict cannot be specified with option' error (1930a55)
1.5.1 (2020-03-25)
- remove onFoundSinceRevision due to issues with some CI pipelines (d6f74e0)
1.5.0 (2020-02-13)
- exit with code 1 if target branch does not exist (ddf9da2)
1.4.1 (2020-02-10)
- trigger another build (8100a84)
1.4.0 (2020-02-10)
- resolve files located in submodules correctly (cf54c2e)
- file-detection: add various options to detect files (9a695e5)
- file-detection: improve file detection (be42919)
1.4.0 (2020-02-10)
- small fix to trigger new build (f7809e0)
- resolve files located in submodules correctly (cf54c2e)
- file-detection: add various options to detect files (9a695e5)
- file-detection: improve file detection (be42919)
1.4.0 (2020-02-10)
- small fix to trigger new build (f7809e0)
- resolve files located in submodules correctly (cf54c2e)
- file-detection: add various options to detect files (9a695e5)
- file-detection: improve file detection (be42919)
1.4.0 (2020-02-10)
- resolve files located in submodules correctly (cf54c2e)
- file-detection: add various options to detect files (9a695e5)
- file-detection: improve file detection (be42919)
1.4.0 (2020-02-10)
- file-detection: add various options to detect files (9a695e5)
- file-detection: improve file detection (be42919)
1.3.0 (2020-02-10)
- packages: update dependencies (066b120)
1.2.0 (2019-10-15)
- tests: set global git config (3453da2)
- packages: udpate dependencies (2d4f871)
- tests: add test setup (a5b41b4)
- tests: add test setup (82643fe)
1.1.0 (2019-10-11)
- cli: improve visual output (0598569)
1.0.1 (2019-10-09)
- npm: add missing files property (d374b04)
- changelog: generate changelog (72267f5)