Skip to content

Releases: spatie/once

3.1.0

21 Apr 12:23
Compare
Choose a tag to compare

What's Changed

  • Rewrite phpunit tests to pest by @otsch in #73

New Contributors

  • @otsch made their first contribution in #73

Full Changelog: 3.0.2...3.1.0

3.0.2

04 Feb 09:05
90d5b02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

04 Jul 12:06
8b78d1d
Compare
Choose a tag to compare
  • fix for caching static functions of different classes with the same name (#62)

3.0.0

03 Nov 13:23
Compare
Choose a tag to compare
  • refactor to use a WeakMap
  • drop support for PHP 7

2.2.1

29 Oct 18:22
e6c13ae
Compare
Choose a tag to compare
  • allow PHP 8

2.2.0

18 Feb 15:11
6d4a379
Compare
Choose a tag to compare
  • Support global functions

2.1.3

31 Oct 02:51
d721d3e
Compare
Choose a tag to compare
  • differentiate between closures (#42)

2.1.2

05 Aug 07:50
62ed7e6
Compare
Choose a tag to compare
  • remove excess parameter in get on cache

2.1.1

26 Jun 22:24
be48a2d
Compare
Choose a tag to compare
  • do not throw an error when using once in eval

2.1.0

19 Jun 13:18
bcc9c28
Compare
Choose a tag to compare
  • add enabling/disable the cache
  • add flush method
  • drop support for PHP 7.1 and below