File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.0.0] - 2022-03-12
11
+
10
12
### Added
11
13
- ` EntityResponse ` - an HTTP response with an entity that is mapped to the selected content type using the content negotiation.
12
14
@@ -100,7 +102,8 @@ it fully delegates to the adapted denormalizer.
100
102
### Deprecated
101
103
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
102
104
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
104
107
[ 1.4.2 ] : https://github.com/jungi-php/framework-extra-bundle/compare/v1.4.1...v1.4.2
105
108
[ 1.4.1 ] : https://github.com/jungi-php/framework-extra-bundle/compare/v1.4.0...v1.4.1
106
109
[ 1.4.0 ] : https://github.com/jungi-php/framework-extra-bundle/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ Attributes:
13
13
* [ ` RequestParam ` ] ( https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#requestparam )
14
14
* [ ` QueryParam ` ] ( https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#queryparam )
15
15
* [ ` QueryParams ` ] ( https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#queryparams )
16
- * [ ` ResponseBody ` ] ( https://piku235.gitbook.io/jungiframeworkextrabundle/attributes#responsebody )
17
16
18
17
## Installation
19
18
20
19
Before you install, decide which version suits you the most.
21
20
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 `
24
23
25
24
``` text
26
25
composer require jungi/framework-extra-bundle
You can’t perform that action at this time.
0 commit comments