]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/log
thirdparty/vuejs/pinia.git
4 years agotest(types): test options
Eduardo San Martin Morote [Thu, 15 Apr 2021 15:19:56 +0000 (17:19 +0200)] 
test(types): test options

4 years agofeat: pass options to context in plugins
Eduardo San Martin Morote [Thu, 15 Apr 2021 15:19:42 +0000 (17:19 +0200)] 
feat: pass options to context in plugins

4 years agodocs: add unwrapping behavior
Eduardo San Martin Morote [Fri, 2 Apr 2021 14:08:54 +0000 (16:08 +0200)] 
docs: add unwrapping behavior

4 years agofeat(types): expose PiniaPluginContext
Eduardo San Martin Morote [Thu, 1 Apr 2021 15:28:52 +0000 (17:28 +0200)] 
feat(types): expose PiniaPluginContext

4 years agodocs: add plugins to sidebar
Eduardo San Martin Morote [Thu, 1 Apr 2021 15:23:42 +0000 (17:23 +0200)] 
docs: add plugins to sidebar

4 years agodocs(plugins): more about plugins
Eduardo San Martin Morote [Thu, 1 Apr 2021 15:23:11 +0000 (17:23 +0200)] 
docs(plugins): more about plugins

4 years agodocs: wip
Eduardo San Martin Morote [Mon, 29 Mar 2021 12:17:26 +0000 (14:17 +0200)] 
docs: wip

4 years agofeat: add plugin api wip
Eduardo San Martin Morote [Wed, 24 Mar 2021 16:00:08 +0000 (17:00 +0100)] 
feat: add plugin api wip

4 years agochore: missing Ref import
Eduardo San Martin Morote [Wed, 28 Apr 2021 14:50:50 +0000 (16:50 +0200)] 
chore: missing Ref import

4 years agodocs: add watching the store
Eduardo San Martin Morote [Wed, 28 Apr 2021 14:43:34 +0000 (16:43 +0200)] 
docs: add watching the store

4 years agorefactor: remove old warning
Eduardo San Martin Morote [Tue, 27 Apr 2021 12:53:06 +0000 (14:53 +0200)] 
refactor: remove old warning

