Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version v0.1.8 #78

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v0.1.8] - 2023-04-17

### Added

- GitHub Actions for Release management.
Expand All @@ -22,31 +24,43 @@
- Added support for resource types.

## Previous Releases

Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

#### v0.1.6 (Oct 15, 2020)
* Fixed type error "path must be string" when nonresolved includes are present.

- Fixed type error "path must be string" when nonresolved includes are present.

#### v0.1.5 (Jul 14, 2020)
* Update folder import flow to work in web.

- Update folder import flow to work in web.

#### v0.1.4 (April 28, 2020)
* Add a function to return meta data of a spec.

- Add a function to return meta data of a spec.

#### v0.1.3 (April 21, 2020)
* Fixed multiple responses with same code returning example with 500 code.

- Fixed multiple responses with same code returning example with 500 code.

#### v0.1.2 (March 31, 2020)
* Fixed default response body from object to null.

- Fixed default response body from object to null.

#### v0.1.1 (December 20, 2019)
* Updated flow for conversion of multiple root of document files for folder import.

- Updated flow for conversion of multiple root of document files for folder import.

#### v0.1.0 (November 29, 2019)
* npm module published

- npm module published

#### v0.0.1 (November 28, 2019)
* Base release

[Unreleased]: https://github.com/postmanlabs/raml1-to-postman/compare/0.1.7...HEAD
- Base release

[Unreleased]: https://github.com/postmanlabs/raml1-to-postman/compare/v0.1.8...HEAD

[v0.1.8]: https://github.com/postmanlabs/raml1-to-postman/compare/0.1.7...v0.1.8

[0.1.7]: https://github.com/postmanlabs/raml1-to-postman/compare/0.1.6...0.1.7
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raml1-to-postman",
"version": "0.1.7",
"version": "0.1.8",
"description": "Converts RAML 1.0 files to postman v2 collection",
"homepage": "https://github.com/postmanlabs/raml1-to-postman",
"bugs": "https://github.com/postmanlabs/raml1-to-postman/issues",
Expand Down