Skip to content

Releases: 0b01001001/spectree

v0.3.9 fix starlette static files bug

23 Oct 05:57
baf1f8b
Compare
Choose a tag to compare
Merge pull request #68 from 0b01001001/dev

fix starlette static file bug

v0.3.7: add transparent support for flask blueprint

06 Oct 09:45
a09736a
Compare
Choose a tag to compare

Now the SpecTree instance can be registered to the blueprint instance.

v0.3.3: Merge pull request #44 from 0b01001001/dev

09 Apr 00:43
acdf875
Compare
Choose a tag to compare
  • decouple requests validation function
  • add logging to validation part
  • add Response(HTTP_200=None) feature
  • fix headers and cookies generated JSON format
  • fix starlette Mount
  • fix partial class method bug

consistent responses for plugins

06 Jan 07:52
8a64bf9
Compare
Choose a tag to compare
  • add tests
  • add docs and demo
  • change falcon and flask response format (using their own format)
  • fix some bugs found in tests

first release

24 Dec 11:04
3a924f9
Compare
Choose a tag to compare

support web frameworks

  • flask
  • falcon
  • starlette

support validations

  • query
  • json
  • headers
  • cookies
  • resp