4 years agodocs: typography (#455)
Simon Legner [Tue, 27 Apr 2021 10:53:47 +0000 (12:53 +0200)] 
docs: typography (#455)

4 years agofeat(plugins): allow void return
Eduardo San Martin Morote [Tue, 27 Apr 2021 08:46:52 +0000 (10:46 +0200)] 
feat(plugins): allow void return

4 years agotest: use faster test
Eduardo San Martin Morote [Mon, 26 Apr 2021 22:05:38 +0000 (00:05 +0200)] 
test: use faster test

4 years agochore: up deps
Eduardo San Martin Morote [Mon, 26 Apr 2021 22:03:20 +0000 (00:03 +0200)] 
chore: up deps

4 years agodocs: ts note
Eduardo San Martin Morote [Mon, 26 Apr 2021 21:57:31 +0000 (23:57 +0200)] 
docs: ts note

See #453

4 years agochore(deps): update all non-major dependencies
Renovate Bot [Mon, 26 Apr 2021 01:05:04 +0000 (01:05 +0000)] 
chore(deps): update all non-major dependencies

4 years agodocs: correct options API action access (#445)
emesenge [Mon, 19 Apr 2021 10:20:11 +0000 (12:20 +0200)] 
docs: correct options API action access (#445)

4 years agorefactor: remove unused types
Eduardo San Martin Morote [Thu, 15 Apr 2021 14:51:05 +0000 (16:51 +0200)] 
refactor: remove unused types

4 years agorefactor: use assign
Eduardo San Martin Morote [Thu, 15 Apr 2021 14:46:22 +0000 (16:46 +0200)] 
refactor: use assign

4 years agofeat(plugins): pass a context object to plugins instead of app
Eduardo San Martin Morote [Thu, 15 Apr 2021 14:43:14 +0000 (16:43 +0200)] 
feat(plugins): pass a context object to plugins instead of app

BREAKING CHANGE: To improve the plugin api capabilities, `pinia.use()`
now receives a context object instead of just `app`:
```js
// replace
pinia.use((app) => {})
// with
pinia.use(({ app }) => {})
```

4 years agofeat: add plugin api wip
Eduardo San Martin Morote [Wed, 24 Mar 2021 16:00:08 +0000 (17:00 +0100)] 
feat: add plugin api wip

4 years agodocs: correct lang
Eduardo San Martin Morote [Thu, 15 Apr 2021 14:41:39 +0000 (16:41 +0200)] 
docs: correct lang

4 years agochore: sponsors update
Eduardo San Martin Morote [Wed, 14 Apr 2021 17:43:19 +0000 (19:43 +0200)] 
chore: sponsors update

4 years agodocs: update sponsors
Eduardo San Martin Morote [Wed, 14 Apr 2021 17:39:28 +0000 (19:39 +0200)] 
docs: update sponsors

4 years agochore(deps): update all non-major dependencies
Renovate Bot [Mon, 12 Apr 2021 01:08:35 +0000 (01:08 +0000)] 
chore(deps): update all non-major dependencies

4 years agorelease: v2.0.0-alpha.13 v2.0.0-alpha.13
Eduardo San Martin Morote [Sat, 10 Apr 2021 15:28:54 +0000 (17:28 +0200)] 
release: v2.0.0-alpha.13

4 years agotest: ignore global.d.ts
Eduardo San Martin Morote [Sat, 10 Apr 2021 15:26:38 +0000 (17:26 +0200)] 
test: ignore global.d.ts

4 years agofix(subscribe): remove subscription when unmounted
Eduardo San Martin Morote [Sat, 10 Apr 2021 15:13:25 +0000 (17:13 +0200)] 
fix(subscribe): remove subscription when unmounted

4 years agodocs: typo fix (#436)
Marcus [Sat, 10 Apr 2021 10:50:58 +0000 (18:50 +0800)] 
docs: typo fix (#436)

4 years agotest: add more context tests
Eduardo San Martin Morote [Fri, 9 Apr 2021 18:36:22 +0000 (20:36 +0200)] 
test: add more context tests

4 years agofeat(types): fail on async patch
Eduardo San Martin Morote [Fri, 9 Apr 2021 18:35:57 +0000 (20:35 +0200)] 
feat(types): fail on async patch

4 years agorelease: v2.0.0-alpha.12 v2.0.0-alpha.12
Eduardo San Martin Morote [Fri, 9 Apr 2021 17:12:08 +0000 (19:12 +0200)] 
release: v2.0.0-alpha.12

4 years agochore: deprecated message
Eduardo San Martin Morote [Fri, 9 Apr 2021 17:11:26 +0000 (19:11 +0200)] 
chore: deprecated message

4 years agofix(store): avoid multiple subscriptions call
Eduardo San Martin Morote [Fri, 9 Apr 2021 17:06:27 +0000 (19:06 +0200)] 
fix(store): avoid multiple subscriptions call

Fix #429, Fix #430

4 years agorelease: v2.0.0-alpha.11 v2.0.0-alpha.11
Eduardo San Martin Morote [Fri, 9 Apr 2021 11:10:49 +0000 (13:10 +0200)] 
release: v2.0.0-alpha.11

4 years agodocs: fix broken link
Eduardo San Martin Morote [Fri, 9 Apr 2021 10:41:09 +0000 (12:41 +0200)] 
docs: fix broken link

4 years agodocs: naming
Eduardo San Martin Morote [Fri, 9 Apr 2021 10:36:49 +0000 (12:36 +0200)] 
docs: naming

4 years agodocs: minor changes
Eduardo San Martin Morote [Fri, 9 Apr 2021 09:28:31 +0000 (11:28 +0200)] 
docs: minor changes

4 years agodocs: add map helpers docs
Eduardo San Martin Morote [Fri, 9 Apr 2021 08:56:45 +0000 (10:56 +0200)] 
docs: add map helpers docs

4 years agochore: mark mapGetters as deprecated
Eduardo San Martin Morote [Fri, 9 Apr 2021 07:42:35 +0000 (09:42 +0200)] 
chore: mark mapGetters as deprecated

4 years agofeat: mapWritableState
Eduardo San Martin Morote [Thu, 8 Apr 2021 16:22:30 +0000 (18:22 +0200)] 
feat: mapWritableState

4 years agodocs: wip hehe
Eduardo San Martin Morote [Thu, 8 Apr 2021 14:25:04 +0000 (16:25 +0200)] 
docs: wip hehe

4 years agotest: fix module augmenation
Eduardo San Martin Morote [Thu, 8 Apr 2021 13:34:26 +0000 (15:34 +0200)] 
test: fix module augmenation

4 years agorefactor: adapt v1 changes
Eduardo San Martin Morote [Thu, 8 Apr 2021 13:31:41 +0000 (15:31 +0200)] 
refactor: adapt v1 changes

4 years agochore: comment [skip ci]
Eduardo San Martin Morote [Thu, 8 Apr 2021 12:51:50 +0000 (14:51 +0200)] 
chore: comment [skip ci]

4 years agofeat(mapState): accept functions
Eduardo San Martin Morote [Thu, 8 Apr 2021 12:46:16 +0000 (14:46 +0200)] 
feat(mapState): accept functions

4 years agofeat(mapStores): allow custom suffix
Eduardo San Martin Morote [Thu, 8 Apr 2021 11:43:35 +0000 (13:43 +0200)] 
feat(mapStores): allow custom suffix

4 years agofeat(types): allow extending mapStores suffix
Eduardo San Martin Morote [Thu, 8 Apr 2021 11:32:59 +0000 (13:32 +0200)] 
feat(types): allow extending mapStores suffix

4 years agotest: add dts tests
Eduardo San Martin Morote [Thu, 8 Apr 2021 10:01:20 +0000 (12:01 +0200)] 
test: add dts tests

4 years agodocs: mark pStores as internal [skip ci]
Eduardo San Martin Morote [Thu, 8 Apr 2021 09:39:13 +0000 (11:39 +0200)] 
docs: mark pStores as internal [skip ci]

4 years agorefactor(types): mapState autocomplete
Eduardo San Martin Morote [Thu, 8 Apr 2021 09:22:20 +0000 (11:22 +0200)] 
refactor(types): mapState autocomplete

4 years agorefactor(types): fix autocompletion
Eduardo San Martin Morote [Thu, 8 Apr 2021 09:19:39 +0000 (11:19 +0200)] 
refactor(types): fix autocompletion

4 years agofix(types): enable autocomplete in object
Eduardo San Martin Morote [Thu, 8 Apr 2021 09:12:21 +0000 (11:12 +0200)] 
fix(types): enable autocomplete in object

4 years agodocs: improve map helpers
Eduardo San Martin Morote [Thu, 8 Apr 2021 09:02:17 +0000 (11:02 +0200)] 
docs: improve map helpers

4 years agofeat: add mapActions
Eduardo San Martin Morote [Thu, 8 Apr 2021 09:02:03 +0000 (11:02 +0200)] 
feat: add mapActions

4 years agorefactor: cache store create per instance
Eduardo San Martin Morote [Wed, 7 Apr 2021 14:31:56 +0000 (16:31 +0200)] 
refactor: cache store create per instance

4 years agofeat: mapState with object
Eduardo San Martin Morote [Tue, 6 Apr 2021 18:53:47 +0000 (20:53 +0200)] 
feat: mapState with object

4 years agofeat: mapState with array
Eduardo San Martin Morote [Tue, 6 Apr 2021 18:16:41 +0000 (20:16 +0200)] 
feat: mapState with array

4 years agotest: mapStores
Eduardo San Martin Morote [Tue, 6 Apr 2021 17:52:56 +0000 (19:52 +0200)] 
test: mapStores

4 years agotest: add missing file
Eduardo San Martin Morote [Fri, 19 Mar 2021 14:31:19 +0000 (15:31 +0100)] 
test: add missing file

4 years agofeat: add mapStores
Eduardo San Martin Morote [Fri, 12 Mar 2021 16:15:11 +0000 (17:15 +0100)] 
feat: add mapStores

4 years agodocs: comparison with vuex
Eduardo San Martin Morote [Fri, 9 Apr 2021 11:07:57 +0000 (13:07 +0200)] 
docs: comparison with vuex

4 years agodocs: load theme
Eduardo San Martin Morote [Fri, 9 Apr 2021 10:14:16 +0000 (12:14 +0200)] 
docs: load theme

Close #427

4 years agochore: nuxtjs logo alt (#428)
béla [Thu, 8 Apr 2021 19:56:40 +0000 (21:56 +0200)] 
chore: nuxtjs logo alt (#428)

[skip ci]

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agofeat(types): expose DefineStoreOptions
Eduardo San Martin Morote [Thu, 8 Apr 2021 16:28:57 +0000 (18:28 +0200)] 
feat(types): expose DefineStoreOptions

4 years agochore: readme link [skip ci]
Eduardo San Martin Morote [Thu, 8 Apr 2021 12:56:18 +0000 (14:56 +0200)] 
chore: readme link [skip ci]

4 years agodocs: ssr with devalue
Eduardo San Martin Morote [Wed, 7 Apr 2021 12:13:39 +0000 (14:13 +0200)] 
docs: ssr with devalue

4 years agodocs: ssr with vite-ssr
Eduardo San Martin Morote [Wed, 7 Apr 2021 11:44:19 +0000 (13:44 +0200)] 
docs: ssr with vite-ssr

4 years agodocs: grammar fixes (#423)
daarond [Tue, 6 Apr 2021 18:17:53 +0000 (13:17 -0500)] 
docs: grammar fixes (#423)

Some small grammar changes

4 years agochore: allow questions [skip ci]
Eduardo San Martin Morote [Tue, 6 Apr 2021 08:56:11 +0000 (10:56 +0200)] 
chore: allow questions [skip ci]

4 years agodocs: state.md (#422)
Jerry [Tue, 6 Apr 2021 07:52:06 +0000 (15:52 +0800)] 
docs: state.md (#422)

Fix typo

4 years agoci: add question [skip ci]
Eduardo San Martin Morote [Mon, 5 Apr 2021 19:09:18 +0000 (21:09 +0200)] 
ci: add question [skip ci]

4 years agochore(deps): update all non-major dependencies
Renovate Bot [Mon, 5 Apr 2021 01:25:27 +0000 (01:25 +0000)] 
chore(deps): update all non-major dependencies

4 years agorelease: v2.0.0-alpha.10 v2.0.0-alpha.10
Eduardo San Martin Morote [Thu, 1 Apr 2021 14:38:27 +0000 (16:38 +0200)] 
release: v2.0.0-alpha.10

4 years agodocs: correct file types
Eduardo San Martin Morote [Thu, 1 Apr 2021 14:33:36 +0000 (16:33 +0200)] 
docs: correct file types

4 years agodocs: document store.patch
Eduardo San Martin Morote [Thu, 1 Apr 2021 14:33:09 +0000 (16:33 +0200)] 
docs: document store.patch

4 years agotest(patch): check argument
Eduardo San Martin Morote [Thu, 1 Apr 2021 14:31:14 +0000 (16:31 +0200)] 
test(patch): check argument

4 years agofeat(patch): allow passing a function
Eduardo San Martin Morote [Thu, 1 Apr 2021 14:27:26 +0000 (16:27 +0200)] 
feat(patch): allow passing a function

4 years agodocs: security
Eduardo San Martin Morote [Thu, 1 Apr 2021 14:00:36 +0000 (16:00 +0200)] 
docs: security

4 years agodocs: typo
Eduardo San Martin Morote [Wed, 31 Mar 2021 19:17:26 +0000 (21:17 +0200)] 
docs: typo

4 years agofeat(types): generics on PiniaCustomProperties
Eduardo San Martin Morote [Wed, 31 Mar 2021 17:30:29 +0000 (19:30 +0200)] 
feat(types): generics on PiniaCustomProperties

4 years agodocs: remove transpile instructions
Eduardo San Martin Morote [Wed, 31 Mar 2021 14:11:36 +0000 (16:11 +0200)] 
docs: remove transpile instructions

4 years agodocs: devalue
Eduardo San Martin Morote [Wed, 31 Mar 2021 10:25:33 +0000 (12:25 +0200)] 
docs: devalue

4 years agorelease: v2.0.0-alpha.9 v2.0.0-alpha.9
Eduardo San Martin Morote [Wed, 31 Mar 2021 10:12:37 +0000 (12:12 +0200)] 
release: v2.0.0-alpha.9

4 years agofix(types): pass custom properties to stores
Eduardo San Martin Morote [Wed, 31 Mar 2021 10:05:55 +0000 (12:05 +0200)] 
fix(types): pass custom properties to stores

4 years agodocs: clarify nuxt context example
Eduardo San Martin Morote [Wed, 31 Mar 2021 09:48:03 +0000 (11:48 +0200)] 
docs: clarify nuxt context example

4 years agodocs: disableVuex
Eduardo San Martin Morote [Wed, 31 Mar 2021 09:40:34 +0000 (11:40 +0200)] 
docs: disableVuex

4 years agodocs: note about pinia
Eduardo San Martin Morote [Wed, 31 Mar 2021 09:28:48 +0000 (11:28 +0200)] 
docs: note about pinia

4 years agodocs: better ssr
Eduardo San Martin Morote [Wed, 31 Mar 2021 08:47:12 +0000 (10:47 +0200)] 
docs: better ssr

4 years agodocs: fix todo example (#413)
Danny Feliz [Wed, 31 Mar 2021 07:41:37 +0000 (03:41 -0400)] 
docs: fix todo example (#413)

4 years agodocs: typo [skip ci] (#414)
Avni Onur Pehlivan [Wed, 31 Mar 2021 07:41:02 +0000 (10:41 +0300)] 
docs: typo [skip ci] (#414)

'Is' typed twice

4 years agodocs: up preview
Eduardo San Martin Morote [Tue, 30 Mar 2021 15:55:57 +0000 (17:55 +0200)] 
docs: up preview

4 years agodocs: transition colors
Eduardo San Martin Morote [Tue, 30 Mar 2021 15:10:55 +0000 (17:10 +0200)] 
docs: transition colors

4 years agodocs: add missing const (#412)
Danny Feliz [Tue, 30 Mar 2021 14:51:22 +0000 (10:51 -0400)] 
docs: add missing const (#412)

4 years agodocs: add search
Eduardo San Martin Morote [Tue, 30 Mar 2021 14:50:35 +0000 (16:50 +0200)] 
docs: add search

4 years agodocs: create ssr folder
Eduardo San Martin Morote [Tue, 30 Mar 2021 13:21:05 +0000 (15:21 +0200)] 
docs: create ssr folder

4 years agobuild: add module export
Eduardo San Martin Morote [Tue, 30 Mar 2021 13:17:34 +0000 (15:17 +0200)] 
build: add module export

4 years agobuild(deps): bump y18n from 4.0.0 to 4.0.1 (#409)
dependabot[bot] [Mon, 29 Mar 2021 17:26:40 +0000 (19:26 +0200)] 
build(deps): bump y18n from 4.0.0 to 4.0.1 (#409)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agorelease: v2.0.0-alpha.8 v2.0.0-alpha.8
Eduardo San Martin Morote [Mon, 29 Mar 2021 17:10:13 +0000 (19:10 +0200)] 
release: v2.0.0-alpha.8