Skip to content

v0.8.0

Compare
Choose a tag to compare
@pbomb pbomb released this 28 Dec 15:33
· 47 commits to master since this release

Changes

  • Return type of setters changed to this instead of the specific model class to support extending model classes
  • Added support for Object maps. If you type a property as { [key: string]: number }, then it will convert that object to Immutable.Map<string, number> inside the class. The value can also be another ModelType and it will convert the values to the model class. This still needs to be documented properly.