Releases: directus/rstore
Releases · directus/rstore
v0.6.6
v0.6.5
v0.6.4
🚀 Enhancements
- form: Rename $save to $submit (dbf46cb)
- form: Rename $onSaved to $onSuccess (d363e72)
- vue: Export createFormObject and createFormObjectWithChangeDetection (6b6c94f)
- vue: Form.$onError event hook (f09d156)
- query: Expose meta (7950c24)
- subscribe: Expose meta (4b17eeb)
🩹 Fixes
- Subscribe should not return a promise (a461e65)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.6.3
v0.6.2
v0.6.1
🚀 Enhancements
- Record module mutations in the mutation history (db41348)
🩹 Fixes
- vue: Throw error in wrapped mutation (d78e144)
💅 Refactors
- Deprecate store.$createModule -> use createModule directly (757d48a)
📖 Documentation
🏡 Chore
- Add create module API jsdoc (dbe1db9)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.6.0
🚀 Enhancements
🩹 Fixes
📖 Documentation
- Added some schemas (1db4dc6)
🌊 Types
- nuxt: Add Store, StoreResolvedModelItem and StoreWrappedItem to auto imports (3ef23c3)
- Check for excess properties in
defineItemType.model
(c52fb38) - vue: Check for excess properties in queryFirst, queryMany (b6e2453)
- nuxt: Don't use ModelDefaults as the store defaults type parameters to allow excess properties check (758a4ea)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.5.9
🚀 Enhancements
- vue: Disable query (1316655)
🩹 Fixes
- vue: Form validation issues handling (9f2b238)
- fields: Handle parsing fields of nested relations, fix #25 (#25)
📖 Documentation
🌊 Types
- Fix model.fields requiring all fields (a4a02bb)
🏡 Chore
✅ Tests
- vue: Some tests (b4b10a0)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.5.8
v0.5.7
- Republish packages
📖 Documentation
- Fix dead links (e87a44c)
- Add directus in getting started (ad426a7)
- Fix typo (9de9e53)
- Fix other typo (9968cf8)
🏡 Chore
- Build docs in commit hook (2887bc5)
- Run some scripts in commit in parallel (ab276b1)
- Improve lint-staged config (ee2787b)
- Only rerun everything on pnpm-lock (bfc08e5)
🤖 CI
- Fix pnpm install (862055f)
❤️ Contributors
- Guillaume Chau (@Akryum)