Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

56 lines (44 loc) · 1.16 KB

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.

[2.2.0] - 2023-04-30

Added

  • Concepts:
    • ForwardedParameters
    • LinkRelations
    • Preferences
    • RangeUnits
    • TransferCodings

[2.1.0] - 2023-04-30

Added

  • More concepts:
    • AuthenticationSchemes
    • CacheDirectives
    • ContentCodings
    • RequestMethods

Changed

  • Moved renderer classes into own namespace

[2.0.0] - 2023-04-29

Added

  • Changelog
  • Readme content
  • Requirement for namespace to generate classes
  • Psalm for static code analysis
  • CodeSniffer for code style adherence (PSR12)

Changed

  • Used more PHP 8.1 features
  • Changed getters to public properties when possible
  • Arguments for http_generate.php to required namespace

Removed

  • Unused getters

Fixed

  • Errors from static code analysis

[1.0.1] - 2023-04-29

Changed

  • Moved generator.php to bin/http_generate.php

Fixed

  • Composer bin declaration

[1.0.0] - 2023-04-29

Added

  • Initial implementation