Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 732 Bytes

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.

[3.0.0] - 2021-09-14

Changed

  • The minimal required PHP version is bumped to PHP 7.4.
  • Changed the namespace to Vdhicts\Replacer.

[2.0.0] - 2019-12-11

Added

  • Add this changelog to this package.

Changed

  • Change setOpenDelimiter and setCloseDelimiter to be fluent.
  • Move the data parameter to the process method so multiple templates can be rendered with the same Replacer instance.

[1.0.0] - 2018-02-19

Added

  • Initial release