Releases: graphpql/utils
Releases · graphpql/utils
2.3.1
Fixed detection of array in Json
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
- Removed Serializable interface from Json
2.2
- Allowed MapJson to be created from array with string keys
- Added getFirst & getLast methods to BaseSet
2.1.2
- Improved exceptions for sets
2.1.1
- Utilizing static return type
2.1
- PHP 8 & reworked Json class
2.0
- Split object sets depending on use
1.4
- Added ObjectSet::merge function