Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

73 lines (51 loc) · 2.2 KB

Changelog

All notable changes to php-json-g will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Unreleased

v2.2.0 - 2022-02-14

Added

  • Add array shaping for static analysis
  • Add static analysis testing in CI

Changed

  • Add strict return types for methods
  • Replace Travis CI with GitHub Actions

v2.1.0 - 2019-03-11

Added

  • Add support for PHPUnit 8 (#2)
  • Add missing extension references to the Composer JSON (b2ee756b)

Changed

  • Update the directory structure formatting (70dfbf55)
  • Move test resources to the tests directory (dcf5d675)

Deprecated

v2.0.3 - 2017-12-06

Added

  • Bumped squizlabs/php_codesniffer dependency to ^3.1
  • Updated PhpDoc styling
  • Added a ColoursTest class to get 100% in the Colours coverage

v2.0.2 - 2017-12-06

Fixed

  • Changed to legal name in the LICENSE

v2.0.1 - 2017-11-20

Fixed

  • Corrected the LICENSE file

v2.0.0 - 2017-11-08

Added

  • Added new README style
  • Added namespacing for tests
  • Added missing OS files

Fixed

  • Fixed the styling using StyleCI and PHP_CodeSniffer
  • Fixed TravisCI testing using PECL/Imagick

v1.0.0 - 2017-10-20

Added

  • Added 2 classes for managing JSON-G image conversion
  • Added Composer support
  • Added unit testing
  • Added namespacing