Skip to content

Commit e5fd3da

Browse files
author
samizdam
committed
Update readme and changelog, prepare v0.2.0
1 parent 1fef852 commit e5fd3da

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2025-03-14
10+
911
### Removed
1012
- Dto tests
1113

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* [x] Build FastRoute Dispatcher by defined in OAS3 `operationsIds` values
1010
* [x] Serialize Doctrine entities with Neomerx schemas (resolve issue https://github.com/neomerx/json-api/issues/40)
1111
* [ ] 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
1312
* [x] Validate incoming Psr Requests with swagger specification and user defined rules, and build Psr Response with json:api errors
1413
* [x] Map application models to Psr Response compliance with json:api structure
1514

@@ -26,11 +25,14 @@ Available in [/docs](/docs).
2625
#### Index:
2726
1. [Routing](/docs/routing.md)
2827
1. [Serialize doctrine entities](/docs/doctrine.md)
29-
1. [DTO from psr server request](/docs/dto-psr7.md)
3028
1. [Validation](/docs/validation.md)
3129

3230
## Development
3331

3432
All dev env is dockerized. Your can use make receipts and `bin/` scripts without locally installed php, composer.
3533

3634
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

docs/dto-psr7.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)