]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.3 v2.0.0-alpha.3
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Sep 2020 16:45:24 +0000 (18:45 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Sep 2020 16:45:24 +0000 (18:45 +0200)
CHANGELOG.md
package.json

index 1068312c9061f1ff528cf7262ad38e28e380326d..620e9c7561659d1db487b4aafd3ad353fd7a8ae2 100644 (file)
@@ -1,3 +1,20 @@
+# [2.0.0-alpha.3](https://github.com/posva/pinia/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2020-09-28)
+
+### Code Refactoring
+
+- rename createStore to defineStore ([a9ad160](https://github.com/posva/pinia/commit/a9ad160bb38d6bfae3a52c66ae28793937af05d6))
+
+### Features
+
+- deprecation message createStore ([3054251](https://github.com/posva/pinia/commit/30542514389e4b903e7726039b98324afdafcc24))
+- **ssr:** support ssr ([59709e0](https://github.com/posva/pinia/commit/59709e0851db66d337054e3aab0db987fab20f9d))
+
+### BREAKING CHANGES
+
+- renamed `createStore` to `defineStore`. `createStore`
+  will be marked as deprecated during the alpha releases and then be
+  dropped.
+
 # [2.0.0-alpha.2](https://github.com/posva/pinia/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-09-25)
 
 ### Features
index 0a3e9952c04b03b50a6da68bcb9cc379bbe9138f..91499825e0fb3a8f0d02731178a235d32a62c118 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.2",
+  "version": "2.0.0-alpha.3",
   "description": "Some awesome description",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",