* upstream/master:
Sort endpoints by letter.
Add syntax highlighting styles & highlight threshold.
Add contribution guidelines
Bump version
Fix how the array of models is iterated
Bump version
Make sure nested/referenced models in array are mapped to swagger
Make sure nested/referenced models are mapped to swagger
Bump version
Newest Swagger UI requires application/x-www-form-urlencoded.
Use `dist` property from swagger-ui package.
Fixed undefined modelClass when using polymorphic relations
Bump version
Fix the type name for a property if model class is used
Conflicts:
lib/model-helper.js
lib/swagger.js
public/css/loopbackStyles.css
Previously, highlighting classes were being added to the DOM but had no CSS
so the user just saw black - a lot of CPU usage for nothing.
These styles now attractively and minimally style resposes so long as
they are below a certain threshold, as well as model schemas.
The highlightSizeThreshold fixes the long hang users would
see when large responses were returned.
* upstream/master: (38 commits)
Bump version
res.send deprecated - updated to res.status
Remove hidden properties from definition.
Bump version
Ensure models from relations are included
1.2.4
model-helper: handle arrays with undefined items
1.2.3
model-helper: handle array types with no item type
Bump version
Properly convert complex return types.
Bump version
Fix up loopback.rest() model definition hack.
Bump version and update deps
s/accessToken/access_token in authorization key name
Fix resources if the explorer is at a deep path.
Fix debug namespace, express version.
Remove forgotten TODO.
Simplify `accepts` and `returns` hacks.
More consise type tests
...
Conflicts:
public/css/loopbackStyles.css
public/css/screen.css
public/index.html
public/lib/loadSwaggerUI.js
public/lib/swagger.js
public/swagger-ui.js
public/swagger-ui.min.js