2018-03-30 04:16:04 +00:00
|
|
|
# 2.0.4
|
|
|
|
* Fields in TypeScript definitions are now nullable by default.
|
|
|
|
|
2018-03-29 19:58:36 +00:00
|
|
|
# 2.0.3
|
|
|
|
* Added a `TypeScriptDefinitionBuilder`.
|
|
|
|
|
2018-03-09 12:39:21 +00:00
|
|
|
# 2.0.2
|
|
|
|
* Generates an `XFields` class with the serialized names of
|
|
|
|
all fields in a model class `X`.
|
2018-03-09 12:45:03 +00:00
|
|
|
* Removed unnecessary named parameters from `XSerializer.fromMap`.
|
2018-03-09 12:39:21 +00:00
|
|
|
|
2018-03-05 06:18:46 +00:00
|
|
|
# 2.0.1
|
|
|
|
* Ensured that `List` is only transformed if
|
|
|
|
it generically references a `Model`.
|