Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 1.49 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.

1.0.3 - 2024-04-04

Fixed

  • Defines the current date as a dynamic parameter in the PublishFilter to allow for filter cacheability

1.0.2 - 2023-04-13

Removed

  • Removes DateTime assertion from PublishableTrait as strong typecasting made it redundant

1.0.1 - 2023-02-02

Removed

  • Asserts as attributes are removed from the trait, to avoid double declaration and still provide PHP 7.4 support

1.0.0 - 2023-01-18

Added

  • Adds initial CHANGELOG
  • Adds support for PHP >= 7.4
  • Adds support for Symfony >= 5.4
  • Adds typing
  • Adds attributes alongside existing annotations

Removed

  • Removes support for PHP < 7.4
  • Removes support for Symfony < 5.4

0.2.0 - 2020-09-07

Last release of v0.