# Changelog

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

## 1.3.2 - 2022-12-13

### What's Changed

- Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/valuestore/pull/44
- Feature/cleanup for 8 by @kudashevs in https://github.com/spatie/valuestore/pull/45

### New Contributors

- @patinthehat made their first contribution in https://github.com/spatie/valuestore/pull/44
- @kudashevs made their first contribution in https://github.com/spatie/valuestore/pull/45

**Full Changelog**: https://github.com/spatie/valuestore/compare/1.3.1...1.3.2

## 1.3.1 - 2021-12-03

- improve support for PHP 8.1

## 1.3.0 - 2021-11-18

- Add support for PHP 8.1

**Full Changelog**: https://github.com/spatie/valuestore/compare/1.2.5...1.3.0

## 1.2.5 - 2020-11-30

- add support for PHP 8

## 1.2.4 - 2020-08-23

- `all` will now always return an array (#23)

## 1.2.3 - 2019-02-15

- update deps

## 1.2.2 - 2018-05-15

- small performance improvement

## 1.2.1 - 2017-10-10

- avoid writing to the json file when putting an empty array

## 1.2.0 - 2017-09-29

- add second parameter to `make`

## 1.1.0 - 2017-01-20

- add `prepend` method

## 1.0.0 - 2016-04-06

- initial release
