Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

55 lines (36 loc) · 819 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.

[1.2.0] - 2024-07-30

Added

  • Add proper type annotations to json_encode and json_decode.

Changed

  • Update to PHPStan 1.11

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Add missing declare(strict_types=1); in functions file.

[1.1.0] - 2023-11-25

Added

  • Add support for PHP 8.3

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Drop support for PHP 8.1

Fixed

  • Nothing

[1.0.0] - 2023-04-18

Added

  • First release

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing