Skip to content

Commit 993fbc5

Browse files
committed
docs: release notes for the 1.1.8 release
Add new release.
1 parent ae4cbf7 commit 993fbc5

File tree

1 file changed

+50
-26
lines changed

1 file changed

+50
-26
lines changed

CHANGELOG.md

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# CHANGELOG
22

3-
## 1.1.7 - 2018-01-04
3+
## [1.1.8](https://github.com/josantonius/php-json/releases/tag/1.1.8) (2022-06-11)
4+
5+
* Added support for `PHP 7.3` and `7.4`.
6+
7+
* Improved documentation; `README.md`, `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md` and `CHANGELOG.md`.
8+
9+
* Removed `Codacy`.
10+
11+
* Removed `PHP Coding Standards Fixer`.
12+
13+
* The `master` branch was renamed to `main`.
14+
15+
* The `develop` branch was added to use a workflow based on `Git Flow`.
16+
17+
* `Travis` is discontinued for continuous integration. `GitHub Actions` will be used from now on.
18+
19+
* Added `.github/CODE_OF_CONDUCT.md` file.
20+
* Added `.github/CONTRIBUTING.md` file.
21+
* Added `.github/FUNDING.yml` file.
22+
* Added `.github/workflows/ci.yml` file.
23+
* Added `.github/lang/es-ES/CODE_OF_CONDUCT.md` file.
24+
* Added `.github/lang/es-ES/CONTRIBUTING.md` file.
25+
* Added `.github/lang/es-ES/LICENSE` file.
26+
* Added `.github/lang/es-ES/README` file.
27+
28+
* Deleted `.travis.yml` file.
29+
* Deleted `.editorconfig` file.
30+
* Deleted `CONDUCT.MD` file.
31+
* Deleted `README-ES.MD` file.
32+
* Deleted `.php_cs.dist` file.
33+
34+
## [1.1.7](https://github.com/josantonius/php-json/releases/tag/1.1.7) (2018-01-04)
435

536
* The tests were fixed.
637

@@ -10,15 +41,15 @@
1041

1142
* Tests were implemented for `JsonLastError` class.
1243

13-
## 1.1.6 - 2017-11-08
44+
## [1.1.6](https://github.com/josantonius/php-json/releases/tag/1.1.6) (2017-11-08)
1445

1546
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
1647

1748
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
1849

1950
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
2051

21-
## 1.1.5 - 2017-11-01
52+
## [1.1.5](https://github.com/josantonius/php-json/releases/tag/1.1.5) (2017-11-01)
2253

2354
* Implemented `PSR-4 autoloader standard` from all library files.
2455

@@ -30,30 +61,29 @@
3061

3162
* Implemented `Codecov` to coverage reports.
3263

33-
* Added `Json/phpcs.ruleset.xml` file.
64+
* Added `phpcs.ruleset.xml` file.
3465

35-
* Deleted `Json/src/bootstrap.php` file.
66+
* Deleted `src/bootstrap.php` file.
3667

37-
* Deleted `Json/tests/bootstrap.php` file.
68+
* Deleted `tests/bootstrap.php` file.
3869

39-
* Deleted `Json/vendor` folder.
70+
* Deleted `vendor` folder.
4071

4172
* Changed `Josantonius\Json\Test\JsonTest` class to `Josantonius\Json\JsonTest` class.
4273

43-
44-
## 1.1.4 - 2017-09-10
74+
## [1.1.4](https://github.com/josantonius/php-json/releases/tag/1.1.4) (2017-09-10)
4575

4676
* Unit tests supported by `PHPUnit` were added.
4777

4878
* The repository was synchronized with Travis CI to implement continuous integration.
49-
50-
* Added `Json/src/bootstrap.php` file
5179

52-
* Added `Json/tests/bootstrap.php` file.
80+
* Added `src/bootstrap.php` file
81+
82+
* Added `tests/bootstrap.php` file.
5383

54-
* Added `Json/phpunit.xml.dist` file.
55-
* Added `Json/_config.yml` file.
56-
* Added `Json/.travis.yml` file.
84+
* Added `phpunit.xml.dist` file.
85+
* Added `_config.yml` file.
86+
* Added `.travis.yml` file.
5787

5888
* Deleted `Josantonius\Json\Tests\JsonTest` class.
5989
* Deleted `Josantonius\Json\Tests\JsonTest::testArrayToFile()` method.
@@ -69,7 +99,7 @@
6999
* Added `Josantonius\Json\Test\JsonTest::testExternalFileToArray()` method.
70100
* Added `Josantonius\Json\Test\JsonTest::testExternalFileNonExistentToArray()` method.
71101

72-
## 1.1.3 - 2017-08-20
102+
## [1.1.3](https://github.com/josantonius/php-json/releases/tag/1.1.3) (2017-08-20)
73103

74104
* Added `Josantonius\Json\Json::_jsonLastError()` method.
75105
* Added `Josantonius\Json\Json::_createDirectory()` method.
@@ -83,39 +113,33 @@
83113

84114
* New errors available from PHP 7.0 to check for errors from `json_last_error()` were added.
85115

86-
## 1.1.2 - 2017-05-31
116+
## [1.1.2](https://github.com/josantonius/php-json/releases/tag/1.1.2) (2017-05-31)
87117

88118
* The file exception not found in the `fileToArray()` method was deleted. Now if it does not exist the file will create it with an empty array.
89119

90120
* `JSON_PRETTY_PRINT` was added at time to create the json file.
91121

92-
## 1.1.1 - 2017-03-18
122+
## [1.1.1](https://github.com/josantonius/php-json/releases/tag/1.1.1) (2017-03-18)
93123

94124
* Some files were excluded from download and comments and readme files were updated.
95125

96-
## 1.1.0 - 2017-01-30
126+
## [1.1.0](https://github.com/josantonius/php-json/releases/tag/1.1.0) (2017-01-30)
97127

98128
* Compatible with PHP 5.6 or higher.
99129

100-
## 1.0.0 - 2017-01-30
130+
## [1.0.0](https://github.com/josantonius/php-json/releases/tag/1.0.0) (2016-12-14)
101131

102132
* 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.
103133

104-
## 1.0.0 - 2016-12-14
105-
106134
* Added `Josantonius\Json\Json` class.
107135
* Added `Josantonius\Json\Json::arrayToFile()` method.
108136
* Added `Josantonius\Json\Json::fileToArray()` method.
109137
* Added `Josantonius\Json\Json::jsonLastError()` method.
110138

111-
## 1.0.0 - 2016-12-14
112-
113139
* Added `Josantonius\Json\Exception\JsonException` class.
114140
* Added `Josantonius\Json\Exception\Exceptions` abstract class.
115141
* Added `Josantonius\Json\Exception\JsonException->__construct()` method.
116142

117-
## 1.0.0 - 2016-12-14
118-
119143
* Added `Josantonius\Json\Tests\JsonTest` class.
120144
* Added `Josantonius\Json\Tests\JsonTest::testArrayToFile()` method.
121145
* Added `Josantonius\Json\Tests\JsonTest::testArrayToFileError()` method.

0 commit comments

Comments
 (0)