Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/composition-api

Composition API plugin for Vue 2
https://github.com/vuejs/composition-api

chore: rename to @vue/composition-api

98e100abcb2ece27ad0337e0e4d9673307331e48 authored over 5 years ago by liximomo <[email protected]>
docs: update demo code

64aa6a828779d79d22756f317f2362e514c5b5ba authored over 5 years ago by BlueCloud <[email protected]>
chore: use emoij code

72a951fe64e108cfb57f57057f8ada2412650d6d authored over 5 years ago by liximomo <[email protected]>
chore: fix typo

20a2e48083ffcbb03011762efb66e009870783dd authored over 5 years ago by liximomo <[email protected]>
build: release 3.0.0-beta.0

4510672cb7f50764f4ff91438189b30600fe0a51 authored over 5 years ago by liximomo <[email protected]>
chore: add release script

d50324e19741c04ab3830e4ec02e6fd7ae0dc2b8 authored over 5 years ago by liximomo <[email protected]>
fix: fix require() of plugin

2c5f488e8078a22156c73d2f177e9b0605b84021 authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

62993a5b74af71e79db93a4ff3734be2f1922d2a authored over 5 years ago by liximomo <[email protected]>
feat: export isRef

36ce6675084015bc864ad1f4959fcd33efdf86ac authored over 5 years ago by liximomo <[email protected]>
docs: add section of using refs in setup render

25e639303ffc6e2a5bc6dd51775fd11922b87d8c authored over 5 years ago by liximomo <[email protected]>
docs: Add sections of "watch() API" and "Template Refs"

58b1d456009847be264c67cb177c52dd6215e323 authored over 5 years ago by liximomo <[email protected]>
fix: prevent reactive from being collected in "Oncleanup"

85001f2ee6566e3ed9e206a95ee538d180879328 authored over 5 years ago by liximomo <[email protected]>
feat: pass "onCleanup" as a argument to watcher callback

3eb8a5aef5472c5d801c60a0c4e9d7b2a5f8e7b6 authored over 5 years ago by liximomo <[email protected]>
feat: watch multiple sources

87a72c75f2ec20df2c96924332a04ac0caacb05e authored over 5 years ago by liximomo <[email protected]>
fix: fix using flush/shiftCallback before initialization

3dd9e703426dc11c0cf6704be68ad180bef97abc authored over 5 years ago by liximomo <[email protected]>
polish: warn for illegal params of reactive

36df24df37cfd3990a8c518a5b266c6e5274268f authored over 5 years ago by liximomo <[email protected]>
feat: implement new provide/injecg spec

e529e054aa52f0576c2e8e2558f510164ecb1c3b authored over 5 years ago by liximomo <[email protected]>
fix(provide): should work when combined with 2.x provide syntax

Fix: #66

7d8587d9774c63a1dd82928f4f7a8ed5efc6d372 authored over 5 years ago by Thorsten Lünborg <[email protected]>
docs: update readme

703bf300308ff3a550b236cd3de461fcec9f2213 authored over 5 years ago by liximomo <[email protected]>
feat(reactivity): toRefs & change behaviors on some user cases

Non-reactive values returned from `setup` function should be keeped as
it is.

Assign a `Ref` to...

0195b92465f682c4a8d9c6138a11b98f0c0497eb authored over 5 years ago by liximomo <[email protected]>
fix: allow vue2.x options in "createComponent"

7d5115dc475b27226e50da31fa1852ea78bbeb10 authored over 5 years ago by liximomo <[email protected]>
fix: don't create watcher if it has been stopped

355facd5136ac5c3fd4d7f1da57f8768b56b4fdf authored over 5 years ago by liximomo <[email protected]>
fix: keep ref as it is when assign to `.value` of another ref

cbb3b66a5428ab478151f86fd3844a547672c5a5 authored over 5 years ago by liximomo <[email protected]>
feat: template refs

b3743fa8f6e03118197cd9c0d179d6bd81180bee authored over 5 years ago by liximomo <[email protected]>
feat: provide/inject

67b0089147414a1fbb1e3cd33b3bf078c02b1478 authored over 5 years ago by liximomo <[email protected]>
feat: watch

