All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Class
PhpVersion
to check if the PHP version is at least, or below a certain major and minor version.
- Another improvement for parsing invalid JSON with unescaped double quote characters inside string values.
- Improve parsing invalid JSON by detecting and fixing unescaped double quote characters inside string values.
- The
Microseconds
value object class that wraps timestamp float values to make it easier and less error-prone to work with.
- The
Json
class that converts JSON strings to array and also tries to deal with "relaxed" JSON, where keys can be unquoted.