File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.0] - 2025-03-14
10
+
9
11
### Removed
10
12
- Dto tests
11
13
Original file line number Diff line number Diff line change 9
9
* [x] Build FastRoute Dispatcher by defined in OAS3 ` operationsIds ` values
10
10
* [x] Serialize Doctrine entities with Neomerx schemas (resolve issue https://github.com/neomerx/json-api/issues/40 )
11
11
* [ ] Generate PHP Data Transfer Objects by OAS3 ` reponseBody ` and ` requestBody ` schema reference compliance with json: api
12
- * [x] Map Psr Requests to Data Transfer Objects
13
12
* [x] Validate incoming Psr Requests with swagger specification and user defined rules, and build Psr Response with json: api errors
14
13
* [x] Map application models to Psr Response compliance with json: api structure
15
14
@@ -26,11 +25,14 @@ Available in [/docs](/docs).
26
25
#### Index:
27
26
1 . [ Routing] ( /docs/routing.md )
28
27
1 . [ Serialize doctrine entities] ( /docs/doctrine.md )
29
- 1 . [ DTO from psr server request] ( /docs/dto-psr7.md )
30
28
1 . [ Validation] ( /docs/validation.md )
31
29
32
30
## Development
33
31
34
32
All dev env is dockerized. Your can use make receipts and ` bin/ ` scripts without locally installed php, composer.
35
33
36
34
For run tests with different php version change ` PHP_VERSION ` value in .env and rebuild image with ` make build ` .
35
+
36
+ ## See also:
37
+
38
+ Package for map PSR-7 http messages with Json Api structure to PHP DTO: https://github.com/FreeElephants/json-api-dto
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments