]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.6 v2.0.0-alpha.6
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Dec 2020 19:20:34 +0000 (20:20 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Dec 2020 19:20:34 +0000 (20:20 +0100)
CHANGELOG.md
package.json

index e7d463a263c9a651ad98b22732d3b6c557205e22..ee133d15a865dd3b29dca6c1f52e189045364cb0 100644 (file)
@@ -1,3 +1,21 @@
+# [2.0.0-alpha.6](https://github.com/posva/pinia/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2020-12-31)
+
+### Bug Fixes
+
+- correct lifespan of stores ([483335c](https://github.com/posva/pinia/commit/483335c6660d593cf33468c1ab8c95da82cc392a)), closes [#255](https://github.com/posva/pinia/issues/255)
+
+### Features
+
+- **types:** export used types ([dc56fba](https://github.com/posva/pinia/commit/dc56fbafa21d8efa2a4b61ffb464f1befa25e34c)), closes [#315](https://github.com/posva/pinia/issues/315)
+
+### BREAKING CHANGES
+
+- `setActiveReq()` has been renamed to
+  `setActivePinia()`. And now receives the application's pinia as the
+  first parameter instead of an arbitrary object (like a Node http
+  request). **This affects particularly users doing SSR** but also
+  enables them to write universal code.
+
 # [2.0.0-alpha.5](https://github.com/posva/pinia/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2020-10-09)
 
 ### Code Refactoring
index d579ce023b1cf7a66002593b12e7d6c477191719..c06eba31ae38bcc6e7aa44e65a63cad119486714 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.5",
+  "version": "2.0.0-alpha.6",
   "description": "Some awesome description",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",