Releases: estahn/json-query-wrapper
Releases · estahn/json-query-wrapper
v1.0.0
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
- Use
tmpfile
for auto-cleanup, closes #11 #12 - Modernize (#13) (baf2c7f), closes #11
- PHP >=7.1 supported only (8c29d89)
BREAKING CHANGES
- support for 5.x has been dropped
Signed-off-by: Enrico Stahn [email protected]
Minor StyleCI related updates
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
Thanks to @javiercejudo
- Strings of numbers are converted into strings (e.g.
{"Foo":"33"}
vs{"Foo":33}
) - Add mapping for
int
andfloat
Fix issues with consecutive calls
Process Builder was piling up arguments on multiple runs (#2)
Parse error exception support
In case "jq" returns a string starting with "parser error: " a DataTypeMapperException
is being thrown. (#1)
Initial Release
v0.1.0 Update README