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

Drafter 4.0.0-pre.8 #724

Merged
merged 1 commit into from
Jul 1, 2019
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
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Drafter Changelog

## Master
## 4.0.0-pre.8 (2019-07-01)

### Enhancements

* Adds de-duplication of objects in `anyOf` in produced JSON Schemas under
cases where the properties have been declared in different orders in MSON.
[#664](https://github.com/apiaryio/drafter/issues/664)

### Bug Fixes

Expand All @@ -11,11 +17,8 @@
emit a warning when the referenced type does not exist. The invalid type
reference will not be present in the parse result.

### Enhancements

* Adds de-duplication of objects in `anyOf` in produced JSON Schemas under
cases where the properties have been declared in different orders in MSON.
[#664](https://github.com/apiaryio/drafter/issues/664)
* Prevents Drafter from aborting while parsing some API Blueprints due to
invalid internal state.

## 4.0.0-pre.7 (2019-05-31)

Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define DRAFTER_PATCH_VERSION 0

#define DRAFTER_VERSION_IS_RELEASE 0
#define DRAFTER_PRE_RELEASE_VERSION 7
#define DRAFTER_PRE_RELEASE_VERSION 8

#ifndef DRAFTER_STRINGIFY
#define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)
Expand Down