# 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
- Merged [pull requests](https://github.com/touhidurabir/laravel-stub-generator/pull/3) from [GENL](https://github.com/GENL).
- Added github issue templates.

## [1.0.4] - 2022-02-16
- Merged [pull request](https://github.com/touhidurabir/laravel-stub-generator/pull/5) from [amirmasoud](https://github.com/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](https://github.com/touhidurabir/laravel-stub-generator/pull/6) from [amirmasoud](https://github.com/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.
