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

Commit

Permalink
Merge pull request #2 from conqa/npm-setup
Browse files Browse the repository at this point in the history
Setting up publishing package
  • Loading branch information
Deadarius authored May 2, 2019
2 parents 41292cc + 079796a commit 4d9f9a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 37 deletions.
32 changes: 0 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,3 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0][] - 2018-04-04

- Various changes

## [0.3.0][] - 2017-08-30

### Changed

- Plugin now generates OpenAPI documentation with a version of `3.0.0` instead of `3.0.0-RC2`.
- Operation now supports `deprecated` and `tags` properties.
- Parameters now support the `content` property.
- Updated various build dependencies.
- OpenAPI definition will now be smaller in most cases, choosing to omit optional properties instead of using empty defaults.

### Fixed

- Handle when `models` is not iterable.
- Handle when `models` have no `schema`.
- Always lowercase the HTTP method to conform to OpenAPI spec.

## [v0.2.1] - 2017-07-07

Last release prior to CHANGELOG being added.


[Unreleased]: https://github.com/temando/serverless-openapi-documentation/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/temando/serverless-openapi-documentation/compare/v0.4.0...v0.4.0
[0.4.0]: https://github.com/temando/serverless-openapi-documentation/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/temando/serverless-openapi-documentation/tree/v0.3.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "serverless-openapi-documentation",
"name": "@conqa/serverless-openapi-documentation",
"version": "1.0.0",
"description": "Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/temando/serverless-openapi-documentation.git"
"url": "https://github.com/conqa/serverless-openapi-documentation.git"
},
"bugs": "https://github.com/temando/serverless-openapi-documentation/issues",
"bugs": "https://github.com/conqa/serverless-openapi-documentation/issues",
"author": "Abilio Henrique <[email protected]>",
"contributors": [
"Abilio Henrique <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion test/project/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ components:
info:
title: ''
description: ''
version: 249c21ac-b279-4665-8f59-4873a4c151a2
version: 85bfbe6d-64b2-45e3-b74e-d26ba8dfa3bb
paths:
/create:
post:
Expand Down
2 changes: 1 addition & 1 deletion test/project/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider:
runtime: nodejs6.10

plugins:
localPath: /Users/alex/dev/serverless-openapi-documentation
localPath: ../../
modules:
- build

Expand Down

0 comments on commit 4d9f9a7

Please sign in to comment.