mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
124 lines
3.4 KiB
Markdown
124 lines
3.4 KiB
Markdown
# Changelog
|
|
|
|
|
|
## v0.10.10
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.9...v0.10.10)
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- Add useLazyQuery composable ([93cb442](https://github.com/wobsoriano/trpc-nuxt/commit/93cb442))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
|
|
|
|
## v0.10.9
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.8...v0.10.9)
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- Add custom query key option ([f2bcf9b](https://github.com/wobsoriano/trpc-nuxt/commit/f2bcf9b))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
|
|
|
|
## v0.10.8
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.7...v0.10.8)
|
|
|
|
### 💅 Refactors
|
|
|
|
- Use built-in getRequestURL from h3 instead of ufo ([252f610](https://github.com/wobsoriano/trpc-nuxt/commit/252f610))
|
|
- Use stand-alone getErrorShape ([3db0b31](https://github.com/wobsoriano/trpc-nuxt/commit/3db0b31))
|
|
|
|
### 📖 Documentation
|
|
|
|
- Add handler param description ([f86ebcd](https://github.com/wobsoriano/trpc-nuxt/commit/f86ebcd))
|
|
|
|
### 📦 Build
|
|
|
|
- **deps:** Bump h3 to 1.8.0 ([3a395a7](https://github.com/wobsoriano/trpc-nuxt/commit/3a395a7))
|
|
- Bump local deps ([dc317c2](https://github.com/wobsoriano/trpc-nuxt/commit/dc317c2))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
|
|
|
|
## v0.10.7
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.6...v0.10.7)
|
|
|
|
### 🩹 Fixes
|
|
|
|
- Make useQuery return data nullable ([120ebc5](https://github.com/wobsoriano/trpc-nuxt/commit/120ebc5))
|
|
|
|
### 📖 Documentation
|
|
|
|
- Update Server Side Calls docs ([1c638a8](https://github.com/wobsoriano/trpc-nuxt/commit/1c638a8))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Blechlawine <marczinser@gmx.de>
|
|
- Colonel-Sandvich
|
|
|
|
## v0.10.6
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.5...v0.10.6)
|
|
|
|
### 🏡 Chore
|
|
|
|
- **deps**:
|
|
- Bump h3 to 1.7.1 - by @wobsoriano [<samp>(12d8c)</samp>](https://github.com/wobsoriano/trpc-nuxt/commit/12d8c97f71bedb025b2e7914db13e69e5f62c8a2)
|
|
- Bump ofetch to 1.1.1 - by @wobsoriano [<samp>(811a6)</samp>](https://github.com/wobsoriano/trpc-nuxt/commit/811a6340107a2bea53f2cf488416bcec915f88b0)
|
|
|
|
## v0.10.5
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.4...v0.10.5)
|
|
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- Pass input to watched sources if it's a ref ([892d167](https://github.com/wobsoriano/trpc-nuxt/commit/892d167))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
|
|
|
|
## v0.10.4
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.3...v0.10.4)
|
|
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- Add reactive inputs ([054fad9](https://github.com/wobsoriano/trpc-nuxt/commit/054fad9))
|
|
|
|
### 📖 Documentation
|
|
|
|
- Update local deps ([7683499](https://github.com/wobsoriano/trpc-nuxt/commit/7683499))
|
|
|
|
### 🏡 Chore
|
|
|
|
- Remove engines property ([e15a62a](https://github.com/wobsoriano/trpc-nuxt/commit/e15a62a))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
|
|
|
|
## v0.10.3
|
|
|
|
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.2...v0.10.3)
|
|
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- Export createH3ApiHandler for h3 apps ([18cd492](https://github.com/wobsoriano/trpc-nuxt/commit/18cd492))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
|
|
|