|
1 | 1 |
|
| 2 | +## v0.2.1...main |
| 3 | + |
| 4 | +[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.2.1...main) |
| 5 | + |
| 6 | +### 🚀 Enhancements |
| 7 | + |
| 8 | +- Add `noFallthroughCasesInSwitch` ([b9cfa30](https://github.com/stacksjs/ts-starter/commit/b9cfa30)) |
| 9 | +- Add `verbatimModuleSyntax` ([c495d17](https://github.com/stacksjs/ts-starter/commit/c495d17)) |
| 10 | +- Several updates ([f703179](https://github.com/stacksjs/ts-starter/commit/f703179)) |
| 11 | + |
| 12 | +### 🩹 Fixes |
| 13 | + |
| 14 | +- Properly use bun types ([7144221](https://github.com/stacksjs/ts-starter/commit/7144221)) |
| 15 | + |
| 16 | +### 🏡 Chore |
| 17 | + |
| 18 | +- Adjust badge links ([432aff7](https://github.com/stacksjs/ts-starter/commit/432aff7)) |
| 19 | +- Add `runs-on` options ([9a5b97f](https://github.com/stacksjs/ts-starter/commit/9a5b97f)) |
| 20 | +- Cache node_modules ([ba2f6ce](https://github.com/stacksjs/ts-starter/commit/ba2f6ce)) |
| 21 | +- Use `ubuntu-latest` for now ([1add684](https://github.com/stacksjs/ts-starter/commit/1add684)) |
| 22 | +- Minor updates ([1007cff](https://github.com/stacksjs/ts-starter/commit/1007cff)) |
| 23 | +- Lint ([d531bdc](https://github.com/stacksjs/ts-starter/commit/d531bdc)) |
| 24 | +- Remove bunx usage ([e1a5575](https://github.com/stacksjs/ts-starter/commit/e1a5575)) |
| 25 | +- Pass bun flag ([960976f](https://github.com/stacksjs/ts-starter/commit/960976f)) |
| 26 | +- Use defaults ([157455b](https://github.com/stacksjs/ts-starter/commit/157455b)) |
| 27 | +- Run typecheck using bun flag ([f22f3b1](https://github.com/stacksjs/ts-starter/commit/f22f3b1)) |
| 28 | +- Test ([0b3c3a1](https://github.com/stacksjs/ts-starter/commit/0b3c3a1)) |
| 29 | +- Use modern js for commitlint ([4bd6978](https://github.com/stacksjs/ts-starter/commit/4bd6978)) |
| 30 | +- Update worklows readme ([f54aae9](https://github.com/stacksjs/ts-starter/commit/f54aae9)) |
| 31 | +- Adjust readme ([92d7ff1](https://github.com/stacksjs/ts-starter/commit/92d7ff1)) |
| 32 | +- More updates ([0225587](https://github.com/stacksjs/ts-starter/commit/0225587)) |
| 33 | +- Add .zed settings for biome ([1688024](https://github.com/stacksjs/ts-starter/commit/1688024)) |
| 34 | +- Extend via alias ([b108d30](https://github.com/stacksjs/ts-starter/commit/b108d30)) |
| 35 | +- Lint ([d961b2a](https://github.com/stacksjs/ts-starter/commit/d961b2a)) |
| 36 | +- Minor updates ([e66d44a](https://github.com/stacksjs/ts-starter/commit/e66d44a)) |
| 37 | + |
| 38 | +### ❤️ Contributors |
| 39 | + |
| 40 | + |
| 41 | + |
2 | 42 | ## v0.2.0...main |
3 | 43 |
|
4 | 44 | [compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.2.0...main) |
|
0 commit comments