Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conqa/serverless-openapi-documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: conqa/serverless-openapi-documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HEAD
Choose a head ref
  • 11 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 31, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    30de4cc View commit details

Commits on Dec 8, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    28f289a View commit details

Commits on Dec 9, 2021

  1. Merge pull request #48 from medikoo/patch-2

    Configure schema for CLI options
    orthanc authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2e045cf View commit details
  2. Merge pull request #49 from medikoo/patch-3

    Do not rely on `serverless.variables`
    orthanc authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    34955c5 View commit details
  3. Copy the full SHA
    561d35e View commit details
  4. Merge pull request #50 from conqa/ed/mark-deprecated

    MARK UNSUPPORTED
    orthanc authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8796b24 View commit details
  5. Copy the full SHA
    ba1167e View commit details
  6. lint fixes

    orthanc committed Dec 9, 2021
    Copy the full SHA
    0a73208 View commit details
  7. ignore typescript failues

    orthanc committed Dec 9, 2021
    Copy the full SHA
    0e9f07f View commit details
  8. CHANGLOG

    orthanc committed Dec 9, 2021
    Copy the full SHA
    9b565a3 View commit details
  9. 2.0.0

    orthanc committed Dec 9, 2021
    Copy the full SHA
    c4abbc1 View commit details
Showing with 1,638 additions and 1,602 deletions.
  1. +1 −1 .nvmrc
  2. +9 −1 CHANGELOG.md
  3. +6 −0 README.md
  4. +1,607 −1,588 package-lock.json
  5. +3 −3 package.json
  6. +12 −9 src/ServerlessOpenApiDocumentation.ts
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
10.22.1
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0][] - 2021-12-10

### Removed
- Support for Node 6, minimum is now Node 10
### Added
- (Untested) compatibility with Serverless 3.x

## [1.1.0] - 2019-05-09
### Added
- Support for securitySchemes and security #15
@@ -38,7 +45,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- inital release after forking from temando/serverless-openapi-documentation


[Unreleased]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/conqa/serverless-openapi-documentation/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/conqa/serverless-openapi-documentation/compare/v2.0.0...v2.0.0
[1.1.0]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/conqa/serverless-openapi-documentation/compare/v1.0.2...v1.0.3
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# THIS PLUGIN IS UNMAINTAINED

Please note, this plugin is not maintained, while you can use the resulting plugin, it is not being updated in any way.

Issues and PRs are not reviewed or accepted. Feel free to Fork and continue if this plugin is useful to you, it's not currently being used by the original maintainers.

# Serverless OpenAPI Documentation Plugin

[![NPM](https://img.shields.io/npm/v/@conqa/serverless-openapi-documentation.svg)](https://npmjs.org/packages/@conqa/serverless-openapi-documentation/)
Loading