Skip to content

Releases: ScientaNL/DoctrineJsonFunctions

4.5.0

12 Jan 09:56
138a017
Compare
Choose a tag to compare
  • Updated Postgresql JsonGet: #72
  • Updated README.md: #73
  • Require correct doctrine/orm and doctrine/dbal versions (~2.*): #78

4.4.0

17 Sep 11:21
64c3f88
Compare
Choose a tag to compare

4.3.0

21 Dec 15:47
355e9ef
Compare
Choose a tag to compare
  • Php8 compatibility
  • Php7 and php8 testing
  • Updated phpunit in composer.json to ^8.0 || ^9.0
  • Updated doctrine dbal in composer.json to ^2.7

4.2.0

23 Nov 08:54
bc044b5
Compare
Choose a tag to compare

Added JSON_PRETTY: #66

4.1.2

07 Feb 11:15
6cab3f9
Compare
Choose a tag to compare
  • Merged #58 to accept value arguments for the the postgresql JSON_GET_TEXT function

4.1.1

13 Dec 10:05
3450288
Compare
Choose a tag to compare
  • Fixed #48 and tested the postgresql JSON_GET_TEXT function

4.1.0

13 Dec 08:49
68cb08d
Compare
Choose a tag to compare
  • fixed JSON_MERGE_PATCH tests
  • Added SQLite functions

4.0.2

12 Mar 08:56
f8e2247
Compare
Choose a tag to compare
  • Added test for double quote quirk of DQL: doctrine/orm#5613
  • Added readme for testing with docker and phpunit
  • Added editorconfig for correct spacing

4.0.1

18 Feb 09:58
94277c7
Compare
Choose a tag to compare

Bugfix #39 JSON_QUOTE accepts a value argument.

4.0.0

07 Jan 09:42
763df14
Compare
Choose a tag to compare

Added testcases for all mysql functions
Renamed Syslogic\ namespace to Scienta\