File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 2.0.1] ( https://github.com/josantonius/php-json/releases/tag/2.0.1 ) (2022-06-28)
4
+
5
+ * Exceptions were refactored.
6
+
7
+ * Changes in documentation.
8
+
9
+ * New code style rules have been added.
10
+
11
+ * Implemented ` PSR12 coding standard ` from all library PHP files.
12
+
13
+ * DELETED:
14
+
15
+ ` Josantonius\Json\Json::arrayToFile ` method.
16
+
17
+ ` Josantonius\Json\Json::fileToArray ` method.
18
+
19
+ ` Josantonius\Json\Tests\JsonTest ` class.
20
+
21
+ * ADDED:
22
+
23
+ ` Josantonius\Json\Tests\ConstructMethodTest ` class.
24
+
25
+ ` Josantonius\Json\Tests\GetMethodTest ` class.
26
+
27
+ ` Josantonius\Json\Tests\MergeMethodTest ` class.
28
+
29
+ ` Josantonius\Json\Tests\PushMethodTest ` class.
30
+
31
+ ` Josantonius\Json\Tests\SetMethodTest ` class.
32
+
3
33
## [ 2.0.0] ( https://github.com/josantonius/php-json/releases/tag/2.0.0 ) (2022-06-16)
4
34
5
35
* The library was completely refactored.
You can’t perform that action at this time.
0 commit comments