Skip to content

v0.3.2

Compare
Choose a tag to compare
@hbakri hbakri released this 08 Oct 20:49
· 129 commits to main since this release
5b013cb

Release Notes: v0.3.2 ✨

Date: October 8, 2023

✨ New Features

  • Router Parameters Override: added support for overriding summary, operation_id and most importantly path (#236, #241).

🛠 Refactoring

  • Test Framework: moved HTTPStatus checks into RequestComposer class and renamed RequestComposer to TestComposer (#232, #234).
  • Abstract Model View: generalized method, path and detail attributes to AbstractModelView (#241, #247).

🏄‍♂️ Code Quality

  • PEP 484: made Optional type hints explicit according to PEP 484 (#243).