Skip to content

Releases: 0b01001001/spectree

supprt flask x-www-form-urlencoded

18 Nov 11:25
40666a8
Compare
Choose a tag to compare
Merge pull request #84 from 0b01001001/dev

supprt flask x-www-form-urlencoded

v0.3.11 add 422 validation error model

03 Nov 17:07
201ee6d
Compare
Choose a tag to compare
v0.3.11 add 422 validation model (#80)

* add operationId test

* release v0.3.10

* Add 422 default model (#57)

* Add 422 HTTP Status response default model.

* Add ctx field in UnprocessableEntityElement.

* fix 422 asserts in tests

Co-authored-by: Алексей Лебедев <a.s.lebedev@fun-box.ru>

* fix 422 description (#79)

* Add 422 HTTP Status response default model.

* Add ctx field in UnprocessableEntityElement.

* fix 422 asserts in tests

* release v0.3.10 (#77)

* add operationId test

* release v0.3.10

* move 422 model to response file, make ctx optional, handle user customized 422 model

* add test for 422 model

* release v0.3.11

* fix conflicts

Co-authored-by: Alexey Lebedev <lebedev.alexey@protonmail.com>
Co-authored-by: Алексей Лебедев <a.s.lebedev@fun-box.ru>

Co-authored-by: honeydev <lebedev.alexey@protonmail.com>
Co-authored-by: Алексей Лебедев <a.s.lebedev@fun-box.ru>

v0.3.10 flask parse JSON in silent mode

26 Oct 02:51
Compare
Choose a tag to compare
  • parse JSON in silent mode
  • add after handler when there is a validation error

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