Skip to content

Releases: Martlark/flask-serialize

1.4.2 improve default behaviour of update_properties

20 Feb 06:51
38985df
Compare
Choose a tag to compare

1.4.2 improve default behaviour of update_properties to return all accessible fields and properties

1.4.1 Add factory method

14 Feb 07:44
8620d60
Compare
Choose a tag to compare

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

31 Aug 12:48
Compare
Choose a tag to compare

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

29 Aug 08:40
63b15c8
Compare
Choose a tag to compare

1.3.1 Add query_by_access method. fix minor issues

1.3.0

29 Aug 02:26
faa5935
Compare
Choose a tag to compare

Add can_update and can_access to allow classes to have more convenient control of update / access/ read methods.

1.2.1 Add fs_user_field to allow change of user=

09 Aug 00:10
6b72ada
Compare
Choose a tag to compare

Add fs_user_field so that the user= name parameter can address a different field.

1.2.0 Add single relationship conversion

07 Aug 05:12
50d19b7
Compare
Choose a tag to compare

Add single relationship conversion

1.1.9

25 Feb 09:44
Compare
Choose a tag to compare

Add FlaskSerializeMixin as a property conversion type.

1.1.8

15 Feb 05:48
Compare
Choose a tag to compare

Bump version to fix release issue.

1.1.7

15 Feb 02:49
597ae5b
Compare
Choose a tag to compare

Refactor to simplify code. Move page_form to it's own Mixin.