Skip to content

Commit a233fc1

Browse files
committed
docs: release notes for the v2.0.0 version
1 parent 08315e7 commit a233fc1

File tree

1 file changed

+60
-24
lines changed

1 file changed

+60
-24
lines changed

CHANGELOG.md

Lines changed: 60 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,64 @@
11
# CHANGELOG
22

3-
## 1.1.6 - 2018-01-06
3+
## [v2.0.0](https://github.com/josantonius/php-json/releases/tag/v2.0.0) (2022-07-31)
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+
---
11+
12+
* The library was completely refactored.
13+
14+
* Support for PHP version 8.0.
15+
16+
* Support for earlier versions of PHP **8.0** is discontinued.
17+
18+
* Replaced all static methods in `Josantonius\HttpStatusCode\HttpStatusCode` class.
19+
20+
* Improved documentation; `README.md`, `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md` and `CHANGELOG.md`.
21+
22+
* Removed `Codacy`.
23+
24+
* Removed `PHP Coding Standards Fixer`.
25+
26+
* The `master` branch was renamed to `main`.
27+
28+
* The `develop` branch was added to use a workflow based on `Git Flow`.
29+
30+
* `Travis` is discontinued for continuous integration. `GitHub Actions` will be used from now on.
31+
32+
* Added `.github/CODE_OF_CONDUCT.md` file.
33+
* Added `.github/CONTRIBUTING.md` file.
34+
* Added `.github/FUNDING.yml` file.
35+
* Added `.github/workflows/ci.yml` file.
36+
* Added `.github/lang/es-ES/CODE_OF_CONDUCT.md` file.
37+
* Added `.github/lang/es-ES/CONTRIBUTING.md` file.
38+
* Added `.github/lang/es-ES/LICENSE` file.
39+
* Added `.github/lang/es-ES/README` file.
40+
41+
* Deleted `.travis.yml` file.
42+
* Deleted `.editorconfig` file.
43+
* Deleted `CONDUCT.MD` file.
44+
* Deleted `README-ES.MD` file.
45+
* Deleted `.php_cs.dist` file.
46+
47+
## [1.1.6](https://github.com/josantonius/php-json/releases/tag/1.1.6) (2018-01-06)
448

549
* The tests were fixed.
650

751
* Changes in documentation.
852

9-
## 1.1.5 - 2017-11-08
53+
## [1.1.5](https://github.com/josantonius/php-json/releases/tag/1.1.5) (2017-11-08)
1054

1155
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
1256

1357
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
1458

1559
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
1660

17-
## 1.1.4 - 2017-10-30
61+
## [1.1.4](https://github.com/josantonius/php-json/releases/tag/1.1.4) (2017-10-30)
1862

1963
* Implemented `PSR-4 autoloader standard` from all library files.
2064

@@ -44,12 +88,12 @@
4488

4589
* Deleted `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
4690

47-
## 1.1.3 - 2017-09-13
91+
## [1.1.3](https://github.com/josantonius/php-json/releases/tag/1.1.3) (2017-09-13)
4892

4993
* Unit tests supported by `PHPUnit` were added.
5094

5195
* The repository was synchronized with Travis CI to implement continuous integration.
52-
96+
5397
* Added `HTTPStatusCode/src/bootstrap.php` file
5498

5599
* Added `HTTPStatusCode/tests/bootstrap.php` file.
@@ -74,39 +118,24 @@
74118

75119
* Added `Josantonius\HTTPStatusCode\Test\HTTPStatusCodeTest::test()` method.
76120

77-
## 1.1.2 - 2017-07-16
121+
## [1.1.2](https://github.com/josantonius/php-json/releases/tag/1.1.2) (2017-07-16)
78122

79123
* Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
80124
* Deleted `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
81125
* Deleted `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
82126

83-
## 1.1.1 - 2017-03-18
127+
## [1.1.1](https://github.com/josantonius/php-json/releases/tag/1.1.1) (2017-03-18)
84128

85129
* Some files were excluded from download and comments and readme files were updated.
86130

87-
## 1.1.0 - 2017-01-30
131+
## [1.1.0](https://github.com/josantonius/php-json/releases/tag/1.1.0) (2017-01-30)
88132

89133
* Compatible with PHP 5.6 or higher.
90134

91-
## 1.0.0 - 2017-01-30
135+
## [1.0.0](https://github.com/josantonius/php-json/releases/tag/1.0.0) (2016-12-19)
92136

93137
* 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.
94138

95-
## 1.0.0 - 2016-12-19
96-
97-
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode` class.
98-
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
99-
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode::get()` method.
100-
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode::getAll()` method.
101-
102-
## 1.0.0 - 2016-12-19
103-
104-
* Added `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
105-
* Added `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
106-
* Added `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
107-
108-
## 1.0.0 - 2016-12-19
109-
110139
* Added `Josantonius\HTTPStatusCode\Tests\HTTPStatusCodeTest` class.
111140
* Added `Josantonius\HTTPStatusCode\Tests\HTTPStatusCodeTest::testLoad()` method.
112141
* Added `Josantonius\HTTPStatusCode\Tests\HTTPStatusCodeTest::testLoadES()` method.
@@ -120,3 +149,10 @@
120149
* Added `Josantonius\HTTPStatusCode\Tests\HTTPStatusCodeTest::testGetUndefinedES()` method.
121150
* Added `Josantonius\HTTPStatusCode\Tests\HTTPStatusCodeTest::testGetAllEN()` method.
122151
* Added `Josantonius\HTTPStatusCode\Tests\HTTPStatusCodeTest::testGetAllES()` method.
152+
* Added `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException` class.
153+
* Added `Josantonius\HTTPStatusCode\Exception\Exceptions` abstract class.
154+
* Added `Josantonius\HTTPStatusCode\Exception\HTTPStatusCodeException->__construct()` method.
155+
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode` class.
156+
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode::load()` method.
157+
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode::get()` method.
158+
* Added `Josantonius\HTTPStatusCode\HTTPStatusCode::getAll()` method.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy