Releases: crwlrsoft/utils
Releases · crwlrsoft/utils
v1.2.0
08 Dec 14:21
Compare
Sorry, something went wrong.
No results found
Added
Class PhpVersion to check if the PHP version is at least, or below a certain major and minor version.
v1.1.2
20 Nov 00:45
Compare
Sorry, something went wrong.
No results found
Fixed
Another improvement for parsing invalid JSON with unescaped double quote characters inside string values.
v1.1.1
19 Nov 23:23
Compare
Sorry, something went wrong.
No results found
Fixed
Improve parsing invalid JSON by detecting and fixing unescaped double quote characters inside string values.
v1.1.0
20 Jul 11:54
Compare
Sorry, something went wrong.
No results found
New Microseconds value object class that wraps timestamp float values to make it easier and less error-prone to work with.
v1.0.0
17 May 19:11
Compare
Sorry, something went wrong.
No results found
Added
The Json class that converts JSON strings to array and also tries to deal with "relaxed" JSON, where keys can be unquoted.