Skip to content

Commit 9376783

Browse files
committed
Update readme.
1 parent 2676278 commit 9376783

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# OpenAPIClient-php
22

3-
An OpenAPI for EVE Online
3+
An OpenAPI for EVE Online.
44

55
This client is generated from the
66
"[underscore routes](https://developers.eveonline.com/blog/article/esi-best-practices-using-underscore-routes)".
77

8+
It contains one patch that removes validation of all enum attributes because CCP declared extending those to be no
9+
longer a breaking change, see [ESI changelog](https://github.com/esi/esi-issues/blob/master/changelog.md#2020-05-01).
10+
This patch might be incomplete if I missed something after an API update.
11+
812
##### Versioning scheme since 1.0.0
913

1014
* Patch: Generated client from a new [swagger.json](https://esi.evetech.net/_latest/swagger.json) file,
1115
refer to [esi-issues/changelog.md](https://github.com/esi/esi-issues/blob/master/changelog.md)
1216
(note, however, that the date is not always correct there) and/or generated with a new patch version
13-
of the generator library
14-
* Minor: Switched to a new minor version of the generator library
17+
of the generator library.
18+
* Minor: Switched to a new minor version of the generator library.
1519
* Major: Switched to a new major version of the generator library, switched to another generator library
1620
or another breaking change.
1721

@@ -36,8 +40,7 @@ See https://github.com/OpenAPITools/openapi-generator/releases for generator lib
3640

3741
4.0.0
3842
- Removed previous patches.
39-
- Added patch to removed validation of all enum attributes because CCP declared extending those to be no longer a
40-
breaking change https://github.com/esi/esi-issues/blob/master/changelog.md#2020-05-01.
43+
- Added patch to removed validation of all enum attributes.
4144

4245
3.2.0
4346
- Added DISABLE_TYPE_VALIDATION.patch: Disables validation of character notification type (CCP adds new types

0 commit comments

Comments
 (0)