Skip to content

Commit 8c9e18d

Browse files
committed
docs: release notes for the 2.0.0 release
1 parent bb27c8b commit 8c9e18d

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# CHANGELOG
22

3+
## [v2.0.0](https://github.com/josantonius/php-session/releases/tag/v2.0.0) (2022-06-27)
4+
5+
> Version 1.x is considered as deprecated and unsupported.
6+
> In this version (2.x) the library was completely restructured.
7+
> It is recommended to review the documentation for this version and make the necessary changes
8+
> before starting to use it, as it not be compatible with version 1.x.
9+
10+
* Replaced all static methods in `Josantonius\Session\Session` class.
11+
12+
A facade class was added to access the methods statically: `Josantonius\Session\Facades\Session`.
13+
14+
* ADDED:
15+
16+
`Josantonius\Session\Facades\Session` class.
17+
18+
`Josantonius\Session\Exceptions\SessionException` class.
19+
20+
`Josantonius\Session\Tests\AllMethodTest` class.
21+
22+
`Josantonius\Session\Tests\ClearMethodTest` class.
23+
24+
`Josantonius\Session\Tests\DestroyMethodTest` class.
25+
26+
`Josantonius\Session\Tests\GetIdMethodTest` class.
27+
28+
`Josantonius\Session\Tests\GetMethodTest` class.
29+
30+
`Josantonius\Session\Tests\GetNameMethodTest` class.
31+
32+
`Josantonius\Session\Tests\HasMethodTest` class.
33+
34+
`Josantonius\Session\Tests\IsStartedMethodTest` class.
35+
36+
`Josantonius\Session\Tests\PullMethodTest` class.
37+
38+
`Josantonius\Session\Tests\RegenerateIdMethodTest` class.
39+
40+
`Josantonius\Session\Tests\RemoveMethodTest` class.
41+
42+
`Josantonius\Session\Tests\ReplaceMethodTest` class.
43+
44+
`Josantonius\Session\Tests\SetIdMethodTest` class.
45+
46+
`Josantonius\Session\Tests\SetMethodTest` class.
47+
48+
`Josantonius\Session\Tests\SetNameMethodTest` class.
49+
50+
`Josantonius\Session\Tests\StartMethodTest` class.
51+
52+
* DELETED:
53+
54+
`Josantonius\Session\Tests\SessionTest` class.
55+
356
## [1.1.9](https://github.com/josantonius/php-session/releases/tag/1.1.9) (2022-06-21)
457

558
### IMPORTANT

0 commit comments

Comments
 (0)