Releases: spatie/temporary-directory
Releases · spatie/temporary-directory
2.2.1
What's Changed
- DeleteWhenDestroyed documentation by @cosmastech in #74
- Document make method by @openjck in #76
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #77
- [2.x] Fix directories not being deleted in strict mode by @RVxLab in #81
New Contributors
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #67
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #68
- Bump actions/checkout from 3 to 4 by @dependabot in #69
- Remove unused variable in catch block by @peter279k in #71
- Setting to delete when an object is destroyed by @cosmastech in #70
New Contributors
- @cosmastech made their first contribution in #70
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- Add dependabot automation by @patinthehat in #58
- Bump actions/checkout from 2 to 3 by @dependabot in #59
- Bump actions/cache from 1 to 3 by @dependabot in #60
- Add PHP 8.2 Support by @patinthehat in #61
- Update Dependabot Automation by @patinthehat in #62
- Normalize composer.json by @patinthehat in #63
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #64
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #65
- Added try catch by @metaversedataman in #66
New Contributors
- @dependabot made their first contribution in #59
- @metaversedataman made their first contribution in #66
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- Update .gitattributes by @erikn69 in #55
- Update .gitattributes by @angeljqv in #56
- Add a function to check if the temporary directory exist without catching PathAlreadyExists exception by @Admiral-Enigma in #57
New Contributors
- @erikn69 made their first contribution in #55
- @angeljqv made their first contribution in #56
- @Admiral-Enigma made their first contribution in #57
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- PHP 8.1 Support by @Nielsvanpach in #52
- Update .gitattributes by @PaolaRuby in #53
- feature: add TemporaryDirectory::make() method by @ryangjchandler in #54
New Contributors
- @PaolaRuby made their first contribution in #53
- @ryangjchandler made their first contribution in #54
Full Changelog: 2.0.0...2.1.0
2.0.0
- require PHP 8+
- drop PHP 7.x support
- use PHP 8 syntax
- use custom exception classes instead of
InvalidArgumentException
andException
1.3.0
- add support for PHP 8.0