Skip to content

0.2.0

Compare
Choose a tag to compare
@swistakm swistakm released this 03 Aug 15:06
· 82 commits to master since this release

New features:

Backwards compatible API changes:

  • req and resp arguments for describe() method of resource classes are now optional to ease process of documentation generation (#10)

Improvements:

  • Massive docs overhaul
  • New documentation section about how to construct API docs (#14)
  • OPTIONS request responses now include Allow header by default with the list of allowed HTTP methods (#10),
  • confirmed official support for falcon 1.0.0 and Python 3.5 (#23)