Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Releases: jnessier/Session

2.1.0

16 Dec 09:25
Compare
Choose a tag to compare

Updated dependencies and added support for PHP 8.0.

2.0.1

10 Aug 19:26
Compare
Choose a tag to compare

Added better docblock descriptions for methods

2.0.0

07 Aug 22:32
Compare
Choose a tag to compare
  • Updated dependencies
  • Renamed and refactored methods
  • Added few fixes/tweaks
  • Removed flash messages support

1.1.0

29 Jul 12:42
Compare
Choose a tag to compare

Added support for dot notation.

Neoflow\Session\Flash and Neoflow\Session\Session as helpers have both adbario/php-dot-notation implemented and support data access and manipulation with dot notation. Take a look into the readme of the library to learn more about the usage.

Example:

$session->set('key', [
   'key2' => 'value'
]);

$value = $session->get('key.key2');

1.1.0-beta

28 Jul 14:27
328244e
Compare
Choose a tag to compare
1.1.0-beta Pre-release
Pre-release

Added support for dot notation

1.0.0

23 Jul 20:23
Compare
Choose a tag to compare

First release

1.0.0-beta.2

22 Jul 20:41
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release
  • Switched to PSR-4 autoloader

Thanks to @odan for the initial pull request and the idea!

1.0.0-beta

21 Jul 22:26
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
  • Refactored code to support PHP 7.2 and newer
  • Added support for recursive merge
  • Implemented interfaces #1
  • Updated composer dependencies
  • Switched to PSR-4 autoload

1.0.0-alpha

12 Jul 08:46
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

First pre-release