Skip to content

Commit 5b16d0b

Browse files
committed
Update to v2.0 !!!
1 parent dc8c25b commit 5b16d0b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2022-03-12
11+
1012
### Added
1113
- `EntityResponse` - an HTTP response with an entity that is mapped to the selected content type using the content negotiation.
1214

@@ -100,7 +102,8 @@ it fully delegates to the adapted denormalizer.
100102
### Deprecated
101103
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
102104

103-
[unreleased]: https://github.com/jungi-php/framework-extra-bundle/compare/v1.4.2...HEAD
105+
[unreleased]: https://github.com/jungi-php/framework-extra-bundle/compare/v2.0.0...HEAD
106+
[2.0.0]: https://github.com/jungi-php/framework-extra-bundle/compare/v1.4.2...v2.0.0
104107
[1.4.2]: https://github.com/jungi-php/framework-extra-bundle/compare/v1.4.1...v1.4.2
105108
[1.4.1]: https://github.com/jungi-php/framework-extra-bundle/compare/v1.4.0...v1.4.1
106109
[1.4.0]: https://github.com/jungi-php/framework-extra-bundle/compare/v1.3.0...v1.4.0

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ Attributes:
1313
* [`RequestParam`](https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#requestparam)
1414
* [`QueryParam`](https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#queryparam)
1515
* [`QueryParams`](https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#queryparams)
16-
* [`ResponseBody`](https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#responsebody)
1716

1817
## Installation
1918

2019
Before you install, decide which version suits you the most.
2120

22-
* `^2.0` (upcoming) - for Symfony `^6.0` and PHP `>=8.0.2`
23-
* `^1.4` (current) - for Symfony `^5.3` and PHP `>=7.2.9`
21+
* `^2.0` (current) - for Symfony `^6.0` and PHP `>=8.0.2`
22+
* `^1.4` (maintained) - for Symfony `^5.3` and PHP `>=7.2.9`
2423

2524
```text
2625
composer require jungi/framework-extra-bundle

0 commit comments

Comments
 (0)