@scloud/lambda-api 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ This is a piece of useful boilerplate to handle the mechanics of routing, header
|
|
|
6
6
|
|
|
7
7
|
## Releae notes
|
|
8
8
|
|
|
9
|
+
* `1.0.5`: Add a test to verify that camel case path parameter values aren't lowercased
|
|
10
|
+
* `1.0.4`: Optional schema checks using Zod
|
|
9
11
|
* `0.3.8`: Optinoal generic type on `Request`
|
|
10
12
|
* `0.3.7`: Fix cookie setting to use `Set-Cookie`
|
|
11
13
|
* `0.3.6`: Enable parsing body as `application/x-www-form-urlencoded` as well as JSON
|