Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Jan 15, 2023
1 parent 859ba9c commit 14dbc56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/next-rest-framework/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 14dbc56

@vercel
Copy link

@vercel vercel bot commented on 14dbc56 Jan 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.