Releases: spatie/blink
Releases · spatie/blink
1.4.0
What's Changed
- Fix the global method to return always the same instance by @stfndamjanovic in #37
New Contributors
- @stfndamjanovic made their first contribution in #37
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Add PHP 8.2 Support by @patinthehat in #32
- added Blink::global() by @sfinktah in #34
- Add onceIf method by @jasonvarga in #35
New Contributors
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Add PHP 8.1 Support by @patinthehat in #27
- add return types by @edalzell in #30
- Drop support for PHP 7
New Contributors
- @patinthehat made their first contribution in #27
- @edalzell made their first contribution in #30
Full Changelog: 1.1.3...1.2.0
1.1.3
- support PHP 8.0 and PHPUnit 9
- now requires PHP 7.3 and up
1.1.2
1.1.1
1.1.0
1.0.2
- add support of namespaces as cache key
1.0.1
- fix bug that returns wrong value type when forgetting a key
1.0.0
- initial release