Skip to content

Releases: graphpql/utils

2.3.1

16 Mar 14:37
88d67d3
Compare
Choose a tag to compare

Fixed detection of array in Json

2.3

10 Nov 10:42
Compare
Choose a tag to compare
2.3
  • Reworked and simplified Json object (⚠️ potencial BC breaks if some internal api was used)
  • Raised required PHP version to 8.1
  • Removed dependency on nette/utils

2.2.1

14 Feb 13:10
50448ea
Compare
Choose a tag to compare
  • Removed Serializable interface from Json

2.2

24 Jun 16:48
5ac9ae2
Compare
Choose a tag to compare
2.2
  • Allowed MapJson to be created from array with string keys
  • Added getFirst & getLast methods to BaseSet

2.1.2

07 Dec 15:31
fc1bf9c
Compare
Choose a tag to compare
  • Improved exceptions for sets

2.1.1

25 Nov 12:42
Compare
Choose a tag to compare
  • Utilizing static return type

2.1

23 Nov 18:47
Compare
Choose a tag to compare
2.1
  • PHP 8 & reworked Json class

2.0

07 Nov 17:46
Compare
Choose a tag to compare
2.0
  • Split object sets depending on use

1.5

19 Oct 16:42
0f37f2a
Compare
Choose a tag to compare
1.5
  • Json encode options

1.4

13 Aug 20:37
Compare
Choose a tag to compare
1.4
  • Added ObjectSet::merge function