Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 732 Bytes

0.0.5 (#5)

Add a named parameter for each field of the class. For example, if class contain a field named id then bool? removeId will be add as a named parameter for toJsonSupabase.

If removeId is not null and true then, id will not be add in the json.

0.0.4 (#4)

Only exclude primaryKey from the Map if :

  • Can't be nullable then check that != null
  • The type is String, then check that the value isNotEmpty

0.0.1 (#1)

Initial release :

  • Creation of a toJsonSupabase which exclude the primaryKey from the Map