Skip to content

pinia-orm@1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 08:59

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