Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.31 KB

Changelog

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

[Unreleased]

[1.0.0] - 2021-09-07

  • Initial release

[1.0.1] - 2021-09-08

  • bug fix on file full path generation

[1.0.2] - 2021-09-11

  • Added support to handle boolean type value as replacer
  • Updated README

[1.0.3] - 2021-12-17

[1.0.4] - 2022-02-16

  • Merged pull request from amirmasoud which add the ability to specify the file extension which was only set to php previously.
  • Tests update.
  • Readme update.
  • Minor fix.

[1.0.5] - 2022-02-23

  • Merged pull request from amirmasoud which add the ability to specify the file with no extension and add Laravel 9 support .
  • Readme update.

[1.0.6] - 2022-03-18

  • Bug fix for array replacebale
  • Tests update.

[1.0.7] - 2023-03-07

  • Merged PR to add Laravel 10+ support .

[1.0.8] - 2024-03-12

  • Laravel 11 support added.
  • PHPUnit XML configuration update.