Skip to content

Releases: krakenjs/swaggerize-routes

v1.0.10

05 Dec 01:21
Compare
Choose a tag to compare

1.0.10

  • Fallback security to root api if missing in verb or path specification #62
  • defaulthandler option to override the handler file of a route to use a common handler for all the routes. #71

1.0.9

15 Sep 02:15
Compare
Choose a tag to compare
  • options.security to define the security authorize handlers directory.

1.0.1

24 Sep 21:55
Compare
Choose a tag to compare

Fixed a bug where basePath was being changed to resourcePath.

2.0.0 Release Candidate 2

19 Sep 19:56
Compare
Choose a tag to compare
Pre-release

Fixed coercion of undefined.

2.0.0 Release Candidate 1

19 Sep 16:11
Compare
Choose a tag to compare
Pre-release

Upgrade to swagger 2.0.

1.0.0

10 Sep 02:00
Compare
Choose a tag to compare
v1.0.0

updated version for release

1.0.0 Release Candidate 2

10 Sep 01:59
Compare
Choose a tag to compare
Pre-release
Merge pull request #5 from tlivings/master

added cache of schemas to allow override schemas by name

1.0.0 Release Candidate 1

27 Aug 21:22
Compare
Choose a tag to compare
Pre-release

This module comes from swaggerize-express and makes up the core functionality for building routes based on a swagger api document.