Skip to content

Releases: integreat-io/integreat-adapter-form

v1.1.2

17 Nov 17:02
fc1072e
Compare
Choose a tag to compare

Bug fix:

  • undefined value was treated as empty string

Also updated deps.

v1.1.1

19 Sep 14:08
790c871
Compare
Choose a tag to compare

Bugfix:

  • setStructureInKeys did not apply to transformer

v1.1.0

19 Sep 13:23
bf55a8e
Compare
Choose a tag to compare

New feature:

  • By setting the setStructureInKeys option to true, structure of the value be reflected in the key instead of JSON stringifying the structure in value.

Also: We're now using node test runner.

v1.0.1

27 May 12:55
201129a
Compare
Choose a tag to compare

Bug fixes:

  • Encode arrays to several keys with bracket postfix, and decode such keys to arrays.
  • Handle line breaks as in the documentation, with both carriage return and line break.

v1.0.0

27 May 11:44
cec78c7
Compare
Choose a tag to compare

Breaking change:

  • Updated to Integreat v1 adapter format.

New feature:

  • Implemented as a form transformer too.

v0.3.0

20 Aug 16:10
Compare
Choose a tag to compare
  • Include headers from request
  • Drop support for node < v10

v0.2.0

25 Jun 14:46
Compare
Choose a tag to compare

Update deps due vulnerabilities in a package.

v0.1.0

01 Jan 20:54
Compare
Choose a tag to compare

First release.