Skip to content

Commit f23351b

Browse files
committed
update branch-alias (composer)
1 parent 0a1cef7 commit f23351b

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

change

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
* Added: support for collections
2+
* Added: allow parsers to remove/replace root parameters
3+
* Added: support for localstorage
4+
* Added: support for Security annotation
5+
* Added: query parameters in sandbox request URL
6+
* Added: alternate model naming strategy
7+
* Added: optional color codes for tags annotation
8+
* Added: show/hide button and list/expand operations buttons on sections
9+
* Added: nested JMS groups exclusion
10+
* Added: ability to specify param-type of input class.
11+
* Added: caching layer with the controllers and routing files as resources
12+
* Added: Post-parser support for response map models
13+
* Added: default value handling
14+
* Added: 'type' to API item if applicable
15+
16+
* Fixed: type annotations
17+
* Fixed: PhpDoc Handler for `@link` annotation and add tests
18+
* Fixed: display select to choose http method in sandbox
19+
* Fixed: form errors parser. Mirrored actual form-errors response by FOSRest. Made sure that FieldErrors is not duplicated.
20+
* Fixed: parsing of filters, default values, descriptions and base path in SwaggerFormatter
21+
* Fixed: tests by adding separate form type
22+
* Fixed: disabling required for HTTP PUT requests
23+
* Fixed: checking HTTP method type
24+
* Fixed: side effect introduce with list/expand buttons
25+
* Fixed: collection handling
26+
* Fixed: improve directive parsing, and separate test class for parsing directives.
27+
* Fixed: better regex pattern matching and added tests for parsing array<..> directives.
28+
* Fixed: replace incorrect `jQuery.size()` method
29+
* Fixed: honor body format before uploading file type parameters
30+
* Fixed: #486
31+
* Fixed: only show request format dropdown when there are multiple formats
32+
* Fixed: 'items' parameter for collections in parameters
33+
* Fixed: impossible to access an attribute (\"custom_endpoint\") on a NULL variable
34+
* Fixed: missing handling for DataTypes::COLLECTION in parameters (input)
35+
* Fixed: endpoint is undefined in sandbox when custom_endpoint is disabled
36+
* Fixed: the wrong endpoint value check when no endpoint is set in config
37+
* Fixed: Swagger commands

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"target-dir": "Nelmio/ApiDocBundle",
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "2.7.x-dev"
49+
"dev-master": "2.8.x-dev"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)