Releases: Martlark/flask-serialize
Releases · Martlark/flask-serialize
1.4.2 improve default behaviour of update_properties
1.4.2 improve default behaviour of update_properties to return all accessible fields and properties
1.4.1 Add factory method
Add a factory method to create the mixin. Add better error messages.
from flask_serialize import FlaskSerialize
# create a flask-serialize mixin instance from
# the factory method `FlaskSerialize`
fs_mixin = FlaskSerialize(db)
1.4.0 add fs_private_field method
Add fs_private_field to allow programmatic control of when to return certain columns or properties.
1.3.1 Add query_by_access method. fix minor issues
1.3.1 Add query_by_access method. fix minor issues
1.3.0
1.2.1 Add fs_user_field to allow change of user=
Add fs_user_field so that the user= name parameter can address a different field.
1.2.0 Add single relationship conversion
Add single relationship conversion