Skip to content

0.5.3

Compare
Choose a tag to compare
@mononobi mononobi released this 01 Jul 22:03
· 443 commits to master since this release
  • Updated all dependencies and flask itself
  • Added helper api decorators for most used http methods (post, get, put, patch and delete)
  • Extended validators to be able to use a custom field name in validation errors
  • Added a new validation service for standalone arguments without considering their database
    column nullability or default value