Flask Restalchemy Versions Save

Flask extension to build REST APIs based on SQLAlchemy models

v0.14.1

6 months ago
  • Fix license placement on setup.py

v0.14.0

3 years ago

Added:

Added api decorator 'route' to register a url rule

v0.13.0

4 years ago

Changed:

  • Removed flask-restful dependency

Added:

  • Added support for request decorators
  • Added new field NestedModelListField
  • Added support for free functions rules
  • Added a way to specify the http methods available on an endpoint

Fixed:

  • Fix bug that was removing target objects when undoing a relationship
  • Fix bug that was causing the session not be passed to the serializers

v0.12.1

5 years ago

v0.12.0

5 years ago

v0.11.1

5 years ago

Fixed:

When adding the same property twice with different url an error occurred due to the endpoint provided to the RESTFul be the same. Now add_property have an optional parameter 'endpoint_name' to enable specify a different endpoint and defaults to the provided 'url_rule'

v0.11.0

5 years ago

Changed:

  • NestedAttributesField parameters must now be typed

Fixed:

  • Swagger spec generation

v0.10.4

5 years ago

Added:

  • Support for append an existent item to a relation end point

v0.10.3

5 years ago

v0.10.2

5 years ago