Skip to content

Releases: ScientaNL/DoctrineJsonFunctions

2.1.0

31 Jan 09:13
3c9973d
Compare
Choose a tag to compare

Mariadb JSON_VALUE added

2.0.1

26 Sep 13:16
Compare
Choose a tag to compare

Readme updated to reflect new functions

2.0.0

26 Sep 13:07
Compare
Choose a tag to compare
  • 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

14 Feb 15:47
Compare
Choose a tag to compare

Postgres function and className fixes
Fixed #15 which also broke the composer install.

1.0.1

14 Dec 09:05
Compare
Choose a tag to compare

Minor readme changes

1.0.0

14 Dec 08:08
Compare
Choose a tag to compare

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.