Releases: type-safe-dx/type-safe-path
Releases · type-safe-dx/type-safe-path
v0.4.0
v0.3.0
🚨 Breaking Changes
- Rename
buildPath
to$path
,echoPath
to$echoPath
- by @KoichiKiyokawa (6ae8e)
🐞 Bug Fixes
- Jsdoc for buildPath signature - by @KoichiKiyokawa (32387)
View changes on GitHub
v0.2.0
🚨 Breaking Changes
- Change
searchParams
option toquery
🚀 Features
- Improve cli output with consola - by @KoichiKiyokawa (f41ee)
- Enable to specify query type by exporting
Query
type in route files - Merge configs. priority is cli args -> tsp.config.ts -> auto-detection
🐞 Bug Fixes
- Fallback for
output
config - by @KoichiKiyokawa (45a64)