Releases: ScientaNL/DoctrineJsonFunctions
Releases · ScientaNL/DoctrineJsonFunctions
3.1.0
Tested all mysql functions
Also updated some argument types when StringPrimary was insufficient
3.0.0
- Functions restructured for better agument parsing
- Unit tests added (not everything tested yet)
- Dockerfiles added
2.0.1
Readme updated to reflect new functions
2.0.0
- BC break: better Postgres function names:
- GT renamed to JSON_GET
- GT_GT renamed to JSON_GET_TEXT
- Added JSONB operators:
?
, ?|
, ?&
, @>
, <@
- Fixed issues with negative indices.
- Added support for parametrizing queries that use JSON functions.
- Fixed #17 which broke JSON_MERGE
1.1.0
Postgres function and className fixes
Fixed #15 which also broke the composer install.
1.0.0
After a lot more usage and testing the first minor bugs are resolved.
It seemed time to release this version as a first stable, also because it is used in production by many people already.
If your software is being used in production, it should probably already be 1.0.0. If you have a stable API on which users have come to depend, you should be 1.0.0.
Thanks everyone for your contributions.