|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 1.1.4 - 2017-09-10 |
| 4 | + |
| 5 | +* Unit tests supported by `PHPUnit` were added. |
| 6 | + |
| 7 | +* The repository was synchronized with Travis CI to implement continuous integration. |
| 8 | + |
| 9 | +* Added `Json/src/bootstrap.php` file |
| 10 | + |
| 11 | +* Added `Json/tests/bootstrap.php` file. |
| 12 | + |
| 13 | +* Added `Json/phpunit.xml.dist` file. |
| 14 | +* Added `Json/_config.yml` file. |
| 15 | +* Added `Json/.travis.yml` file. |
| 16 | + |
| 17 | +* Deleted `Josantonius\Json\Tests\JsonTest` class. |
| 18 | +* Deleted `Josantonius\Json\Tests\JsonTest::testArrayToFile()` method. |
| 19 | +* Deleted `Josantonius\Json\Tests\JsonTest::testArrayToFileError()` method. |
| 20 | +* Deleted `Josantonius\Json\Tests\JsonTest::testFileToArray()` method. |
| 21 | +* Deleted `Josantonius\Json\Tests\JsonTest::testFileToArrayError()` method. |
| 22 | + |
| 23 | +* Added `Josantonius\Json\Test\JsonTest` class. |
| 24 | +* Added `Josantonius\Json\Test\JsonTest::testArrayToFile()` method. |
| 25 | +* Added `Josantonius\Json\Test\JsonTest::testArrayToFileCreateFileException()` method. |
| 26 | +* Added `Josantonius\Json\Test\JsonTest::testFileToArray()` method. |
| 27 | +* Added `Josantonius\Json\Test\JsonTest::testFileToArrayCreateFileException()` method. |
| 28 | +* Added `Josantonius\Json\Test\JsonTest::testExternalFileToArray()` method. |
| 29 | +* Added `Josantonius\Json\Test\JsonTest::testExternalFileNonExistentToArray()` method. |
| 30 | + |
3 | 31 | ## 1.1.3 - 2017-08-20 |
4 | 32 |
|
5 | 33 | * Added `Josantonius\Json\Json::_jsonLastError()` method. |
|
21 | 49 | * `JSON_PRETTY_PRINT` was added at time to create the json file. |
22 | 50 |
|
23 | 51 | ## 1.1.1 - 2017-03-18 |
| 52 | + |
24 | 53 | * Some files were excluded from download and comments and readme files were updated. |
25 | 54 |
|
26 | 55 | ## 1.1.0 - 2017-01-30 |
| 56 | + |
27 | 57 | * Compatible with PHP 5.6 or higher. |
28 | 58 |
|
29 | 59 | ## 1.0.0 - 2017-01-30 |
| 60 | + |
30 | 61 | * Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher. |
31 | 62 |
|
32 | 63 | ## 1.0.0 - 2016-12-14 |
| 64 | + |
33 | 65 | * Added `Josantonius\Json\Json` class. |
34 | 66 | * Added `Josantonius\Json\Json::arrayToFile()` method. |
35 | 67 | * Added `Josantonius\Json\Json::fileToArray()` method. |
36 | 68 | * Added `Josantonius\Json\Json::jsonLastError()` method. |
37 | 69 |
|
38 | 70 | ## 1.0.0 - 2016-12-14 |
| 71 | + |
39 | 72 | * Added `Josantonius\Json\Exception\JsonException` class. |
40 | 73 | * Added `Josantonius\Json\Exception\Exceptions` abstract class. |
41 | 74 | * Added `Josantonius\Json\Exception\JsonException->__construct()` method. |
42 | 75 |
|
43 | 76 | ## 1.0.0 - 2016-12-14 |
| 77 | + |
44 | 78 | * Added `Josantonius\Json\Tests\JsonTest` class. |
45 | 79 | * Added `Josantonius\Json\Tests\JsonTest::testArrayToFile()` method. |
46 | 80 | * Added `Josantonius\Json\Tests\JsonTest::testArrayToFileError()` method. |
|
0 commit comments