Skip to content

Releases: CodeDredd/pinia-orm

pinia-orm@1.5.0

24 Jan 11:22

Choose a tag to compare

v1.5.0 - 🦖

🚀 Enhancements

  • pinia-orm: Support of composite key for some relations (#885)

🩹 Fixes

  • pinia-orm: new doesnt fire creating or created hook (#808)

🔥 Performance

  • pinia-orm: Querying models with belongsToMany relation are extremely slow (#876)
  • pinia-orm: Improve caching for hydrated models #889

📖 Documentation

  • Add missing new to api (#808)

🏡 Chore

  • normalizr: Add unpkg & jsdelivr support(c41f89d)

❤️ Contributors

  • Gregor Becker

pinia-orm@1.4.0

22 Dec 18:51

Choose a tag to compare

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

pinia-orm@1.3.0

06 Dec 11:30

Choose a tag to compare

v1.3.0 - 🐲

🚀 Enhancements

  • pinia-orm: Add the option to sort case insensitive with sortBy (#636)

🩹 Fixes

  • pinia-orm: Query constraints with nested relations in m:m relations broken (#625)

💅 Refactors

  • normalizr: Reduce code used by orm (#641)

🔥 Performance

  • pinia-orm: Save hydrated models if not updated (#671)

📖 Documentation

  • Add requirements info for nuxt 2 users (#638)
  • Typo in example of quick-start.md (#652)

❤️ Contributors

  • Gregor Becker
  • yyydevf

pinia-orm@1.2.2

14 Nov 09:48

Choose a tag to compare

v1.2.2

🩹 Fixes

  • pinia-orm: null is casted in DateCast (#565)

📖 Documentation

✅ Tests

  • pinia-orm: Fix number cast test for notNullable (#564)

❤️ Contributors

  • Gregor Becker
  • Thomas Klaas

pinia-orm@1.2.1

10 Nov 10:51

Choose a tag to compare

v1.2.1

🩹 Fixes

  • pinia-orm: Delete on cascade doesn't work with n:m relations (#562)

📖 Documentation

  • Fix typos + minor tweaks (#558)

📦 Build

  • Trigger only ci in packages directory (59d55c4)

❤️ Contributors

  • Gregor Becker
  • Paolo Dina

pinia-orm@1.2.0

09 Nov 08:59

Choose a tag to compare

v1.2.0 - 🐉

🚀 Enhancements

  • pinia-orm: Add the possibility to delete by cascade (#529)
  • pinia-orm: Enhance whereIn to support Set as values (#537)
  • pinia-orm: Attributes can now accept closures for default value (#544)
  • pinia-orm: Add simple DateCast (#546)

🩹 Fixes

  • docs: Docs broken with nuxt3.0.0-rc.13 (#543)
  • pinia-orm: Using childRepo (STI) for saving without type defined (#555)

💅 Refactors

  • pinia-orm: Remove unnecessary fallback since config is always set (#555)

📖 Documentation

  • Fixed some broken links (#529)
  • Added missing delete and destroy methods to api (#529)
  • Added decorator example for STI (#555)
  • Fix broken cards on index (bb99b49)

✅ Tests

  • pinia-orm: Add a missing test for throwError (#529)

❤️ Contributors

  • Gregor Becker

pinia-orm@1.1.0

27 Oct 08:21

Choose a tag to compare

v1.1.0 - 🐦

🚀 Enhancements

  • pinia-orm: Add record field to saving hooks (#491)

💅 Refactors

  • pinia-orm: Made all relation class properties public so they can be accessed (#491)

📖 Documentation

  • Updated to current docus version & using new nuxt static generate (#473)
  • Wrong chaining example with groupBy (#482)
  • Correct STI example for simple inhertance (09b9dcf)

📦 Build

  • Removed Algolia CI Crawler since pages are crawled by generate now. (82b9cc4)

✅ Tests

  • pinia-orm: Finish skipped test for error handling (40cf182)

❤️ Contributors

  • Gregor Becker
  • Thomas Klaas

pinia-orm@1.0.4

17 Oct 08:45

Choose a tag to compare

🩹 Fixes

  • pinia-orm: pivot are not correctly loaded (#438)

🏡 Chore

  • nuxt: Updated files to new package versions (#438)

❤️ Contributors

  • Gregor Becker
  • Carsten Ruetz

pinia-orm@1.0.3

20 Sep 20:10

Choose a tag to compare

🩹 Fixes

  • pinia-orm: Multiple belongsToMany relations still wrong saved (#373)

❤️ Contributors

  • Gregor Becker

pinia-orm@1.0.2

20 Sep 09:00

Choose a tag to compare

🩹 Fixes

  • pinia-orm: Multiple belongsTo relationships between 2 entities lead to unintended outcome (#369)

❤️ Contributors

  • Gregor Becker