platform/angel_serialize_generator/CHANGELOG.md
2018-03-09 07:45:03 -05:00

258 B

2.0.2

  • Generates an XFields class with the serialized names of all fields in a model class X.
  • Removed unnecessary named parameters from XSerializer.fromMap.

2.0.1

  • Ensured that List is only transformed if it generically references a Model.