Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 2.76 KB

Changelog

0.0.3 (2023-09-09)

Features

  • add allowedOptions and requiredOptions capability (45f752c)
  • split transformations into fields and options, escape no longer by default, added as transformation (f23eb4c)

Bug Fixes

  • moderation key not being taken into consideration (a0edf87)
  • values not getting transformed properly (80d4174)

Maintenance

0.0.2 (2023-09-08)

Features

  • add site configuration branch env and debug env variables (b33a126)

Bug Fixes

  • use js-base64 for proper UTF8 support (4f88f28)

0.0.1 (2023-08-15)

Features

  • add deploy to cloudflare workers button (68e1d82)
  • add standard-version (9442d2b)
  • initial commit (1290e6b)

Maintenance