Skip to content

Releases: odan/session

4.0.0

Choose a tag to compare

@odan odan released this 18 Jul 21:00

Breaking Canges

  • Renamed SessionMiddleware to SessionDoublePassMiddleware

Deprecated

  • Deprecated SessionDoublePassMiddleware

Added

  • Added PSR-15 middleware #5
  • Added documentation and examples to readme

3.3.0

Choose a tag to compare

@odan odan released this 05 May 11:15
  • Minor build and code style improvements

3.2.0

Choose a tag to compare

@odan odan released this 09 Apr 11:20
e2689ed

Changes

  • Middleware improvement #3

3.1.0

Choose a tag to compare

@odan odan released this 21 Mar 10:39

Added

  • Add session middleware

3.0.0

Choose a tag to compare

@odan odan released this 19 Mar 17:36

Added

  • Added all method

Breaking Changes

  • Removed PhpSecureSessionAdapter
  • Removed the default parameter of the get method. The method returns null if the key not exists. Better use the ?? operator to define default values.
  • Moved the SessionInterface to namespace Odan\Session
  • Calling setId if the session is started, a RuntimeException will be thrown
  • Replaced the Adapter (pattern) with a Interface. The Session wrapper class is not required anymore and was removed.

2.0.0

Choose a tag to compare

@odan odan released this 07 Mar 21:06
  • Changed Session Interface
  • Update min. PHP version to PHP 7.2
  • Updated tests

1.0.0

Choose a tag to compare

@odan odan released this 12 Feb 20:14
ecedfb3
Merge pull request #1 from odan/analysis-86DwQa

Apply fixes from StyleCI

0.5.1: Merge pull request #1 from odan/analysis-86DwQa

Choose a tag to compare

@odan odan released this 11 Feb 22:25
ecedfb3
Apply fixes from StyleCI

0.5.0

Choose a tag to compare

@odan odan released this 19 Jan 16:02
Removed middleware (use a custom middleware callback instead)

0.4.0

Choose a tag to compare

@odan odan released this 19 Jan 15:34
Updated docs