Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Oct 23, 2023
1 parent d77f8c2 commit 4a3a5ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

### 3.3.0 - 2023-10-23

### Added

- Add support for strongly-typed NextResponse

### 3.2.0 - 2023-10-23

### Added

- Adds an option to include a middleware function for the method handlers, that gets executed before the request input is validated.
- Add an option to include a middleware function for the method handlers, that gets executed before the request input is validated.

### 3.1.1 - 2023-10-19

Expand Down
2 changes: 1 addition & 1 deletion apps/example/public/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Next REST Framework",
"description": "This is an autogenerated documentation by Next REST Framework.",
"version": "v3.2.0"
"version": "v3.3.0"
},
"paths": {
"/api/api-routes/todos": {
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": "3.2.0",
"version": "3.3.0",
"description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js",
"keywords": [
"nextjs",
Expand Down

2 comments on commit 4a3a5ec

@vercel
Copy link

@vercel vercel bot commented on 4a3a5ec Oct 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

next-rest-framework – ./docs

next-rest-framework.vercel.app
next-rest-framework-blomqma.vercel.app
next-rest-framework-git-main-blomqma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4a3a5ec Oct 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

next-rest-framework-demo – ./apps/example

next-rest-framework-demo.vercel.app
next-rest-framework-demo-blomqma.vercel.app
next-rest-framework-demo-git-main-blomqma.vercel.app

Please sign in to comment.