Skip to content

Releases: akinoccc/pinia-vue-mini

v1.0.0-beta.3

23 Oct 08:35
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

This release is also available on:


1.0.0-beta.3 (2024-10-23)

Features

  • support data persistence (4c3d483)

v1.0.0-beta.2

16 Oct 10:17
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

This release is also available on:


1.0.0-beta.2 (2024-10-16)

Bug Fixes

  • release: incorrectly published (09afa20)

v1.0.0-beta.1

16 Oct 10:00
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2024-10-16)

Bug Fixes

  • store cannot be reactive created by pinia-vue-mini (2bcc2d0)

Features

  • add storeToRefs (680e0ff)
  • add api of createPinia and defineStore (383cf92)
  • infer store type automatically (f5d1021)