a4d9f17768aff1f2fbdba262079f946862ae75b2 authored over 5 years ago by liximomo <[email protected]>
refactor: rename ts-api to component

299a02f5fbcc898e433b4c788f34ab9fd029b7aa authored over 5 years ago by liximomo <[email protected]>
feat: ref

b61b382e1dca10c1b909095967be2ad959606b6f authored over 5 years ago by liximomo <[email protected]>
refactor: rename "state" to "reactive"

e2a285372acc8478fea1f23baaa5b9f11813d2b3 authored over 5 years ago by liximomo <[email protected]>
feat(setup): Remove `refs` from `SetupContext`

23470aaada0e860da7c5bfa7f4399db6ec91430d authored over 5 years ago by liximomo <[email protected]>
Merge branch 'master' of github.com:vuejs/vue-function-api

a7413ec53021887c90f777c29a88e5c04cff8329 authored over 5 years ago by liximomo <[email protected]>
build: release 2.2.0

99777fde3b031c68a20694406456e6b7ea262dfc authored over 5 years ago by liximomo <[email protected]>
docs: update readme and changelog

80ee075b27bee1fccf88b0419b6ffc23655fee53 authored over 5 years ago by liximomo <[email protected]>
improve: improve "watch" usages outsied of component

c3362a6daf09962f6be0a474c5f47b02e9b1cdb9 authored over 5 years ago by liximomo <[email protected]>
feat: export "SetupContext"

609c561870f0725a58c2cb0d8892f844e090e893 authored over 5 years ago by liximomo <[email protected]>
fix: do not convert inject value to reactivity

f5ae2bce234e911bf0c2e971fb39a6bc5033bce8 authored over 5 years ago by liximomo <[email protected]>
fix: skip setting access control for Vue instance

6d56ff45db6dcbff897ecd23b9deff4826a66bc0 authored over 5 years ago by liximomo <[email protected]>
chore(test): add test environment setup scripts

2ffa07fa1e8b0a9508e2665daf1e78a5780dd0ce authored over 5 years ago by liximomo <[email protected]>
imporve: imporve type infer of "createComponent"

Resolves: #15

eb94237f0e2239c6e19980b28f01f2ab85c49d71 authored over 5 years ago by liximomo <[email protected]>
feat(setup): return a render function

096d53121b9d5a7f1caa597d6be130f3b3435012 authored over 5 years ago by liximomo <[email protected]>
feat: createElement

465a9ffc0f39b5d4f971d82e82829a749fde5072 authored over 5 years ago by liximomo <[email protected]>
fix(types): change return type of "state" from T to UnwrapValue<T>

306da2d304ba9f1fa9d5efe8e5222dda08393ec0 authored over 5 years ago by liximomo <[email protected]>
fix(types): allow string keys in provide/inject

Resolves: #56

e86b855fa058f67afd9be5187f26694239ea6395 authored over 5 years ago by liximomo <[email protected]>
chore: fix some grammatical errors

6ce30bfb6452984fb8b33df9ed633d3375e9b406 authored over 5 years ago by Septian A Tama <[email protected]>
build: release v2.1.2

62bb55becd49bbfa36ccdc44542106eb892485d2 authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

1869b537148598fffafd36436e821f0e6e1fed20 authored over 5 years ago by liximomo <[email protected]>
docs: add docs for TypeScript

4f68e60fff6dcb247842919869a4f9c41490f6e3 authored over 5 years ago by liximomo <[email protected]>
fix: fix `value` breaking array.

Remove Auto-Unwrapping for array. Currently, we can't let this work
without using `Proxy`.

Reso...

96e391fbda8f68efb78f8f77178c4107d160c734 authored over 5 years ago by liximomo <[email protected]>
perf: skip AccessControl setup for vue's Observer

1987efa76f7c3355a67de0c2d538609ca87ab3f8 authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

53dd384ad40365c736e247de4415e60cb71cff9e authored over 5 years ago by liximomo <[email protected]>
build: release 2.1.1

b862bf9c0e72d3e28a0f9fa2653cf1984d08b005 authored over 5 years ago by liximomo <[email protected]>
test: add test for mixins breaking computed properties

