Releases: odan/session
Releases · odan/session
Release list
4.0.0
3.3.0
3.2.0
3.1.0
3.0.0
Added
- Added
allmethod
Breaking Changes
- Removed PhpSecureSessionAdapter
- Removed the default parameter of the
getmethod. The method returnsnullif the key not exists. Better use the??operator to define default values. - Moved the
SessionInterfaceto namespaceOdan\Session - Calling
setIdif the session is started, aRuntimeExceptionwill be thrown - Replaced the Adapter (pattern) with a Interface. The
Sessionwrapper class is not required anymore and was removed.
2.0.0
1.0.0
0.5.1: Merge pull request #1 from odan/analysis-86DwQa
Apply fixes from StyleCI