Skip to content

Releases: graphpql/utils

2.3.1

Choose a tag to compare

@peldax peldax released this 16 Mar 14:37
88d67d3

Fixed detection of array in Json

2.3

2.3

Choose a tag to compare

@peldax peldax released this 10 Nov 10:42
  • 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

Choose a tag to compare

@peldax peldax released this 14 Feb 13:10
50448ea
  • Removed Serializable interface from Json

2.2

2.2

Choose a tag to compare

@peldax peldax released this 24 Jun 16:48
5ac9ae2
  • Allowed MapJson to be created from array with string keys
  • Added getFirst & getLast methods to BaseSet

2.1.2

Choose a tag to compare

@peldax peldax released this 07 Dec 15:31
fc1bf9c
  • Improved exceptions for sets

2.1.1

Choose a tag to compare

@peldax peldax released this 25 Nov 12:42
  • Utilizing static return type

2.1

2.1

Choose a tag to compare

@peldax peldax released this 23 Nov 18:47
  • PHP 8 & reworked Json class

2.0

2.0

Choose a tag to compare

@peldax peldax released this 07 Nov 17:46
  • Split object sets depending on use

1.5

1.5

Choose a tag to compare

@peldax peldax released this 19 Oct 16:42
0f37f2a
  • Json encode options

1.4

1.4

Choose a tag to compare

@peldax peldax released this 13 Aug 20:37
  • Added ObjectSet::merge function