- c83458c Add string pattern (#10) - Alex Collins
- bb00a2e Prepare for 1.0 release (#9) - Nils Knappmeier
- 4d70db8 #3: Corrected typo in partial (maxLength-variable spelled wrongly) - Nils Knappmeier
- 40ca080 Generate README with "thought" - Nils Knappmeier
- 2222c27 Add "require" to main-spec in order to get (low) coverage - Nils Knappmeier
- 2cfccb8 Add mocha and chai as dev-dependencies - Nils Knappmeier
- 98a14f8 Adjust travis-configuration - Nils Knappmeier
- 3b7b322 Move to bootprint-organization and enable ghook for StandardJS - Nils Knappmeier
- Remove
bootprint
as peer-dependency, becausenpm
versions 1 and 2 download it needlessly.
- Typo in
files
-property, causing the build to be broken (Thanks @davoad for PR #6)
- Add
files
-property to package.json
- Enums are linked to subschema-definitions, if a property is a swagger-discriminator
- bootprint-swagger#39: Attempting to resolve invalid JSON-references (e.g. for Swagger responses) now throws an error
- Enums are linked to subschema-definitions, if a property is a swagger-discriminator
- Silently ignore missing
items
tag inarray
-definitions
- bootprint-swagger#35: "allOf" renders incorrect HTML doc
- Display string-length limits
- Be forgiving on calling datatype-helper with empty argument
- Helper for resolving $ref-properties now returns "undefined" instead of an exception when a path cannot be followed completely (because a property in the middle of the path is missing)
- Helper for resolving $ref-properties to their reference object (needed for bootprint-swagger#31)
- bootprint-swagger#28: Read-only fields in parameter schema
- bootprint-swagger#26: Definition objects not getting any details
- bootprint-swagger#18: Details about primitive (string, number, etc). array-item-types were not displayed.
- You'll have to look through the commit log to get details.