All notable changes to the library will be documented in this file.
- Add support for array bracket notation (pull request #15)
- Republish previous version because build step was forgotten
- Remove unnecessary log statement in
decode
function
- Fix bug in regex of
decode
for template name creation (issue #208)
- Republish previous version because build step was forgotten
- Fix bug in template of path when decoding direct array items
- Add optional
transform
argument todecode
function
- Change output for empty strings,
'null'
and'undefined'
(issue #9)
- Add
FormDataInfo
type to global exports - Add support for non-indexed array fields (issue #8)
- Add support for millisecond dates to
getFieldDate
util (pull request #7) - Improve performance and security of regular expressions
- Change output of empty string dates to
null
(issue #3)
- Add support for
false
booleans togetFieldValue
util (issue #1)
- Improve text and change example in README.md
- Initial release