Releases: instantcommerce/next-api-decorators
Releases · instantcommerce/next-api-decorators
v2.0.1
2.0.1 (2023-01-14)
Bug Fixes
v2.0.1-beta.2
Bug Fixes
- path separator on windows (89cf473)
v2.0.0
2.0.0 (2022-08-18)
Features
- allow handlers to have extra methods (4ca8d32)
BREAKING CHANGES
HttpVerb
enum renamed as HttpMethod
per HTTP standards.
v2.0.0-beta.1
Features
- allow handlers to have extra methods (4ca8d32)
BREAKING CHANGES
HttpVerb
enum renamed as HttpMethod
per HTTP standards.
v1.8.2
1.8.2 (2022-06-24)
Bug Fixes
- handle validation for types other than object (9d6f8a9)
v1.8.0-beta.3
Bug Fixes
- handle validation for types other than object (9d6f8a9)
v1.8.1
1.8.1 (2022-06-16)
Bug Fixes
- handle empty body validation (a0b85d7)