Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.21 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.1.1 - 2020-12-24

Changed

  • #12PhpDoc blocks and options constants

2.1.0 - 2018-04-26

Changed

  • #8 Move phpstan to require-dev section
  • #9 Extract attempt validation to method
  • #10 Add type declarations to signature method where possible
  • #11 Method setOptions must honor the type of option param

2.0.2 - 2018-01-13

Changed

  • Improve code fixing PHPStan complains.
  • Fixed some issues with Travis CI.

2.0.1 - 2017-07-04

Changed

  • Removed unused dependency random compact

2.0.0 - 2017-07-04

Changed

  • Major version 2.x only supports php >= 7.0
  • Fixed tests to run with php >=7.0

1.0.2 - 2017-05-21

Changed

  • Fix issues reported by SessionLabs code analyzer.

0.0.1 - 2016-01-31

Added

  • Change log file.

Changed

  • Update README with examples and more useful info.