Skip to content

Commit

Permalink
release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 24, 2018
1 parent e91a283 commit f12fb6a
Show file tree
Hide file tree
Showing 12 changed files with 5,849 additions and 5,809 deletions.
11,004 changes: 5,522 additions & 5,482 deletions dist/swagger-parser.js

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions dist/swagger-parser.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/swagger-parser.min.js

Large diffs are not rendered by default.

512 changes: 256 additions & 256 deletions dist/swagger-parser.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "swagger-parser",
"version": "5.0.0",
"version": "5.0.1",
"description": "Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers",
"keywords": [
"swagger",
Expand Down Expand Up @@ -85,4 +85,4 @@
"swagger-schema-official": "2.0.0-bab6bed",
"z-schema": "^3.19.1"
}
}
}
10 changes: 5 additions & 5 deletions www/js/bundle.js

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

8 changes: 4 additions & 4 deletions www/js/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/js/bundle.min.js

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

2 changes: 1 addition & 1 deletion www/js/src/editors.js
Expand Up @@ -19,7 +19,7 @@ function editors () {
editors.results = $('#results');
editors.tabs = editors.results.find('.nav-tabs');
editors.panes = editors.results.find('.tab-content');
};
}

/**
* Removes all results tabs and editors
Expand Down
2 changes: 1 addition & 1 deletion www/js/src/form.js
Expand Up @@ -56,7 +56,7 @@ function form () {
form.url = form.form.find('input[name=url]');
form.textBox = null; // This is set in editors.js
form.bookmark = form.form.find('#bookmark');
};
}

/**
* Returns a Swagger Parser options object,
Expand Down
2 changes: 1 addition & 1 deletion www/js/src/parser.js
Expand Up @@ -25,7 +25,7 @@ function parser () {
editors.clearResults();
analytics.trackEvent('results', 'clear');
});
};
}

/**
* This function is called when the "Validate it!" button is clicked.
Expand Down
2 changes: 1 addition & 1 deletion www/js/src/querystring.js
Expand Up @@ -12,7 +12,7 @@ function querystring () {
setFormFields();
setBookmarkURL();
form.bookmark.on('click focus mouseenter', setBookmarkURL);
};
}

/**
* Populates all form fields based on the query-string in the URL
Expand Down

0 comments on commit f12fb6a

Please sign in to comment.