diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ff711..e0daaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. -### Unreleased +### 0.3.0 - 2023-01-15 + +### Added + +- Added support for typed query parameters. This changes the `input` + object API by renaming the `schema` attribute to `body` and adding a + `query` attribute that can be used to type and validate + query parameters for endpoints. ### 0.2.3 - 2023-01-09 diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index 9722c76..96118ba 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -1,6 +1,6 @@ { "name": "next-rest-framework", - "version": "0.2.3", + "version": "0.3.0", "description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js", "keywords": [ "nextjs",