pinia-orm@1.7.0 #1674
CodeDredd
announced in
Announcements
pinia-orm@1.7.0
#1674
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v1.7.0 - 🐦
This update is a huge one. I think the biggest change people always asked about is the axios plugin. It's fiinally there.
But most importantly now you are able to extend pinia-orm like you want with the plugin system.
🚀 Enhancements
setModel
for Repository (d0cd5e6)destroy
andonDelete
(feat(pinia-orm): Composite primary key can now be used withdestroy
andonDelete
#1671)🩹 Fixes
$getOriginal
#1576)pinaStore
instance was wrong on STI models (feat(pinia-orm): Add namespace option for the store #1618)Uncaught TypeError: parent.$fields()[key] is undefied
when inserting nested data with polymorphic relationships (fix(pinia-orm):Uncaught TypeError: parent.$fields()[key] is undefied
when inserting nested data with polymorphic relationships #1648)🔥 Performance
💅 Refactors
useRepo
was having the wrong type for repositories (be3c4f4)📖 Documentation
🏡 Chore
❤️ Contributors
This discussion was created from the release pinia-orm@1.7.0.
Beta Was this translation helpful? Give feedback.
All reactions