- added
--use-utc
flag for serializing DateTime objects as UTC - fixed #13 where int/double where assumed to be String in json
- added serialization/deserialization tests
- fixed issues with some mapping between dart/psotgres types
- added
--nullable-defaults
and--nullable-ids
flags
- renamed some APIs to be more descriptive
- introduced a new flag
--nullable-fields
which will make all fields in generated class nullable
- fix issue with multiple
-t
arguments - fix issue with deserializing collections
- added
--no-ssl
flag
- fixed some issues with trailing commas #9 & #10
- added some tests
updated readme and added simple tests
- make pub.dev happy.
- added repository link.
- fixed some typos and hyperlinks.
- Initial version.