Skip to content

v0.7.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 21 Oct 14:30

Bug fixes

  • Fixes an issue that prevented multiple entity properties to be updated simultaneously (#136).
  • Fixes an issue that resulted in "TypeError: Cannot read property 'modelName' of null" exception when updating a relational property that had no initial value (#137, #138).

Internal

  • Removes the InternalEntity class.
  • Entities now store internal properties ("type", "primaryKey") using Symbol (#135).
  • Relations are now initialized during model parsing regardless if they have initial values (#138).