@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse
18
18
19
19
### Fixed
20
20
21
- - [ #53 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/53 ) fixes an
21
+ - [ zfcampus/zf-apigility-documentation #53 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/53 ) fixes an
22
22
import statement in the configuration file.
23
23
24
24
## 1.2.1 - 2016-08-04
@@ -37,29 +37,29 @@ All notable changes to this project will be documented in this file, in reverse
37
37
38
38
### Fixed
39
39
40
- - [ #48 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/48 ) updates
40
+ - [ zfcampus/zf-apigility-documentation #48 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/48 ) updates
41
41
the ` ControllerFactory ` implementation to be forwards compatible with
42
- zend -servicemanager v3.
42
+ laminas -servicemanager v3.
43
43
44
44
## 1.2.0 - 2016-07-14
45
45
46
46
### Added
47
47
48
- - [ #43 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/43 ) adds
49
- support for v3 releases of Zend Framework components, while retaining support
48
+ - [ zfcampus/zf-apigility-documentation #43 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/43 ) adds
49
+ support for v3 releases of Laminas components, while retaining support
50
50
for v2 releases.
51
- - [ #43 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/43 ) extracts
51
+ - [ zfcampus/zf-apigility-documentation #43 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/43 ) extracts
52
52
the ` ApiFactory ` factory inlined in the ` Module ` class to a first-class
53
- factory, ` ZF\Apigility \Documentation\Factory\ApiFactoryFactory` .
54
- - [ #19 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/19 ) adds
53
+ factory, ` Laminas\ApiTools \Documentation\Factory\ApiFactoryFactory` .
54
+ - [ zfcampus/zf-apigility-documentation #19 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/19 ) adds
55
55
support for displaying documentation of APIs with nested namespaces (e.g.,
56
56
` Company\ApiName ` vs just ` ApiName ` ). Such services are now denoted with
57
57
dot-notation: ` Company.ApiName ` .
58
- - [ #35 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/35 ) adds
58
+ - [ zfcampus/zf-apigility-documentation #35 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/35 ) adds
59
59
a new view helper, ` agTransformDescription() ` , which will transform markdown
60
60
descriptions to HTML. This is now used by default in the supplied view
61
61
scripts. ** This means you can now use markdown in your API descriptions!**
62
- - [ #38 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/38 ) updates
62
+ - [ zfcampus/zf-apigility-documentation #38 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/38 ) updates
63
63
the ` Field ` class to allow setting the field type, and updates the operation
64
64
view script to now display field types for given operations.
65
65
@@ -69,7 +69,7 @@ All notable changes to this project will be documented in this file, in reverse
69
69
70
70
### Removed
71
71
72
- - [ #43 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/43 ) removes
72
+ - [ zfcampus/zf-apigility-documentation #43 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/43 ) removes
73
73
support for PHP 5.5.
74
74
75
75
### Fixed
@@ -92,16 +92,16 @@ All notable changes to this project will be documented in this file, in reverse
92
92
93
93
### Fixed
94
94
95
- - [ #39 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/39 ) updates
96
- the component to properly display information about zend -inputfilter
95
+ - [ zfcampus/zf-apigility-documentation #39 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/39 ) updates
96
+ the component to properly display information about laminas -inputfilter
97
97
Collections when displaying operation validation information.
98
- - [ #40 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/40 ) updates
98
+ - [ zfcampus/zf-apigility-documentation #40 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/40 ) updates
99
99
the Operations view script to:
100
100
- display HTTP method-specific fields first, if present.
101
101
- display general fields only if they exist (the fix prevents an empty row
102
102
displaying).
103
103
- insert a closing ` </span> ` tag within the table data cell containing the
104
104
required flag.
105
- - [ #41 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/41 ) updates
105
+ - [ zfcampus/zf-apigility-documentation #41 ] ( https://github.com/zfcampus/zf-apigility-documentation/pull/41 ) updates
106
106
the ` ApiFactory ` to ensure that if an entity has no collection associated with
107
107
it, documentation will not attempt to retrieve the fields.
0 commit comments