next-api-decorators

Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.

MIT License

Downloads
14.3K
Stars
415
Committers
11

Bot releases are visible (Hide)

next-api-decorators - v1.7.0-beta.2

Published by github-actions[bot] over 2 years ago

1.7.0-beta.2 (2022-01-31)

Bug Fixes

  • getCallerInfo should evaluate the last paranthesis of the line (a4f4534)
next-api-decorators - v1.7.0

Published by github-actions[bot] over 2 years ago

1.7.0 (2022-01-27)

Features

next-api-decorators - v1.7.0-beta.1

Published by github-actions[bot] over 2 years ago

1.7.0-beta.1 (2022-01-27)

Features

next-api-decorators - v1.6.0-beta.3

Published by github-actions[bot] over 2 years ago

1.6.0-beta.3 (2022-01-27)

Bug Fixes

  • skip calling the default exception handler when response is already sent (54fd07e)

Features

next-api-decorators - v1.6.1

Published by github-actions[bot] almost 3 years ago

1.6.1 (2022-01-03)

Bug Fixes

  • skip calling the default exception handler when response is already sent (54fd07e)
next-api-decorators - v1.6.0

Published by github-actions[bot] about 3 years ago

1.6.0 (2021-10-07)

Features

next-api-decorators - v1.6.0-beta.2

Published by github-actions[bot] about 3 years ago

1.6.0-beta.2 (2021-10-07)

next-api-decorators - v1.6.0-beta.1

Published by github-actions[bot] about 3 years ago

1.6.0-beta.1 (2021-10-07)

Features

next-api-decorators - v1.5.9

Published by github-actions[bot] about 3 years ago

1.5.9 (2021-09-29)

Bug Fixes

  • specify package names to load for webpack (a6396df)
next-api-decorators - v1.5.9-beta.1

Published by github-actions[bot] about 3 years ago

1.5.9-beta.1 (2021-09-29)

Bug Fixes

  • specify package names to load for webpack (a6396df)
next-api-decorators - v1.5.8

Published by github-actions[bot] about 3 years ago

1.5.8 (2021-09-17)

Bug Fixes

  • use res.send instead of res.json (2c94263)
next-api-decorators - v1.5.8-beta.1

Published by github-actions[bot] about 3 years ago

1.5.8-beta.1 (2021-09-17)

Bug Fixes

  • use res.send instead of res.json (2c94263)
next-api-decorators - v1.5.7

Published by github-actions[bot] about 3 years ago

1.5.7 (2021-08-28)

Bug Fixes

  • add win32 paths support to getCallerInfo() (4be56c9)
next-api-decorators - v1.5.6

Published by github-actions[bot] about 3 years ago

1.5.6 (2021-07-26)

Bug Fixes

  • internals: remove query string from the url when parsing (dc618bb)
next-api-decorators - v1.5.6-beta.1

Published by github-actions[bot] about 3 years ago

1.5.6-beta.1 (2021-07-26)

Bug Fixes

  • internals: remove query string from the url when parsing (dc618bb)
next-api-decorators - v1.5.5-beta.3

Published by github-actions[bot] about 3 years ago

1.5.5-beta.3 (2021-07-26)

Bug Fixes

  • internals: remove query string from the url when parsing (dc618bb)
next-api-decorators - v1.5.5-beta.2

Published by github-actions[bot] over 3 years ago

1.5.5-beta.2 (2021-07-05)

next-api-decorators - v1.5.5

Published by github-actions[bot] over 3 years ago

1.5.5 (2021-07-03)

Bug Fixes

  • parameterized route matching (85c5954)
next-api-decorators - v1.5.5-beta.1

Published by github-actions[bot] over 3 years ago

1.5.5-beta.1 (2021-07-03)

Bug Fixes

  • parameterized route matching (85c5954)
next-api-decorators - v1.5.4

Published by github-actions[bot] over 3 years ago

1.5.4 (2021-07-02)

Bug Fixes

  • route matching for different patterns (7f09043)