Skip to content

Releases: minosss/api

v2.2.1

09 Mar 11:40
Compare
Choose a tag to compare

2.2.1 (2025-03-09)

Bug Fixes

  • add missing option when calling use function and next middleware context (18decb9)

v2.2.0

17 Feb 13:09
Compare
Choose a tag to compare

2.2.0 (2025-02-17)

Features

  • export additional types from client module for better type accessibility (ee21b99)

v2.1.2

12 Feb 13:39
Compare
Choose a tag to compare

2.1.2 (2025-02-12)

Bug Fixes

  • adjust parsedInput type in Handler (aae84da)

v2.1.1

02 Dec 14:37
Compare
Choose a tag to compare

2.1.1 (2024-12-02)

Bug Fixes

  • update route parameter type to support Promise for Next.js 15 compatibility (b92b62f)

v2.1.0

24 Nov 07:10
Compare
Choose a tag to compare

2.1.0 (2024-11-24)

Features

  • add createClient, createAction, and createRoute functions with examples (274d724)

Refactors

  • simplify Middleware type definitions and improve type consistency (6e23287)

Documentation

  • add migration guide from v1 to v2 with code examples (566e95f)
  • remove bundle size badge from README files (8e0bcbb)

v2.0.1

18 Nov 03:42
Compare
Choose a tag to compare

2.0.1 (2024-11-18)

Bug Fixes

Build System

  • update package description for clarity (e13fc6c)

v2.0.0-alpha.12

09 Nov 07:01
Compare
Choose a tag to compare
v2.0.0-alpha.12 Pre-release
Pre-release
  • Add React Query integration with notes API and dashboard example cf10a67
  • Update logger middleware to use new arrow symbols for start and end logs 770a3a0
  • Add example with-nextjs 77655df
  • Add code property to ApiError class for enhanced error context 8d0da4a
  • Enhance error handling in NextAction by adding custom error response structure and updating bindArgs to parsedBindArgs 7a495d6
  • Refactor HandleError type to support custom error types and rename bindArgs to parsedBindArgs in NextAction 9bc86fe
  • Improve time formatting in logger middleware for more precise duration display 2b7c33e
  • Add pnpm workspace and restructure API package 43c571f

v2.0.0-alpha.11...v2.0.0-alpha.12