* 21.0.0-dev.1 (Miroslav Bajtoš)
* Add missing jshint dev-dependency (Miroslav Bajtoš)
* Revert "bump strong-swagger-client dep" (Miroslav Bajtoš)
* Disable tests on Jenkins slaves w/o browser (Miroslav Bajtoš)
* bump strong-swagger-client dep (Ryan Graham)
* Update README.md (Ron)
* Update CONTRIBUTING.md (Ron)
* Fix timing issues in unit-tests (Miroslav Bajtoš)
* Issue #1423: responses containing references to definitions were not being fully resolved when the spec was pulled in over AJAX but was working locally. OperationView.render()'s parsing of the responses was just checking if the ref _started_ with '#/definitions/', not whether it contained it, and when pulled in over AJAX the refs have the URL prepended to them (Aaron Baker)
* Fix build on Node v0.12 and io.js (Miroslav Bajtoš)
* Move padding from index.html to CSS (Miroslav Bajtoš)
* Embed throbber.gif in CSS via data-uri (Miroslav Bajtoš)
* Upgrade less to 2.5 (latest) (Miroslav Bajtoš)
* Fix "Expand Operations" link (Miroslav Bajtoš)
* Use strong-swagger-client instead of swagger-client (Miroslav Bajtoš)
* Add back maxwidth in standalone mode (Miroslav Bajtoš)
* Refactored to visualize more parameter and property restrictions (Shelby Sanders)
* Corrected to replace '/' and '.' in anchors, since they break the shebang logic (Shelby Sanders)
* Changed to never show Response Class, because it must be in Swagger Spec for Code Gen to work (Shelby Sanders)
* Added better higlight of required params, with indication other than color/weight, and support for select and read-only (Shelby Sanders)
* Corrected shebang() to avoid closing Model when called an even number of times (Shelby Sanders)
* Added option for headersToHide in order to optionally hide arbitrary headers (e.g. Authorization) (Shelby Sanders)
* Corrected to actually show request headers and body, rearranged sections based on probability of reference (Shelby Sanders)
* Add default padding for when not embedded (Shelby Sanders)
* Added better highlighting and padding for preformatted JSON and XML (Shelby Sanders)
* Corrected styling of title and description, and refactored to remove with restrictions (Shelby Sanders)
* Added support for HTML in title, renamed footer to info_server avoiding conflict with Bootstrap, and corrected replacement of array[ (Shelby Sanders)
* make wider and show request parts (Nicolas Duchastel de Montrouge)
* Changed to protect against missing when checking for file uploads (Shelby Sanders)
* Added support for basePaths to document across multiple environments (Shelby Sanders)
* Refactored column widths to better use space for likely growing content (Shelby Sanders)
* Added support for anchoring to first reference of a Model (Shelby Sanders)
* Defer creation of signature and sampleJSON, so all Models will be loaded (Shelby Sanders)
* Omit divs for info.title and info.description if they're absent (Shelby Sanders)
* Removed inappropriate commas from sorters (Shelby Sanders)
* Corrected to avoid showing invalid Model and Model Schema is missing or void (Shelby Sanders)
* Added guard against null mockSignature (Shelby Sanders)
* Removed 'Implementation Notes' label since it's just noise, widened Resource expansion anchor to full label (Shelby Sanders)
* Corrected to work when loading resources from file:// (Shelby Sanders)
* Added support for primitives in StatusCodeView (Shelby Sanders)
* Add support for toggling Model and Schema, instead of just expanding (Shelby Sanders)
* Ensure Response Content Type is shown regardless of Response Class (Shelby Sanders)
* Collapse and label responseModel description by default (Shelby Sanders)
* Added support for multiple responseMessages from Swagger 1.2 (Shelby Sanders)
* Changed to hide the message-bar when no message (Miroslav Bajtoš)
* Add minimal test (Miroslav Bajtoš)
* Remove src/main/css from version control. (Miroslav Bajtoš)
* Remove lib/swagger.js from version control (Miroslav Bajtoš)
* Rename the module to strong-swagger-ui (Miroslav Bajtoš)
* Fix project infrastructure (Miroslav Bajtoš)