# Changelog

All notable changes to `blink` will be documented in this file

## 1.3.0 - 2023-06-30

### What's Changed

- Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/blink/pull/32
- added Blink::global() by @sfinktah in https://github.com/spatie/blink/pull/34
- Add onceIf method by @jasonvarga in https://github.com/spatie/blink/pull/35

### New Contributors

- @sfinktah made their first contribution in https://github.com/spatie/blink/pull/34

**Full Changelog**: https://github.com/spatie/blink/compare/1.2.0...1.3.0

## 1.2.0 - 2022-01-05

## What's Changed

- Add PHP 8.1 Support by @patinthehat in https://github.com/spatie/blink/pull/27
- add return types by @edalzell in https://github.com/spatie/blink/pull/30
- Drop support for PHP 7

## New Contributors

- @patinthehat made their first contribution in https://github.com/spatie/blink/pull/27
- @edalzell made their first contribution in https://github.com/spatie/blink/pull/30

**Full Changelog**: https://github.com/spatie/blink/compare/1.1.3...1.2.0

## 1.1.3 - 2020-11-29

- support PHP 8.0 and PHPUnit 9
- now requires PHP 7.3 and up

## 1.1.2 - 2019-02-16

- support numeric keys (#19)

## 1.1.1 - 2019-10-08

- optimize pull method (#16)

## 1.1.0 - 2019-10-07

- add `flushStartingWith()` and `allStartingWith()` methods (#13)

## 1.0.2 - 2018-11-27

- add support of namespaces as cache key

## 1.0.1 - 2017-03-17

- fix bug that returns wrong value type when forgetting a key

## 1.0.0 - 2017-03-17

- initial release
