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

Adjusted the inject function code to be flat like the provide function (#481)

* Adjusted the inject function code to be flat like the provide function

* Update src/apis/in...

730da9664a798eac663e11aeebd8715604a0b47c authored over 4 years ago by kahirokunn <[email protected]>
chore: expose package version (#479)

* chore: expose package version

* chore: version bumping timing and github release

* chore...

527ceb1c432b8c34246b83494cadff618118cdd0 authored over 4 years ago by Anthony Fu <[email protected]>
fix(setup): handle updates for directly return a reactive object (#488)

* fix(setup): handle updates for directly return a reactive object, fix #487

* chore: type fix

a7f2c25a4d1c1b9fe325f3fe9956cb756daf8d37 authored over 4 years ago by Anthony Fu <[email protected]>
docs: added minzipped size badge (#476)

76f1f8ffbaa040da6089433d5065367936948bc1 authored over 4 years ago by hiroki <[email protected]>
chore: release v1.0.0-beta.10

43c791387b462c80b441410db0611f84acf0e44c authored over 4 years ago by pikax <[email protected]>
fix(watch): check if __ob__ has value before addSub (#477)

d8cd30d0401c5eb9e8d2aa7317e0495d96e92140 authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: release v1.0.0-beta.9

01ca6ff711eef3de697fd9e234f6a8fbc07d55eb authored over 4 years ago by Anthony Fu <[email protected]>
chore: update zh-CN README (#472)

0ed5cc568e4956be55a6d23c93131c1862bfe8d5 authored over 4 years ago by Anthony Fu <[email protected]>
chore: update deps (#471)

0145d8555ff2a33f136f537e96857973f8d7b79d authored over 4 years ago by Anthony Fu <[email protected]>
fix(watch): watch will trigger when added new keys using `set` (#468)

* fix(watch): watch will trigger when added new keys using `set`

* chore: add docs

* Updat...

13bfed1f28fc1d16cbe221c90419aa96ef5f9445 authored over 4 years ago by Carlos Rodrigues <[email protected]>
types: remove `Symbol.matchAll` (#470)

f7990c99107bbd48e0d44124ed9d91f6b8e15150 authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: update changelog

b2ccd3dee2ddc7d2b462e846a3f77dd86d07731f authored over 4 years ago by Anthony Fu <[email protected]>
chore: fix release script

eec2107340a8fc2776b8742059ede14ac42a4c73 authored over 4 years ago by Anthony Fu <[email protected]>
release v1.0.0-beta.8

556292d0d60220722fac2cd401b1ba061d6b05ba authored over 4 years ago by Anthony Fu <[email protected]>
fix: SSR renderComponent computed error, #464 (#465)

123e60e454e5d5f6f2503a5316677c078dca3a42 authored over 4 years ago by shaonialife <[email protected]>
chore: typo on unpkg

fixes #463

6b9b33cf23fc4e39e5001f48e1b3e88a1c289c86 authored over 4 years ago by pikax <[email protected]>
release v1.0.0-beta.7

8ad9d05288e2d51d46313b207288235a632425b0 authored over 4 years ago by Anthony Fu <[email protected]>
chore: remove `isVNode` from missing API's

VNode is not part of the composition-api

bd243df924f8ffc8b4af485b5e8e9d892ce5dcc8 authored over 4 years ago by pikax <[email protected]>
feat: `proxyRefs` method and `ShallowUnwrapRefs` type (#456)

* feat: `proxyRefs` method and `ShallowUnwrapRefs` type

BREAKING CHANGE: template auto ref un...

149821a1b74c96795a14838274a77c0895483b56 authored over 4 years ago by Carlos Rodrigues <[email protected]>
perf: more light-weight computed (#452)

* feat: add customRef

* perf: more light-weight computed

95d87f153fccc1dfc2c4ac18a975fa83e330b956 authored over 4 years ago by shaonialife <[email protected]>
types: improve typings for `shallowRef` (#457)

b4e4655deac2696fbe3673a5aa2b39da1f0c0814 authored over 4 years ago by Carlos Rodrigues <[email protected]>
format: repair speech problems & format (#458)

918f835e35791a2ef6dd883d97d287c5640b478a authored over 4 years ago by Pick <[email protected]>
release v1.0.0-beta.6

91c6106f17e6c5976175ef8e35ab5659b01c9df8 authored over 4 years ago by pikax <[email protected]>
feat(shallowReadonly): add shallowReadonly and set computed to be shallowReadonly (#447)

* feat(shallowReadonly): add shallowReadonly and set computed to be shallowReadonly

* chore: ...

cfbbcec127ced4432bb71c3edcae2601d07e0353 authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: update docs

4284f6178c2bbc43c54c8cb7a35c3614b5400d20 authored over 4 years ago by Anthony Fu <[email protected]>
release v1.0.0-beta.5

190264c09fcadadbe68e1307027708b72670c564 authored over 4 years ago by Anthony Fu <[email protected]>
chore: update publish script

8f3f84b09f3ebcc2b1694c8d8d2fdd4edb606fdf authored over 4 years ago by Anthony Fu <[email protected]>
fix PropType (#446)

* fix: some types set by PropType was any

reverts #444

* fix: Function PropType become und...

7aa25ee5c9acd19fa77f19ea0c5b90b2d9b4904a authored over 4 years ago by 翠 / green <[email protected]>
chore: release v1.0.0-beta.4

7fa805c4322db39219694cb125db0d44d9b5bc8a authored over 4 years ago by Anthony Fu <[email protected]>
fix(type): fix tying issues in #428 (#444)

* fix(type): fix tying issues in #428

* fix

98c704158aadb46cda51169e6f877b00f2986d7b authored over 4 years ago by Anthony Fu <[email protected]>
feat: ie11 isReactive fix (#441)

e8ea208ed9ef377d2b7c679980022ebfc95b50d3 authored over 4 years ago by Carlos Rodrigues <[email protected]>
fix(IE11): replace `startsWith` to be IE11 compatible (#442)

* fix(IE11): replace `startsWith` to be ie11 compatible

* check for `.`

* Update src/insta...

b31c74ad6736c0eeeb893c39a2958ba82421967e authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: release v1.0.0-beta.3

b8696bec2416556c044549fcdff257c972cc2d32 authored over 4 years ago by Anthony Fu <[email protected]>
chore: fix typo

be4bcb8c21457221a4539152cdf20a798c986cca authored over 4 years ago by Anthony Fu <[email protected]>
fix: unwrap warning, fix #425 (#430)

d5123eca9ad39e7704696707cea88e557107018d authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v1.0.0-beta.2

01524a4e4114cbb9443b6d697acb4cfa39f27700 authored over 4 years ago by Anthony Fu <[email protected]>
refactor

c757e32783528cc4084c42029f81045cd4d9b737 authored over 4 years ago by Anthony Fu <[email protected]>
fix: toRaw typo (#429)

9468f724c8fbc661e007e23af2d180af987d3e07 authored over 4 years ago by Anthony Fu <[email protected]>
fix: prevent multiple plugins get installed (#427)

94d4d87c04d1081b6171f74c49593d922aea27bf authored over 4 years ago by Anthony Fu <[email protected]>
fix: remove "browser" field in package.json (#424)

* fix: remove "browser" field in package.json

* fix: esm build

4ebeda442b1c6a8d97b10f047148555701abb5e1 authored over 4 years ago by Anthony Fu <[email protected]>
feat: add customRef (#423)

a8686bbf6f0e97f9b06917dcd35415bcfb924acc authored over 4 years ago by shaonialife <[email protected]>
feat: add useCSSModule api (#420)

1ceac1dd56a860fed8387f4dd943faa273d4ce4f authored over 4 years ago by IU <[email protected]>
refactor: internal structures (#426)

a24951a85ad49da27de16f4b82b3a8a22e08422e authored over 4 years ago by Anthony Fu <[email protected]>
chore: update changelog

43d87320f5730374e9142c97fd3ccf6c6fa899d3 authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v1.0.0-beta.1

da203bc02902beb52c5c1f8e0b4c0f03b41446a5 authored over 4 years ago by Anthony Fu <[email protected]>
Merge pull request #390 from vuejs/rc

Preparing for v1.0.0

5518be1fa68a2dcb665cb59e058502426e19906d authored over 4 years ago by Anthony Fu <[email protected]>
BREAKING CHANGE: match dist file naming with vue-next (#413)

82ab91bab0c3d845dc7948b974cfc8f72caa9d31 authored over 4 years ago by Anthony Fu <[email protected]>
feat: Vue version warning in dev mode (#408)

0840aa8e6916184c7a83da8ecc7ede623e35ff57 authored over 4 years ago by Anthony Fu <[email protected]>
fix(unwrapRef): copy __ob__ and make toRaw work in props (#409)

* fix(unwrapRef): copy __ob__ and make toRaw work when passing via props, fix #392

* fix

5f23886c300098ba91a8ba61746f121a7d1a76d1 authored over 4 years ago by Anthony Fu <[email protected]>
fix: nextTick await (#414)

85ffede270823dbd1c0a0cd81dbe51c37f7d89b5 authored over 4 years ago by Anthony Fu <[email protected]>
fix(type): accept undefined return for setup() (#417)

* fix(type): accept undefined return for setup()

* fix

64b16ff6e202d2abe41018dea67e48bb01ff6100 authored over 4 years ago by Anthony Fu <[email protected]>
feat: add createApp (#415)

391a0d9be338bbc0bc8d9aedaa7fc95e4c0024cc authored over 4 years ago by Anthony Fu <[email protected]>
docs: update Chinese README

a6af7d487a6faf04174a50d7049defe3872a1de3 authored over 4 years ago by Anthony Fu <[email protected]>
Merge branch 'master' into rc

d0031d8b0a378a6b447129fea83b4b4bdb81a858 authored over 4 years ago by Anthony Fu <[email protected]>
Update README.md

6e4e9497645fba84c2bf36d6127118c7403ed0c2 authored over 4 years ago by Anthony Fu <[email protected]>
docs: update README

91bb3443182499f557dfde6e2564d3199e7065c1 authored over 4 years ago by Anthony Fu <[email protected]>
Merge branch 'master'

Conflicts:
README.md
src/component/component.ts
src/component/index.ts
src/index.ts

9d3b2410d4c8337e2b4cefd8f46182256bafbc59 authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v0.6.7

ca29201059aa9fa7048125ad6e61e2553150f490 authored over 4 years ago by Anthony Fu <[email protected]>
docs: update readme

32dac5344c261b89b8caa305ea43b539ab2689b3 authored over 4 years ago by Anthony Fu <[email protected]>
feat: auto install when using CDN (#403)

77ba15b21ee6af6321fc51d72db72c61ca1ccba0 authored over 4 years ago by Anthony Fu <[email protected]>
fix(type): improve defineComponent type for option apis (#406)

* fix(type): improve defineComponent type for option apis

* test: add dts tests for defineCom...

1c6410877c5bc91eaf188e0d0079d681fd567e23 authored over 4 years ago by Anthony Fu <[email protected]>
fix(toRefs): do not warn when toRefs is called in a prop value (#405)

* fix(toRefs): do not warn when toRefs is called in a prop value

* chore: comments

* Updat...

048b6d324c4e287b6cf503514518ab75b27a34b2 authored over 4 years ago by Carlos Rodrigues <[email protected]>
feat: export nextTick (#401)

* feat: export nextTick

* chore: update

d70c90495b3082625171fe1ef3d9db4705ed09e5 authored over 4 years ago by Anthony Fu <[email protected]>
Merge branch 'master' into rc

657f5bf26d0ce77c9d53c7909cb84984ba2b4564 authored over 4 years ago by Anthony Fu <[email protected]>
Update README.md

56332c174493b6c3cbca4c7517068b60e4f4600d authored over 4 years ago by Anthony Fu <[email protected]>
BREAKING CHANGE: Change umd exported name to `VueCompositionAPI` (#399)

4c4213d07d89dc43c255e302f4339f7b3a7220c7 authored over 4 years ago by Anthony Fu <[email protected]>
BREAKING CHANGE: rename createElement to h (#400)

23e90f56d1757d1940f20346e6c5f06e8be2343d authored over 4 years ago by Anthony Fu <[email protected]>
BREAKING CHANGE: drop createComponent (#398)

a1792de1f5ff9f2e4d45fadeadebee7b04d71b93 authored over 4 years ago by Anthony Fu <[email protected]>
docs: update

b11f14cce6137a2ab735bb606170f8968b124749 authored over 4 years ago by Anthony Fu <[email protected]>
docs: guide users to use versioned CDN (#397)

ff0143e42e39dd29452f36ec97b9a4b99ca6cda4 authored over 4 years ago by Anthony Fu <[email protected]>
Merge remote-tracking branch 'origin/rc' into rc

56c60747fc69c95d4b670d6e5192bebe94ca1afa authored over 4 years ago by Anthony Fu <[email protected]>
chore(ci): trigger CI for all branch and PR

58d8d9a907dd6ec2c6a403f9442b5d31bac27293 authored over 4 years ago by Anthony Fu <[email protected]>
docs: clean up

65b4ca7bda210a9e62aaa3415b49def519746798 authored over 4 years ago by Anthony Fu <[email protected]>
chore: Create LICENSE (#369)

5d4da6988b2645652c9bcf3cc81d93e5e60cc862 authored over 4 years ago by Anthony Fu <[email protected]>
chore: update JSX/TSX doc, close #91

1c52d2f8a32e8119d0ea8dff693eb86932ae0d29 authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v0.6.6

4a9cf520b064eeaa75e978cf01c8837b8e5c031c authored over 4 years ago by Anthony Fu <[email protected]>
chore: add browser field to package.json

5f47fd550fdd1140bcc60f2efcf13732735be1ac authored over 4 years ago by Anthony Fu <[email protected]>
revert: #387 (#395)

* Revert "fix: unwrap refs returned by `data` (#387)"

This reverts commit 1f0707548652b5a69cc...

b9fab71aadee6f4ed4ef9c0dd323c64dbfd7ed92 authored over 4 years ago by Anthony Fu <[email protected]>
docs: update CDN guide, resolve #161

01a036f4598b6a698826558a63451c48badd7778 authored over 4 years ago by Anthony Fu <[email protected]>
docs: update

1878f00478e0befc1d35874167a71d71dd436753 authored over 4 years ago by Anthony Fu <[email protected]>
docs: update readme

7e6598cddebfc2c7ec307838b3eae8a1fcc0ce8b authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v0.6.5

2a2629e70db86a3787a4198ed45ca37534f20729 authored over 4 years ago by Anthony Fu <[email protected]>
chore: fix release script

e96f4adc67b7e0f7db468b089854a1e97c2f8e48 authored over 4 years ago by Anthony Fu <[email protected]>
fix(watchEffect): prevent recursive calls when using `flush:sync` (#389)

* fix(watchEffect): prevent recursive calls when using `flush:sync`

* chore: better comment

f7f1e778490bfa3d6dcc2757e55ee9997c7f3171 authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: add subfolders to lint and lint

233dafaf804b5b4d4876fd373c6f2dbf405b0d2a authored over 4 years ago by Carlos Rodrigues <[email protected]>
Merge tag 'v0.6.4'

5f72e2654f71b6a39a8695ae2db2c8fb0deaf40c authored over 4 years ago by Anthony Fu <[email protected]>
fix: unwrap refs returned by `data` (#387)

* fix: unwrap refs returned by `data`

* chore: add a new test

1f0707548652b5a69cc307060976fe54cba025cb authored over 4 years ago by Carlos Rodrigues <[email protected]>
fix: not unwrapping `markRaw` objects (#386)

* fix: not unwrapping `markRaw` objects

* chore: add falsy check

575d10011304c3d6d4e46b1aec4e73575cc32616 authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: release v0.6.4

42f895b87ead4880da151241f658762fca66edf0 authored over 4 years ago by Anthony Fu <[email protected]>
fix(setup): Vue.extend(Comp).extend({}) - vue-test-utils (#383)

ce932bf2783de5bb7c860ddcc8b9d8f94dbd205f authored over 4 years ago by Carlos Rodrigues <[email protected]>
fix(setup): call stack exceeded when returning circular dependency (#380)

* fix(setup): issue returned from having circular dependency on a ref

* chore: refactor tests...

66f58ba5a76bf0bcdf2c74b8c37c414ec01a0059 authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: fix release script

8c449c1a2494c4fdad51490073167766f9cd38af authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v0.6.3

d55652b89b2ccce97ff461567678db3339149458 authored over 4 years ago by Anthony Fu <[email protected]>
reapply #352 and fix test (#371)

13ac1ef7f19e37cfef4038c8672a95bca7a3bfa3 authored over 4 years ago by 翠 / green <[email protected]>
fix: unwrapRefProxy native objects handling (#376)

* fix: unwrapRefProxy, resolve #375

* add test

8322fc75dadcb656cab46e1804ca7aafd47851c8 authored over 4 years ago by Anthony Fu <[email protected]>
chore: fix dev script

ca4350b4a6ef66ad994d1749149f6c8396302711 authored over 4 years ago by Anthony Fu <[email protected]>
chore: fix release script

0792f181f37f6eff3503ca4af6628768e1b5da52 authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v0.6.2

a506da9e7921ed49485c4fde585149697c41c74b authored over 4 years ago by Anthony Fu <[email protected]>
chore: automate release scripts (#367)

* chore: automate release scripts

* yarnrc

* update test order

* combine unit tests and...

14dec0776e17658684f659eb12fe094d655a7d18 authored over 4 years ago by Anthony Fu <[email protected]>
chore: bundle typing into single d.ts file (#368)

86a5c1683bb91ac5494529d9b0d59b54449ea16b authored over 4 years ago by Anthony Fu <[email protected]>