Commit Graph

7 Commits

Author SHA1 Message Date
Roman Hotsiy
c724df48f4
feat: new option required-props-first
closes #191
2017-02-27 13:12:53 +02:00
Roman Hotsiy
d175a4d6ae
feat: show type string with minLength 1 as "non-empty"
closes #192
2017-02-26 01:00:17 +02:00
Roman Hotsiy
e76bcc3329
feat: improved type string with minLength == maxLength
closes #212
2017-02-26 01:00:17 +02:00
Roman Hotsiy
5f909cac47
Add safe guards array without items (fixes #199) 2017-02-09 15:31:28 +02:00
Roman Hotsiy
84f3aee681
Update tests after refactoring 2016-12-25 19:15:24 +02:00
Ben Firshman
82b52bf6ef Add display name for tags
In go-swagger, the name of the tag determines the directory that
generated files end up in. Also, we want the tag names to be
consistent with operationIds.

Unfortunately, these make bad names for menu items, so we want
to have a way of specifying human-friendly names for the menu.
2016-12-05 20:58:53 +02:00
Ben Firshman
ab5c3ecf55 Fix typo in filename 2016-12-05 20:58:53 +02:00