From: Eduardo San Martin Morote Date: Fri, 9 Apr 2021 11:10:50 +0000 (+0200) Subject: release: v0.3.0 X-Git-Tag: v0.3.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cca8055292de01a2509b2d0015a9cc2d88f6916;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.3.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be87117..50995eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [0.3.0](https://github.com/posva/pinia/compare/v0.2.5...v0.3.0) (2021-04-09) + +### Bug Fixes + +- **types:** enable autocomplete in object ([5012611](https://github.com/posva/pinia/commit/50126119f6672a7c0a9efdd9c2e25eb5a6427dc0)) + +### Features + +- mapWritableState ([6eb04da](https://github.com/posva/pinia/commit/6eb04dae5cff92fc90a27a804c6dc54a2e25635c)) +- **mapState:** accept functions ([6e09db6](https://github.com/posva/pinia/commit/6e09db651c2674e35dfd9fb65c542a5bf147e7a6)) +- **mapStores:** allow custom suffix ([633dbb1](https://github.com/posva/pinia/commit/633dbb1de8e2ad68ef799c4d530363692e7b967b)) +- **types:** allow extending mapStores suffix ([90a0326](https://github.com/posva/pinia/commit/90a0326d0892cfda469fa524e32a6d01ebe1dd3d)) +- add mapActions ([32c28e3](https://github.com/posva/pinia/commit/32c28e33fd636712faa830f91f675aebdb4f6093)) +- add mapStores ([ac20f59](https://github.com/posva/pinia/commit/ac20f59adcd175981cbaac2aff9e08d57363adab)) +- mapState with array ([41a7ad0](https://github.com/posva/pinia/commit/41a7ad0fbcedfbe33d340a476bc15545d92c2471)) +- mapState with object ([a4eb4af](https://github.com/posva/pinia/commit/a4eb4af337d31f9d20e3c3bffc62a251b2ab644a)) + ## [0.2.5](https://github.com/posva/pinia/compare/v0.2.4...v0.2.5) (2021-04-01) ### Features diff --git a/package.json b/package.json index b2f7999a..25b4e67a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.2.5", + "version": "0.3.0", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",