Skip to content
Compare
Choose a tag to compare

Warning
There are slight API changes with this release candidate.

🚀 Enhancements

  • pinia-orm: Add groupBy method to query (#213)
  • pinia-orm: Added bundles for uid libs nanoid & uuid (#215)
  • pinia-orm: Add the possibility to use useRepo outside of setup() (#228)

🩹 Fixes

  • pinia-orm: The set method of casts is not called (#215)
  • pinia-orm: Nuxt 2 has problems with nullish coalescing operator (#228)

💅 Refactors

  • pinia-orm: ⚠️ Moved decorators to pinia-orm/dist/decorators (#185)
  • pinia-orm: ⚠️ Moved casts to pinia-orm/dist/casts (#215)
  • pinia-orm: ⚠️ Removed "string casting" with string, array, number and boolean (#215)
  • pinia-orm: ⚠️ Make field per default nullable(#229)

📖 Documentation

  • Add playground (#157)
  • Add missing load to api (#153)
  • Fix small typo (6f26c40)

🔥 Performance

🏡 Chore

  • pinia-orm: Update package.json for better file imports (ac4dd70)
  • pinia-orm: Improve typings for piniaOptions, useDataStore, useStoreActions and piniaStore (#204)
  • Switch from lerna to lerna-lite for workspace support
  • nuxt: Dependencies updates
  • pinia-orm: Dependencies updates

📦 Build

  • normalizr: Added own normalizr package (#191 )
  • pinia-orm: move from normalizr to @pinia-orm/normalizr (#192)

✅ Tests

❤️ Contributors

  • Gregor Becker