- update copyright notices and license (Ryan Graham)
-
Do not generate required if no item is present (Raymond Feng)
-
Fix linting errors (Amir Jafarian)
-
Auto-update by eslint --fix (Amir Jafarian)
-
Add eslint infrastructure (Amir Jafarian)
- Disable the warning as it prints messages during loopback scaffolding (Raymond Feng)
-
improve scheme generation for return object (hideya kawahara)
-
Support default status codes (Candy)
- Handle {id} and . in operation id (Raymond Feng)
- Handle extensions under paths (Raymond Feng)
-
Make type geopoint case insensitive (Candy)
-
Treat property as type 'any' if not specified (Candy)
-
Exclude definition that are not referenced (Candy)
-
Fix handling of allOf when generating models (Gari Singh)
-
specgen: fix the definition of GeoPoint type (Miroslav Bajtoš)
-
Fix: hidden models referenced by hidden models (Miroslav Bajtoš)
-
Add GeoPoint support to explorer. (Candy)
-
specgen: ensure operation ids are unique (Miroslav Bajtoš)
-
Fix typo (Candy)
-
Refer to licenses with a link (Sam Roberts)
-
type-registry: code cleanup (Miroslav Bajtoš)
-
Register ObjectID for MongoDB, fix cause warning: Swagger: skipping unknown type "ObjectID" (Van-Duyet Le)
-
map ObjectID to string type (Clark Wang)
-
Add support for array types/refs (Raymond Feng)
-
Reformat the code (Raymond Feng)
-
Skip null values for length (Raymond Feng)
-
Use strongloop conventions for licensing (Sam Roberts)
-
README: link to loopback-explorer (Miroslav Bajtoš)
-
Remove the Labs label (Miroslav Bajtoš)
-
Add swagger-spec generator from loopback-explorer (Miroslav Bajtoš)
-
Update dependencies (Miroslav Bajtoš)
-
Move code generator to "codegen" subfolder (Miroslav Bajtoš)
-
Update package.json (Rand McKinney)
-
Update README.md (Rand McKinney)
-
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
Bump version (Raymond Feng)
-
Fix the spec version for 2.0 (Raymond Feng)
-
Add contribution guidelines (Ryan Graham)
-
Bump version (Raymond Feng)
-
Tidy up the code generation (Raymond Feng)
-
Bump version (Raymond Feng)
-
Enhance tests (Raymond Feng)
-
Enhance type mapping (Raymond Feng)
-
Bump version (Raymond Feng)
-
Tidy up remoting metadata (Raymond Feng)
- First release!