Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

48 lines (35 loc) · 1.16 KB

Development

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]

2.1.1

  • Fixed issue with options not propagating properly.

2.1.0

Added

  • Added the option to write conversions to files.
  • Added the option to load conversions from files.
  • Added case-sensitive option for encoding validation.

Changed

  • Updated development packages,

2.0.1

Added

  • Added docs directory with additional documentation.

2.0.0

Added

  • Added support for PSR-4 autoloading.
  • Added ability to validate encoding.
  • Added SECURITY.md policy.
  • Added static analysis tools.
  • Added FUNDING.yml policy.
  • Added proxy support for static calls to encoder.
  • Added contracts to all public methods that are not internal.
  • Added an option to control the default encoding.
  • Added an option to remove the UTF-8 BOM.
  • Added support for mb regex.

Changed

  • Removed support for PHP < 7.2.
  • Updated dependencies.
  • Added changelog.

Removed

  • Removed the Encode object.