Releases: testinggospels/camouflage
Releases · testinggospels/camouflage
v0.15.0
0.15.0 (2023-08-16)
Bug Fixes
- upgrade node version for github actions (a4e5f24)
Features
v0.14.3
0.14.3 (2023-08-14)
Bug Fixes
- Configure text middleware to use wildcard for matching (eb7d067)
- Configure text middleware to use wildcard for matching (bcc93bc)
v0.14.1
0.14.1 (2023-08-04)
Bug Fixes
- fix bug caused by preserve new line feat #227 (f389260)
v0.14.0
0.14.0 (2023-08-04)
Bug Fixes
- make logger available for pg helper block (a9bd10b)
- new operator for
is
helper; ==
fixes #193 (95d0007)
- preserve new lines in response body. #223 (61da2f5)
Features
- allow await in custom code handlebars (9957355)
- allow await in IIFEs for
code
and pg
(ceefc9b)
- groundwork for the SOAP protocol (ec1d9b6)
v0.13.0
0.13.0 (2022-11-29)
Bug Fixes
- async function broke delayed responses (3bd214f)
- async function broke delayed responses (dddc588)
- async function broke delayed responses (#199) (a31cbd9)
- generic parsing of express requests to string (2cc267b)
- improved handling of errors in response validation (e5a4f3f)
- improved handling of errors in response validation (#201) (23622c5)
- move @types/js-yaml to dev deps (c29d1c0)
- pass grpc metadata to helpers. #189 (3ff8421)
- prevent validation from being a breaking change (da23c41)
- reset delay after request (8fcf41e)
- upgrade convert-csv-to-json (d0d2491)
- validating parameterized paths on the openapi is now supported (426b5e2)
Features
v0.12.0
0.12.0 (2022-11-22)
Features
- grpc enhancements, validation bug fixes ([#211]
- feat: cookie support for the capture helper (#209)
- implement basic error response and metadata. #188
- docs: grpc documentation
- fix: race condition with lazy loading of the validation adapters (#210)
v0.11.0
- feat: Validating parameterized paths on the openapi is now supported (#205)
- fix: lazy loading the validation modules #203 (#206)
- feat: state helper (#207)
v0.10.1
0.10.1 (2022-10-29)
Bug Fixes
- async function broke delayed responses (#200) (b2aa306), closes #199 #201
- fix: reset delay after request
- fix: prevent validation from being a breaking change
- fix: improved handling of errors in response validation
- Remove demo link
v0.10.0
0.10.0 (2022-10-25)
Features
- fix: move @types/js-yaml to dev deps
- fix: upgrade convert-csv-to-json
- deps: bump express to 4.18.1
- deps: bump fs-extra to latest
- deps: bump logform
- deps: bump moment
- deps: bump node-cron
- deps: bump pg
- fix: pass grpc metadata to helpers. #189
- fix: generic parsing of express requests to string
- feat: implemented initial version of schema validation #195 (#196)