File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
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
+ ## [ 1.4.0] - 2021-08-29
11
+
10
12
### Changed
11
13
- Attributes are taken either directly from the ` ArgumentMetadata ` or from the attribute locator.
12
14
- Annotations (not attributes) will be only taken into account when the ` doctrine\annotations ` package is available (in no-dev mode).
@@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
73
### Deprecated
72
74
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
73
75
74
- [ unreleased ] : https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.3.0...HEAD
76
+ [ unreleased ] : https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.4.0...HEAD
77
+ [ 1.4.0 ] : https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.3.0...v1.4.0
75
78
[ 1.3.0 ] : https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...v1.3.0
76
79
[ 1.2.0 ] : https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...v1.2.0
77
80
[ 1.1.0 ] : https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 41
41
},
42
42
"extra" : {
43
43
"branch-alias" : {
44
- "dev-master" : " 1.4 -dev"
44
+ "dev-master" : " 1.5 -dev"
45
45
}
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments