* 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š)
* Use handlebars from npm. (dblock)