Skip to content

Releases: estahn/json-query-wrapper

v1.0.0

11 Jan 23:20
Compare
Choose a tag to compare

1.0.0 (2021-01-11)

This release focuses on dependency updates, so the library can be used with PHP >=7.1. In turn support for PHP 5 is being dropped.

Thanks to @blanxii and @Juanfree for the contribution.

Features

BREAKING CHANGES

  • support for 5.x has been dropped

Signed-off-by: Enrico Stahn enrico.stahn@gmail.com

Minor StyleCI related updates

07 Mar 01:26
Compare
Choose a tag to compare
Merge pull request #8 from estahn/file_header_update

File header update

Treat strings of numbers as strings and add mapping for int and float

05 Mar 00:59
Compare
Choose a tag to compare

Thanks to @javiercejudo

  • Strings of numbers are converted into strings (e.g. {"Foo":"33"} vs {"Foo":33})
  • Add mapping for int and float

Fix issues with consecutive calls

02 Feb 04:48
Compare
Choose a tag to compare

Process Builder was piling up arguments on multiple runs (#2)

Parse error exception support

02 Feb 02:06
Compare
Choose a tag to compare

In case "jq" returns a string starting with "parser error: " a DataTypeMapperException is being thrown. (#1)

Initial Release

01 Feb 15:16
Compare
Choose a tag to compare
v0.1.0

Update README