Comparing version 3.0.0-beta1 to 3.0.0-beta2
@@ -0,1 +1,4 @@ | ||
3.0.0-beta2 - August 8, 2016 | ||
- Fix JS error | ||
3.0.0-beta1 - August 7, 2016 | ||
@@ -2,0 +5,0 @@ - Updated code to use ES6 syntax |
@@ -63,5 +63,7 @@ #!/usr/bin/env node | ||
// Add unique id's to top level documentation chapters | ||
ramlObj.documentation.forEach((docSection) => { | ||
docSection.uniqueId = docSection.title.replace(/\W/g, '-'); | ||
}); | ||
if (ramlObj.documentation) { | ||
ramlObj.documentation.forEach((docSection) => { | ||
docSection.uniqueId = docSection.title.replace(/\W/g, '-'); | ||
}); | ||
} | ||
@@ -68,0 +70,0 @@ return ramlObj; |
{ | ||
"name": "raml2obj", | ||
"description": "RAML to object", | ||
"version": "3.0.0-beta1", | ||
"version": "3.0.0-beta2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Kevin Renskers", |
17269
115