Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 1012 Bytes

Changelog

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.

[Unreleased]

[1.2.0] - 2024-12-08

Added

  • Class PhpVersion to check if the PHP version is at least, or below a certain major and minor version.

[1.1.2] - 2024-11-20

Fixed

  • Another improvement for parsing invalid JSON with unescaped double quote characters inside string values.

[1.1.1] - 2024-11-20

Fixed

  • Improve parsing invalid JSON by detecting and fixing unescaped double quote characters inside string values.

[1.1.0] - 2023-07-20

  • The Microseconds value object class that wraps timestamp float values to make it easier and less error-prone to work with.

[1.0.0] - 2023-05-17

Added

  • The Json class that converts JSON strings to array and also tries to deal with "relaxed" JSON, where keys can be unquoted.