Skip to content

v1.9.2

Latest
Compare
Choose a tag to compare
@CodeDredd CodeDredd released this 10 Jul 06:40
· 28 commits to main since this release
ba65169

Again some bug fixes from last release

👉 Changelog

compare changes

🩹 Fixes

  • pinia-orm: Two same belongsToMany with inverse keys on same model are causing wrong saved data (#1860)
  • pinia-orm: .find returning type any when using useRepo (#1865)
  • pinia-orm: Avoid attr default value modification by reference (#1869)
  • pinia-orm: Serialization was wrong with custom cast with custom serialization (#1866)
  • pinia-orm: Export missing composable useSortBy (#1882)
  • pinia-orm: Namespace + BelongsToMany throws error on query (#1883)

💅 Refactors

  • pinia-orm: Returning type of find is still any (#1876)

❤️ Contributors