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.
- The minimal required PHP version is bumped to PHP 7.4.
- Changed the namespace to
Vdhicts\Replacer
.
- Add this changelog to this package.
- Change
setOpenDelimiter
andsetCloseDelimiter
to be fluent. - Move the
data
parameter to theprocess
method so multiple templates can be rendered with the sameReplacer
instance.
- Initial release