2023-02-25 01:57:54 -05:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2023-02-26 15:55:24 -05:00
|
|
|
## [1.1.0] - 2023-02-26
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Replaced `$extension` parameter with `$options` parameter in `\TempFile > TempFile > __construct()`
|
|
|
|
so that it's possible to specify the file extension and the file name prefix.
|
|
|
|
|
2023-02-25 01:57:54 -05:00
|
|
|
## [1.0.0] - 2023-02-25
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Initial release
|