Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 1.18 KB

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 #44
  • Feature/cleanup for 8 by @kudashevs in #45

New Contributors

  • @patinthehat made their first contribution in #44
  • @kudashevs made their first contribution in #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