You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,13 @@ All notable changes to this project will be documented in this file, in reverse
50
50
51
51
### Added
52
52
53
-
-[#69](https://github.com/zfcampus/zf-apigility-documentation/pull/69) adds support for PHP 7.1 and 7.2.
53
+
-[zfcampus/zf-apigility-documentation#69](https://github.com/zfcampus/zf-apigility-documentation/pull/69) adds support for PHP 7.1 and 7.2.
54
54
55
-
-[#59](https://github.com/zfcampus/zf-apigility-documentation/pull/59) adds the ability to specify examples for fields.
55
+
-[zfcampus/zf-apigility-documentation#59](https://github.com/zfcampus/zf-apigility-documentation/pull/59) adds the ability to specify examples for fields.
56
56
57
57
### Changed
58
58
59
-
-[#62](https://github.com/zfcampus/zf-apigility-documentation/pull/62) updates the `ZF\Apigility\Documentation\Controller` to accept a `BasePath`
59
+
-[zfcampus/zf-apigility-documentation#62](https://github.com/zfcampus/zf-apigility-documentation/pull/62) updates the `Laminas\ApiTools\Documentation\Controller` to accept a `BasePath`
60
60
view helper as a construction aregument; this is then used to prefix any generated links with
61
61
the currently detected/configured base path to the application.
62
62
@@ -66,14 +66,14 @@ All notable changes to this project will be documented in this file, in reverse
66
66
67
67
### Removed
68
68
69
-
-[#69](https://github.com/zfcampus/zf-apigility-documentation/pull/69) removes support for HHVM.
69
+
-[zfcampus/zf-apigility-documentation#69](https://github.com/zfcampus/zf-apigility-documentation/pull/69) removes support for HHVM.
70
70
71
71
### Fixed
72
72
73
-
-[#59](https://github.com/zfcampus/zf-apigility-documentation/pull/59) provides a fix to configuration detection that removes an emitted
74
-
notice when no zf-rpc and/or no zf-rest configuration is present.
73
+
-[zfcampus/zf-apigility-documentation#59](https://github.com/zfcampus/zf-apigility-documentation/pull/59) provides a fix to configuration detection that removes an emitted
74
+
notice when no api-tools-rpc and/or no api-tools-rest configuration is present.
75
75
76
-
-[#59](https://github.com/zfcampus/zf-apigility-documentation/pull/59) fixes the "api" route parameter constraint to accept `%` characters, which
76
+
-[zfcampus/zf-apigility-documentation#59](https://github.com/zfcampus/zf-apigility-documentation/pull/59) fixes the "api" route parameter constraint to accept `%` characters, which
77
77
are often present when multi-segment namespaces are used for a given API name.
78
78
79
79
## 1.2.3 - 2016-10-11
@@ -96,12 +96,12 @@ All notable changes to this project will be documented in this file, in reverse
0 commit comments