Skip to content

Tags: orderadmin/api-tools-documentation-swagger

Tags

1.4.1

Toggle 1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [1.4.1](https://github.com/laminas-api-tools/ap…

…i-tools-documentation-swagger/milestone/5)

### Fixed

- This release adds the missing `~8.0.0` constraint to the PHP requirement for the package.

### 1.4.1

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Bug

 - [25: Update composer.json](laminas-api-tools#25) thanks to @Dwarfex

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [1.4.0](https://github.com/laminas-api-tools/ap…

…i-tools-documentation-swagger/milestone/3)

### Added

- This release adds support for PHP 7.4 and 8.0.

### Removed

- This release removes support for PHP versions prior to 7.3.

- This release removes support for laminas/laminas-eventmanager releases prior to 3.2.0.

### Fixed

- This release fixes a check in the shipped `Laminas\ApiTools\Documentation\Swagger\ViewModel` that failed under PHP 8.0 due to a change in the behavior of `array_key_exists`.

### 1.4.0

- Total issues resolved: **3**
- Total pull requests resolved: **4**
- Total contributors: **4**

#### Enhancement

 - [23: Provide Psalm integration](laminas-api-tools#23) thanks to @weierophinney and @boesing
 - [22: Add support for PHP 8](laminas-api-tools#22) thanks to @internalsystemerror and @boesing
 - [20: Switch to GHA CI workflow](laminas-api-tools#20) thanks to @internalsystemerror and @weierophinney

#### Bug

 - [18: fix broken array_key_exists on ArrayAccess](laminas-api-tools#18) thanks to @Dwarfex

1.3.2

Toggle 1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
## 1.3.2 - 2020-09-10

-----

### Release Notes for [1.3.2](https://github.com/laminas-api-tools/api-tools-documentation-swagger/milestone/1)

### 1.3.2

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [13: Fix tests](laminas-api-tools#13) thanks to @alexdenvir

1.3.1

Toggle 1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
laminas-api-tools/api-tools-documentation-swagger 1.3.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Provides updates to address [security advisory LP-2020-02](https://getlaminas.org/security/advisory/LP-2020-02).

1.3.0

Toggle 1.3.0's commit message
api-tools-documentation-swagger 1.3.0

Based on https://github.com/zfcampus/zf-apigility-documentation-swagger/releases/tag/1.3.0 (commit ac4cd644af783ec941b8cd2e59d5e3b8d148d874 in this repo)

Added
-----

- [zfcampus/zf-apigility-documentation-swagger#34](zfcampus/zf-apigility-documentation-swagger#34) adds support for PHP 7.1 and 7.2.

Changed
-------

- [zfcampus/zf-apigility-documentation-swagger#28](zfcampus/zf-apigility-documentation-swagger#28) updates the component to generate Swagger 2.2.6 / OpenAPI 2.0 documentation (instead of Swagger 1.3).

Deprecated
----------

- Nothing.

Removed
-------

- [zfcampus/zf-apigility-documentation-swagger#34](zfcampus/zf-apigility-documentation-swagger#34) removes support for HHVM.

Fixed
-----

- [zfcampus/zf-apigility-documentation-swagger#29](zfcampus/zf-apigility-documentation-swagger#29) fixes an issue that occurs when a field definition in an input filter
  is not a `Field` instance; these are now skipped when generating field documentation.

1.2.1

Toggle 1.2.1's commit message
api-tools-documentation-swagger 1.2.1

Based on https://github.com/zfcampus/zf-apigility-documentation-swagger/releases/tag/1.2.1 (commit 193408bfbb46ff390036b4ee6dcd07b4bff409ad in this repo)

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [zfcampus/zf-apigility-documentation-swagger#27](zfcampus/zf-apigility-documentation-swagger#27)
  fixes the `SwaggerUiControllerFactory` to properly use the `$container`
  variable, not the nonexistent `$services` variable, when pulling the
  `ApiFactory` to inject in the controller.

1.2.0

Toggle 1.2.0's commit message
api-tools-documentation-swagger

Based on https://github.com/zfcampus/zf-apigility-documentation-swagger/releases/tag/1.2.0 (commit 42e9673a650ec5b803c90153857d269b7155bc8d in this repo)

Added
-----

- [zfcampus/zf-apigility-documentation-swagger#24](zfcampus/zf-apigility-documentation-swagger#24)
  adds support for v3 releases of Laminas components, keeping
  compatibility for v2 releases.
- [zfcampus/zf-apigility-documentation-swagger#14](zfcampus/zf-apigility-documentation-swagger#14) and
  [zfcampus/zf-apigility-documentation-swagger#19](zfcampus/zf-apigility-documentation-swagger#19) add
  support for retrieving the field type as both the type and dataType.

Deprecated
----------

- Nothing.

Removed
-------

- [zfcampus/zf-apigility-documentation-swagger#24](zfcampus/zf-apigility-documentation-swagger#24)
  removes support for PHP 5.5.
- [zfcampus/zf-apigility-documentation-swagger#21](zfcampus/zf-apigility-documentation-swagger#21)
  removes the verbiage "Operation for {Api}" as a default service description
  from the swagger templates.

Fixed
-----

- [zfcampus/zf-apigility-documentation-swagger#23](zfcampus/zf-apigility-documentation-swagger#23)
  updates the link to the Swagger website to point to the new swagger.io URL.

1.1.0

Toggle 1.1.0's commit message
api-tools-documentation-swagger 1.1.0

Based on https://github.com/zfcampus/zf-apigility-documentation-swagger/releases/tag/1.1.0 (commit 355526450ccc7b5926f132d9c5aece775c2fc092 in this repo)

Bump minimum supported PHP version to 5.5.

1.0.5

Toggle 1.0.5's commit message
api-tools-documentation-swagger 1.0.5

Based on https://github.com/zfcampus/zf-apigility-documentation-swagger/releases/tag/1.0.5 (commit bf2e4d11868d2d9d1f1ac159eba34df16440e1c5 in this repo)

- [zfcampus/zf-apigility-documentation-swagger#12](zfcampus/zf-apigility-documentation-swagger#12) QA toolchain updates

1.0.4

Toggle 1.0.4's commit message
api-tools-documentation-swagger 1.0.4

Based on https://github.com/zfcampus/zf-apigility-documentation-swagger/releases/tag/1.0.4 (commit f63d12c92546d7f2b90610f4b215d9b4b4d81c0a in this repo)

- [zfcampus/zf-apigility-documentation-swagger#11](zfcampus/zf-apigility-documentation-swagger#11)
  Fix `Service::toArray()` to fetch fields from the default input filter.