Skip to content

Releases: line/tsr

v1.3.3

18 Dec 10:09
7c1120b
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v1.3.2...v1.3.3

v1.3.2

17 Dec 02:01
6ed047a
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🧹 Chores

📖 Docs

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

16 Dec 11:23
baef6c9
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: use correct default value for configFile option by @kazushisan in #105

Full Changelog: v1.3.0...v1.3.1

v1.3.0

16 Dec 10:58
ce5cea2
Compare
Choose a tag to compare

JavaScript API tsr() will not call process.exit()

Previously, when using the JavaScript API tsr(), it would internaly call process.exit(1) when there is an argument error or when the codebase is not clean when using it in check mode.

From v1.3, tsr() will not call process.exit so that you can run tasks after calling tsr(). use tsr().catch() to set the status code.

import { tsr } from 'tsr';

await tsr({
  entrypoints: [/main\.ts/],
  mode: 'check',
}).catch(() => {
  process.exitCode = 1;
});

What's Changed

🚀 Features

🧹 Chores

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Dec 12:55
83a7f3b
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: detect namespace import usage accurately by @kazushisan in #98

🐛 Bug Fixes

📖 Docs

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Dec 17:52
b7266de
Compare
Choose a tag to compare

What's Changed

🚀 Features

🧹 Chores

📖 Docs

Full Changelog: v1.0.0...v1.1.0

v1.1.0-beta.0

13 Dec 17:24
6456b7d
Compare
Choose a tag to compare
v1.1.0-beta.0 Pre-release
Pre-release

What's Changed

🚀 Features

🧹 Chores

Full Changelog: v1.0.0...v1.1.0-beta.0

v1.0.0

10 Dec 17:06
5376211
Compare
Choose a tag to compare

v1.0.0 is available 🎉 The project is now renamed to tsr

Check the migration guide from v0.x

What's Changed

🚀 Features

🐛 Bug Fixes

🧹 Chores

📖 Docs

Other Changes

Full Changelog: v0.10.1...v1.0.0

v1.0.0-beta.3

10 Dec 16:56
4ccffcb
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

What's Changed

🚀 Features

🐛 Bug Fixes

🧹 Chores

📖 Docs

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

08 Dec 16:40
adf5b10
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

🚀 Features

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2