Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

v1.1.0 [2023-11-07]

New:

  • Added ArrayHandler class
  • Added force to addHandler method in SessionManager class to allow override
  • Added .vscode/ to gitignore file

Changed:

  • Improved unit tests

Removed:

  • Removed phpstan/phpstan-phpunit from require-dev in composer.json

Fixed:

  • Garbage collector in FileHandler class now deletes expired session files correctly

v1.0.1 [2023-10-24]

Changed:

  • Updated repository description
  • Changed visibility to protected for tearDown and setUp methods in unit tests
  • Renamed unit to phpunit in composer.json scripts section

Fixed:

  • Fixed namespace error in SessionManagerTest class
  • Removed .dist from phpunit.xml in .gitattributes export-ignore
  • Resolved #1; SessionManager::session always returns the same instance once resolved

v1.0.0 [2023-10-02]

New:

  • First stable release version