Skip to content

Commit

Permalink
Update to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piku235 committed Jul 31, 2021
1 parent 6a394fe commit 02f7fba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2021-07-31

### Added
- Added support of nullable `RequestBody` arguments. When a request body is empty, and the content type is unavailable, a default argument value is used, or `null` in case of a nullable argument.

Expand Down Expand Up @@ -54,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".

[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...HEAD
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
}
}

0 comments on commit 02f7fba

Please sign in to comment.