43262a226af4bed82a5d42d56c885e04bfca1557 authored over 5 years ago by Jordan Pittman <[email protected]>
chore: update commets

84f92d8a69a5f38ad42713040f0fd3a7ba0f4d1c authored over 5 years ago by liximomo <[email protected]>
chore: update `provide` signature

8250be2a52daa9f6c4eeea2759f36b43da858a44 authored over 5 years ago by liximomo <[email protected]>
chore: add author email

676ed114bb8c2e28f5346da5515bc799e61e4dce authored over 5 years ago by liximomo <[email protected]>
feat: "provide" can be called multiple times per component

Resolves: #24

e6e7c5e9743639503ac12be4bedec6d5aa651f82 authored over 5 years ago by liximomo <[email protected]>
fix: onErrorCaptured not triggered

Not all hooks have an corresponding "hook:" event, so we inject hooks to
$options.

Resolves: #25

37c648f78c86602313bb5feab24cb827ba0dad41 authored over 5 years ago by liximomo <[email protected]>
feat: mirror context.slots to scopeSlots

Resolves: #26

da7a0411911d02510832fda509c3e2e162080931 authored over 5 years ago by liximomo <[email protected]>
fix: keep "currentThis" in nested setup call

Resolves: #38

f7cd71bc9825bac3699f765df8fc53af1d3c1d13 authored over 5 years ago by liximomo <[email protected]>
refactor: call setup in the wrapper function of "data" option

f0d99759283307ec001388e7f11c7b73fb8be3ca authored over 5 years ago by liximomo <[email protected]>
fix(reactivity): don't set flag on non-extensible objects

cd88dd50703a017b7da8e0d69d7b2f16aa4c09fc authored over 5 years ago by liximomo <[email protected]>
chore(test): replace custom transform with ts-jest

custom transform will give the wrong line number when debugging

9ee930ae11ac44234437af58f3b89eee3924e944 authored over 5 years ago by liximomo <[email protected]>
chore: replace custom transform with ts-jest

custom transform will give the wrong line number when debugging

3a788a47a098a52b120ce6c6ff93dff128487263 authored over 5 years ago by IwYvI <[email protected]>
doc(README.md): fix grammar

d6a444e3e34b3500fa1b634302dd29746fcfef05 authored over 5 years ago by TWithers <[email protected]>
test: createComponent

5c04dcddca3b63fa86305d37a6ffa286516ab210 authored over 5 years ago by liximomo <[email protected]>
feat: Call `setup` before state options

BREAKING CHANGE: The order of `setup()` call has changed

`setup()` will be called before data...

1d532fe684e2343973ae46fc3ef93e497e6514b1 authored over 5 years ago by liximomo <[email protected]>
feat: auto wrapping for new properties

69f4c8dc82c7e35c2421abd29fc1e1352ade5f99 authored over 5 years ago by liximomo <[email protected]>
fix(setup): make all none-binding property to bindings

750f309627faf9bc16e856b6f0ea575d3a526822 authored over 5 years ago by liximomo <[email protected]>
chore(typo): fix doc typo

6a9698f878e5971eee78d1d340065136145e2dbd authored over 5 years ago by X.L <[email protected]>
fix:modify the typos in the README.zh-CN.md

修改了中文使用文档中发现的错别字。

d572eba9a28d736478e68afad57f4f03b9a3c842 authored over 5 years ago by 咖喱 <[email protected]>
fix: wrap fallback branch to else block

562183d70edb0793779956b6193e2133b79458e0 authored over 5 years ago by liximomo <[email protected]>
fix: assign "wrapper" to a normal property cause a "reactivity" glitch

c4d6256cd1b94ea8aa5769d5871d6956ee7f5f26 authored over 5 years ago by liximomo <[email protected]>
fix: unwrapp value on accessing instead of creating

9fdfe2d12260a5f3046da5797a7bfc9caecea22d authored over 5 years ago by liximomo <[email protected]>
test: move "expect" out of "setup"

"expect" doesn't functional in "setup"

a2318eeb96eb65b7250627afcb57753450b97f1e authored over 5 years ago by liximomo <[email protected]>
fix: change vue compatiable version to ^2.5.22

