Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

88 lines (65 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on keep a changelog 1.1.0 and this project adheres to Semantic Versioning 2.0.0.

2.0.0 - 2024-07-28

Fixed

  • method naming
  • PHPDoc

Changed

  • composer package
    • changed
      • description
      • require
        • php [>=8.3]
      • require-dev
        • codekandis/phpunit [^5.0.0]
    • added
      • version
      • require
        • codekandis/types [^1.0.0]
      • require-dev
        • rector/rector [^1.2.2]
      • autoload-dev
        • psr-4
          • CodeKandis\ConstantsClassesTranslator\Build\
            • build/
      • scripts
        • test
  • PHPUnit tests
    • configuration
    • externalized data providers
  • error and exception handling
  • CODE_OF_CONDUCT.md
  • README.md
    • PHP version 8.3
    • documentation

Added

  • read-only fields
  • type hints
  • Override attributes
  • rector
    • configuration script
    • shell script
  • .gitattributes to ignore dev-assets

Removed

  • initialize method

1.1.0 - 2021-01-17

Changed

  • composer package dependencies
    • changed
      • minimum-stability [stable]
      • codekandis/phpunit [^3]

1.0.0 - 2021-01-16

Added

  • ConstantsClassesTranslator translates constants class values into corresponding constants class values
  • PHPUnit tests
  • README.md
  • CHANGELOG.md