Skip to content

Releases: spatie/temporary-directory

2.2.1

25 Dec 11:47
76949fa
Compare
Choose a tag to compare

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

25 Sep 07:13
efc258c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

2.1.2

28 Apr 07:48
0c80487
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1

23 Aug 07:15
e2818d8
Compare
Choose a tag to compare

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

Full Changelog: 2.1.0...2.1.1

2.1.0

11 Mar 08:16
79f138f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

30 Mar 19:46
06fe0f1
Compare
Choose a tag to compare
  • require PHP 8+
  • drop PHP 7.x support
  • use PHP 8 syntax
  • use custom exception classes instead of InvalidArgumentException and Exception

1.3.0

09 Nov 15:56
f517729
Compare
Choose a tag to compare
  • add support for PHP 8.0

1.2.4

07 Sep 20:41
8efe8e6
Compare
Choose a tag to compare
  • force php garbage collection cycle (#40)

1.2.3

08 Jun 08:59
eeb84a7
Compare
Choose a tag to compare
  • fix deleting temporary directories with broken symlinks (#39)

1.2.2

15 Dec 18:52
fcb127e
Compare
Choose a tag to compare
  • create dir with 0777 permissions and allow recursive in empty function (#38)