Releases: crwlrsoft/utils
Releases · crwlrsoft/utils
v1.2.0
Added
- Class
PhpVersion
to check if the PHP version is at least, or below a certain major and minor version.
v1.1.2
Fixed
- Another improvement for parsing invalid JSON with unescaped double quote characters inside string values.
v1.1.1
Fixed
- Improve parsing invalid JSON by detecting and fixing unescaped double quote characters inside string values.
v1.1.0
- New
Microseconds
value object class that wraps timestamp float values to make it easier and less error-prone to work with.
v1.0.0
Added
- The
Json
class that converts JSON strings to array and also tries to deal with "relaxed" JSON, where keys can be unquoted.