Skip to content

Releases: blomqma/next-rest-framework

v4.0.0

21 Nov 00:11
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

Added

  • Add support for creating RPC endpoints.

Breaking change:

The output function has been renamed to outputs for clarity, simply renaming this will be enough for upgrading.

v3.4.7

14 Nov 21:30
Compare
Choose a tag to compare
v3.4.7 Pre-release
Pre-release

Fixed

  • Fix prettier import potentially causing a module resolution issue in some Node.js environments.

v3.4.6

12 Nov 20:29
Compare
Choose a tag to compare
v3.4.6 Pre-release
Pre-release

Added

  • Add CLI option to view additional logs for debugging purposes for the generate and validate commands.

v3.4.4

05 Nov 23:00
Compare
Choose a tag to compare
v3.4.4 Pre-release
Pre-release

Changed

  • Use content-relative URL for fetching the openapi.json in the docs clients.

v3.4.3

05 Nov 21:42
Compare
Choose a tag to compare
v3.4.3 Pre-release
Pre-release

Fixed

  • Fix OpenAPI generation with dynamic routes that contain multiple path parameters.

Thanks to @ctdio for this contribution!

v3.4.2

05 Nov 12:16
Compare
Choose a tag to compare
v3.4.2 Pre-release
Pre-release

Fixed

  • Fix npm install not working on Windows.

v3.4.1

24 Oct 15:26
Compare
Choose a tag to compare
v3.4.1 Pre-release
Pre-release

Fixed

  • Fix TypedNextResponse usage.

v3.3.0

23 Oct 22:06
Compare
Choose a tag to compare
v3.3.0 Pre-release
Pre-release

Added

  • Add support for strongly-typed NextResponse

v3.2.0

23 Oct 20:45
Compare
Choose a tag to compare
v3.2.0 Pre-release
Pre-release

Added

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

v3.1.1

19 Oct 18:31
Compare
Choose a tag to compare
v3.1.1 Pre-release
Pre-release

Fixed

  • Fix request handling when using a proxy or HTTPS connections locally.