Releases: integreat-io/integreat-adapter-form
Releases · integreat-io/integreat-adapter-form
v1.1.2
v1.1.1
Bugfix:
setStructureInKeys
did not apply to transformer
v1.1.0
New feature:
- By setting the
setStructureInKeys
option totrue
, 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
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
Breaking change:
- Updated to Integreat v1 adapter format.
New feature:
- Implemented as a
form
transformer too.
v0.3.0
- Include headers from request
- Drop support for node < v10
v0.2.0
Update deps due vulnerabilities in a package.
v0.1.0
First release.