Skip to content

Releases: opengovsg/formsg-javascript-sdk

v0.12.0

08 Sep 16:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

06 Dec 05:15
4de687d
Compare
Choose a tag to compare

What's Changed

  • build: release v0.10.0 by @karrui in #87
  • build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #88
  • [Snyk] Upgrade axios from 0.24.0 to 0.25.0 by @snyk-bot in #81
  • Update README.md to include existence of sister SDks by @KenLSM in #90
  • chore(readme): add wording for period inclusion of unstable fields by @KenLSM in #94
  • chore: update ci.yml by @KenLSM in #96
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #97
  • build(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.3 by @dependabot in #99
  • chore: upgrade axios to 1.6.2 by @justynoh in #93
  • Create LICENSE by @KenLSM in #95
  • build: bump version to 0.11.0 by @justynoh in #100

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

16 Dec 06:12
Compare
Choose a tag to compare

What's Changed

  • chore: merge v0.9.0 into develop by @mantariksh in #76
  • chore(deps): Upgrade vulnerable axios version by @timotheeg in #78
  • chore: run npm audit fix and update relevant deps by @karrui in #80
  • fix: allow empty field titles in decrypted responses by @justynoh in #86

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.8.2

26 Oct 07:32
bcdfbf6
Compare
Choose a tag to compare

Fixes

  • Fixes ability to encrypt strings with non-UTF8 characters (#35)

v0.4.1

30 Mar 15:28
bcd8403
Compare
Choose a tag to compare

Fix typo (#10)

v0.4.0

30 Mar 15:21
e1555ba
Compare
Choose a tag to compare

Transpile using Babel for frontends supporting IE11 (#9)

v0.3.2

30 Mar 14:08
690f909
Compare
Choose a tag to compare

Avoid default arguments in destructuring (#8)

v0.3.1

30 Mar 13:39
662bd33
Compare
Choose a tag to compare

Destructure options in fn body for IE compatibility (#7)

v0.3.0

30 Mar 12:12
026376d
Compare
Choose a tag to compare

Clarify nature of repository in README (#3)
Add cryptographic functions to SDK (#4)

v0.2.0

30 Mar 12:11
274b783
Compare
Choose a tag to compare

Add signing functions, end-to-end testing (#2)