b1f6e76526c4f65295d593d602ec492726bfcbb5 authored over 5 years ago by liximomo <[email protected]>
chore: add vue to devDependencies and fix some typo

* add vue to devDependencies
* fix typo

b25a9cbfa82097a4f9a3ecfcd1d986e15dc8e71b authored over 5 years ago by Chenjia <[email protected]>
chore: integrate prettier

88b5c36d0ef036093a1a080ec92fec8cf6f31f12 authored over 5 years ago by liximomo <[email protected]>
feat: inject and provide

BREAKING CHANGE: `provide` now receives a `key` and a `value` as the parameters. `inject` will a...

be9455b57c8bcbba3c996bb52af582c58dd76727 authored over 5 years ago by liximomo <[email protected]>
refactor: rename Context to SetupContext

cb201ed3d8b7e709ecdd76022f8ae65404d17806 authored over 5 years ago by liximomo <[email protected]>
test: remove .only

6ee3298d5d701ec4484089dc639343e61132ca9b authored over 5 years ago by liximomo <[email protected]>
fix: make setup works like data

e161644114bd3e22882b5e7ce4ed03f85bc2dfed authored over 5 years ago by Anthony Fu <[email protected]>
fix: unwarpping lose reactivity

109b877a0f6e87cd6e508e36b30831ef382faece authored over 5 years ago by liximomo <[email protected]>
2.0.6

6594b83d5aaf9d493f3c127a4ef2634f3a601bb1 authored over 5 years ago by liximomo <[email protected]>
chore: update changlog

7da051c7199a6ca9e3d118c619321cd8d0a917d3 authored over 5 years ago by liximomo <[email protected]>
fix: multisource-watch callback is called repeatedly

185a2cc61444c16cf79b4c642bf708306aca222d authored over 5 years ago by liximomo <[email protected]>
doc: update `setup`

4c55a58911f3a997a44dd6724bc9c13714d2ecdd authored over 5 years ago by liximomo <[email protected]>
chore: update yarn.lock

86f8ffa6b0235920c57d39e32378eca813ce9438 authored over 5 years ago by liximomo <[email protected]>
doc: remove README repeat code

13330adf54048b9e490bf61d820ebf2ef0b54f76 authored over 5 years ago by ihoey <[email protected]>
chore: update repo url

144afac5c8ab1debf2ad9c1ddc2eb514300f55a5 authored over 5 years ago by liximomo <[email protected]>
chore: use cross-env for developers using Windows

39a023d9e40e338c59a82a262e16a318f5c417bb authored over 5 years ago by Anthony Fu <[email protected]>
chore: fix typo

1a93ed5c452d2bd28d15d66659d584b495281a8b authored over 5 years ago by liximomo <[email protected]>
Merge branch 'master' of github.com:liximomo/vue-function-api

787ef617d6e242ddf2a55444382ee51a97d54bf2 authored over 5 years ago by liximomo <[email protected]>
chore: fix typos

Fix some typo in code

e14d0aec507518c4e83a78608f55333d43cf91c1 authored over 5 years ago by X.L <[email protected]>
fix typo

bb7f2ac0bfebfe29879da81b583af4e0c5658ba7 authored over 5 years ago by Anthony Fu <[email protected]>
fix: context proxy

10bda4584fb55b6e872f3c7268b136067972bc03 authored over 5 years ago by liximomo <[email protected]>
2.0.5

782c1f7aaa08b87450df78f57378e88f34c264ac authored over 5 years ago by liximomo <[email protected]>
2.0.4

f6c85d9e970fb67299e45ed10774321c7d9be9f8 authored over 5 years ago by liximomo <[email protected]>
update example

7aa921a3f3bbb4f221c1cc8350195e081ebe7cf3 authored over 5 years ago by liximomo <[email protected]>
Merge branch 'master' of github.com:liximomo/vue-function-api

70486035989a8486f60cca1edf858bdeac9452fb authored over 5 years ago by liximomo <[email protected]>
fix: props is not optional with createComponent

a68e1188c24ee769b8c13c54ef84bab08156d90a authored over 5 years ago by liximomo <[email protected]>