Skip to content

pinia-orm@1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 18:51

v1.4.0 -🎄- Merry Christmas

🎁 Enhancements

  • pinia-orm: add hasManyThrough relation (#678)
  • pinia-orm: Add the possibility to rollback changed models. Adding $isDirty(), $getOriginal() and $refresh. (#757)

🕯️ Fixes

  • pinis-orm: Update hook not triggered with update method (fb1694f)
  • pinis-orm: @OnDelete on same model attrs leads to undefined error (#754)
  • pinia-orm: Don't delete relations bind with onDelete if hook returns false (3531a06)

🤶 Performance

  • pinia-orm: Improve hydrating check (#679)
  • pinia-orm: Remove JSON.stringfy() for comparing objects (300482d)

☃️ Refactors

  • pinia-orm: Improve typescript handling with piniaStore() (a8628c8)

🎅 Documentation

  • Add some missing model functions to api (ce54b23)

❤️ Contributors

  • Gregor Becker
  • Santa Clause