Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 869 Bytes

0.0.5

  • 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

0.0.4

  • added --nullable-defaults and --nullable-ids flags

0.0.3

  • renamed some APIs to be more descriptive
  • introduced a new flag --nullable-fields which will make all fields in generated class nullable

0.0.2+2

  • fix issue with multiple -t arguments
  • fix issue with deserializing collections

0.0.2+1

  • added --no-ssl flag

0.0.2

  • fixed some issues with trailing commas #9 & #10
  • added some tests

0.0.1+4

updated readme and added simple tests

0.0.1+3

  • make pub.dev happy.

0.0.1+2

  • added repository link.

0.0.1+1

  • fixed some typos and hyperlinks.

0.0.1

  • Initial version.