Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #162 from apiaryio/kylef/release-1.5.0
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
kylef authored Sep 6, 2016
2 parents edee5c4 + 7a102be commit 31312d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Protagonist Changelog

## 1.5.0

This update now uses Drafter 3.1.1. Please see [Drafter
3.1.1](https://github.com/apiaryio/drafter/releases/tag/v3.1.1) for
the list of changes.

## 1.5.0-pre.0

This update now uses Drafter 3.1.0-pre.0. Please see [Drafter
Expand Down
2 changes: 1 addition & 1 deletion drafter
Submodule drafter updated 34 files
+31 −0 CHANGELOG.md
+1 −1 README.md
+1 −1 ext/snowcrash
+15 −0 features/fixtures/ast.json
+15 −0 features/fixtures/ast.sourcemap.json
+23 −0 features/fixtures/refract.json
+23 −0 features/fixtures/refract.sourcemap.json
+182 −172 src/RefractDataStructure.cc
+10 −3 src/RefractElementFactory.cc
+6 −1 src/RefractSourceMap.h
+26 −6 src/Serialize.cc
+4 −4 src/Serialize.h
+2 −2 src/Version.h
+4 −0 src/refract/Element.cc
+1 −1 src/refract/JSONSchemaVisitor.cc
+23 −0 test/fixtures/mson/check-bool-number-value-validity.apib
+314 −0 test/fixtures/mson/check-bool-number-value-validity.json
+10 −0 test/fixtures/mson/enum-empty-default.apib
+255 −0 test/fixtures/mson/enum-empty-default.ast.json
+0 −10 test/fixtures/mson/mixin-nonexistent.ast.json
+17 −1 test/fixtures/mson/number-wrong-value.ast.json
+1 −12 test/fixtures/mson/regression-269.ast.json
+1 −4 test/fixtures/mson/resource-unresolved-reference.apib
+7 −136 test/fixtures/mson/resource-unresolved-reference.ast.json
+0 −10 test/fixtures/parse-result/error-warning.ast.json
+0 −10 test/fixtures/parse-result/error-warning.ast.sourcemap.json
+0 −23 test/fixtures/parse-result/error-warning.json
+0 −23 test/fixtures/parse-result/error-warning.sourcemap.json
+7 −79 test/fixtures/render/issue-328-1.ast.json
+13 −0 test/fixtures/schema/object-override.apib
+199 −0 test/fixtures/schema/object-override.json
+4 −1 test/test-RefractDataStructureTest.cc
+1 −0 test/test-SchemaTest.cc
+1 −1 tools/homebrew/drafter.rb
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protagonist",
"version": "1.5.0-pre.0",
"version": "1.5.0",
"description": "API Blueprint Parser",
"author": "Apiary.io <[email protected]>",
"main": "./build/Release/protagonist",
Expand Down

0 comments on commit 31312d8

Please sign in to comment.