Skip to content

Releases: testinggospels/camouflage

v0.15.0

16 Aug 15:50
9842643
Compare
Choose a tag to compare

0.15.0 (2023-08-16)

Bug Fixes

  • upgrade node version for github actions (a4e5f24)

Features

v0.14.3

14 Aug 00:31
eb7d067
Compare
Choose a tag to compare

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.2

05 Aug 02:34
af3803a
Compare
Choose a tag to compare

0.14.2 (2023-08-05)

Bug Fixes

v0.14.1

04 Aug 16:11
e7051ee
Compare
Choose a tag to compare

0.14.1 (2023-08-04)

Bug Fixes

  • fix bug caused by preserve new line feat #227 (f389260)

v0.14.0

04 Aug 13:48
6f4dfdf
Compare
Choose a tag to compare

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

29 Nov 07:50
b02153f
Compare
Choose a tag to compare

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

22 Nov 09:18
30ec77f
Compare
Choose a tag to compare

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

14 Nov 18:26
c57810f
Compare
Choose a tag to compare
  • 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

29 Oct 16:15
b2aa306
Compare
Choose a tag to compare

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

25 Oct 11:02
9da0049
Compare
Choose a tag to compare

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)