|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.2.0-beta.1 |
| 5 | + |
| 6 | +[compare changes](https://github.com/myshkouski/nuxt-drizzle/compare/v0.1.3...v0.2.0-beta.1) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- **module:** Add type template generation for shared declarations ([d077fcf](https://github.com/myshkouski/nuxt-drizzle/commit/d077fcf)) |
| 11 | +- **fixtures/nitro-api:** Migrate from useDatasource to useDialect with driver-specific implementations ([ce8a956](https://github.com/myshkouski/nuxt-drizzle/commit/ce8a956)) |
| 12 | +- **test:** Add comments field to e2e API test fixtures ([d6160c6](https://github.com/myshkouski/nuxt-drizzle/commit/d6160c6)) |
| 13 | +- **playground:** Add database driver configuration to nuxt config ([62087ec](https://github.com/myshkouski/nuxt-drizzle/commit/62087ec)) |
| 14 | + |
| 15 | +### 🩹 Fixes |
| 16 | + |
| 17 | +- **playground:** Remove unpinned nuxt-drizzle dependency ([e5686cc](https://github.com/myshkouski/nuxt-drizzle/commit/e5686cc)) |
| 18 | +- **deps:** Update nitro-drizzle to 0.3.0-beta.2 ([d134375](https://github.com/myshkouski/nuxt-drizzle/commit/d134375)) |
| 19 | +- **config:** Correct github username casing in package urls ([2901a3e](https://github.com/myshkouski/nuxt-drizzle/commit/2901a3e)) |
| 20 | +- **deps:** Update nitro-drizzle to 0.3.0-beta.4 ([cead0f4](https://github.com/myshkouski/nuxt-drizzle/commit/cead0f4)) |
| 21 | +- **fixtures:** Update nitro-drizzle datasource config to use drivers array ([3e6ae9f](https://github.com/myshkouski/nuxt-drizzle/commit/3e6ae9f)) |
| 22 | +- **fixtures:** Correct catalog reference syntax in nitro-api package.json ([3ce14d8](https://github.com/myshkouski/nuxt-drizzle/commit/3ce14d8)) |
| 23 | +- **fixtures:** Update nitro-api drizzle configs to use drivers array and new baseDir ([16bf667](https://github.com/myshkouski/nuxt-drizzle/commit/16bf667)) |
| 24 | +- **config:** Exclude esbuild from minimum release age check ([2f96959](https://github.com/myshkouski/nuxt-drizzle/commit/2f96959)) |
| 25 | + |
| 26 | +### 💅 Refactors |
| 27 | + |
| 28 | +- **deps:** Restructure pnpm catalogs into default and drivers groups ([e4b33bc](https://github.com/myshkouski/nuxt-drizzle/commit/e4b33bc)) |
| 29 | +- **fixtures:** Remove nitro-api fixture and migrate to Nitro layer composition ([b3e7776](https://github.com/myshkouski/nuxt-drizzle/commit/b3e7776)) |
| 30 | +- **test:** Migrate drizzle datasource config in e2e nuxt.config.ts to driver-based format ([ca8e85e](https://github.com/myshkouski/nuxt-drizzle/commit/ca8e85e)) |
| 31 | +- **playground:** Simplify nuxt config extends syntax ([eb9a9ef](https://github.com/myshkouski/nuxt-drizzle/commit/eb9a9ef)) |
| 32 | + |
| 33 | +### 📖 Documentation |
| 34 | + |
| 35 | +- **readme:** Update configuration examples to reflect driver-based datasource config and add project structure ([4a1b2ca](https://github.com/myshkouski/nuxt-drizzle/commit/4a1b2ca)) |
| 36 | + |
| 37 | +### 🏡 Chore |
| 38 | + |
| 39 | +- **playground:** Add dev:prepare script ([7f0f7d6](https://github.com/myshkouski/nuxt-drizzle/commit/7f0f7d6)) |
| 40 | +- **config:** Add oxfmt configuration ignoring CHANGELOG.md ([79ccbd7](https://github.com/myshkouski/nuxt-drizzle/commit/79ccbd7)) |
| 41 | +- **scripts:** Add fmt command using oxfmt ([4f68572](https://github.com/myshkouski/nuxt-drizzle/commit/4f68572)) |
| 42 | +- **package:** Add fmt:check script using oxfmt --check ([f7af5b9](https://github.com/myshkouski/nuxt-drizzle/commit/f7af5b9)) |
| 43 | +- **tooling:** Replace eslint with oxlint and oxfmt ([095952a](https://github.com/myshkouski/nuxt-drizzle/commit/095952a)) |
| 44 | +- Remove npmrc and update pnpm configuration ([7f02a01](https://github.com/myshkouski/nuxt-drizzle/commit/7f02a01)) |
| 45 | + |
| 46 | +### 🤖 CI |
| 47 | + |
| 48 | +- **publish:** Move module build step after test run ([ca4da6c](https://github.com/myshkouski/nuxt-drizzle/commit/ca4da6c)) |
| 49 | +- **release:** Enable npm provenance and explicit latest tag ([c91f5be](https://github.com/myshkouski/nuxt-drizzle/commit/c91f5be)) |
| 50 | +- Split publish workflow into test and publish jobs with branch triggers ([9fb756d](https://github.com/myshkouski/nuxt-drizzle/commit/9fb756d)) |
| 51 | + |
| 52 | +### ❤️ Contributors |
| 53 | + |
| 54 | +- Alexei Myshkouski ([@myshkouski](https://github.com/myshkouski)) |
| 55 | + |
4 | 56 | ## v0.1.3 |
5 | 57 |
|
6 | 58 | [compare changes](https://github.com/Myshkouski/nuxt-drizzle/compare/v0.1.2...v0.1.3) |
|
0 commit comments