Ecosyste.ms: OpenCollective

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

github.com/vuejs/vue-cli-plugin-vue-next

A Vue CLI plugin for trying out vue-next (experimental)
https://github.com/vuejs/vue-cli-plugin-vue-next

0.1.4

121c571accf5b486d4e8e360ce7848d8c4d6c67d authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: reword the warning message

7b3194046f0d3db230d6e9a061a3ee4b6c08fbc3 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: do not blindless remove `Vue.use` statements

Fixes #28

Note: the end result is still not valid Vue 3 code. But at least it
doesn't introduce...

33ae2811ab380bde7585f2155e0e0eb626e66151 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: don't modify the webpack config if the project's on Vue CLI >= 4.5

And also fixes the runtime alias, as mentioned at https://github.com/vuejs/vue-devtools/issues/1...

bbe310c581c6dc161f87ea6c138cfa3f9c4441c2 authored over 4 years ago by Haoqun Jiang <[email protected]>
0.1.3

6560bbab6dfa31ed407720ac0b0712cede62219f authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: more friendly error message when the CLI version is too low

560c44550d3ec815b72a483a86708f4e79647c3a authored over 4 years ago by Haoqun Jiang <[email protected]>
docs: alpha -> beta (#22)

1860875eb15148d437199093d66075d456ac0894 authored over 4 years ago by Scott Bedard <[email protected]>
chore: update deps (#19)

https://github.com/vuejs/vue-router-next/blob/master/CHANGELOG.md#400-alpha6-2020-04-17

49dcd89008549e140d2ad77e0d2d0a8d8af5ed61 authored over 4 years ago by 汪磊 <[email protected]>
0.1.2

74260262e6490c85181f10bd30420f4fad0ada86 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: always use forward slash as path separator

Because Vue CLI, which uses `globby` underlyingly, normalized all paths
to forward slash.

Fixes...

db291b606399b30ff41a778df440fe99f7cfec53 authored over 4 years ago by Haoqun Jiang <[email protected]>
0.1.1

d6c09c31ca5e55dd113ce9cc0d07efa711d151d6 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: update deps

c884f3ac535e2c513f4dc6cc23cd53d2dcac5dcc authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: install @vue/test-utils alpha for unit tests

262b9c5f5bef2de9045f0d511604881287be9987 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix(router): pass the base option as an argument (#15)

* fix(router): pass the base option as an argument

Close #14

* test: remove redundant cases

82b6dbc4024db8190770da3db5a7e13133451ffd authored over 4 years ago by Eduardo San Martin Morote <[email protected]>
refactor: remove redundant log, adjust variable naming and code order

90b4f26d2905b4bdc14d35cbc4de990b81e0f5d8 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: remove finished todos

bea584c3348e5bb64fec7e486ddb069fed690ac8 authored over 4 years ago by Haoqun Jiang <[email protected]>
0.1.0

b7e757ea6510e66cbd981a7ee383c9aa1382a788 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: update to alpha.11

77451b21b7fb0b54ec593e54ee8bb102a35690fe authored over 4 years ago by Haoqun Jiang <[email protected]>
docs: update readme

d918bb39b2bc52d05c5947a975d20b77ffb68b89 authored over 4 years ago by Haoqun Jiang <[email protected]>
docs: codemods are already implemented

89ee5132db8777f5b2370253787adcf7e1bb77eb authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: fix remove extraneous import implementation

85e14cea214ea53ec65e5d56a4dbf8516ca4d6e9 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: fix file resolution in projects

1843c6330d301096cb52bbf0f60dce5b4da10430 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: j.Property -> j.ObjectProperty, as we now use babylon

ce1378eb8d6fd50fad4927a520a1744b74d71191 authored over 4 years ago by Haoqun Jiang <[email protected]>
test: fix router tests

7937c753f020e98c99381c06407823c03df5fc48 authored over 4 years ago by Haoqun Jiang <[email protected]>
test: add tests for lazy components

ddb007e2c9fee37cb34e480abe04b0839b650ef3 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: explicitly set the parser to babylon

Avoid the `ImportExpression` error in older versions of ast-types &
recast.

6d42091f2020ae3036d91eb352e4dfdda235a3fd authored over 4 years ago by Haoqun Jiang <[email protected]>
Merge branch 'master' into codemods

fd4e13b7c3dad32bcd5b77db43cdf9c62770c736 authored over 4 years ago by Haoqun Jiang <[email protected]>
refactor: simplify code

7087de5105b5a34e4355aff56a589c0538fa40a5 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: implement vue-router transformation

46500e684c3f2280f8d9580b761881e558c77b49 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: fix new import declaration

dd5ee5bd43055356c9c47881c8fa3e270ce52218 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: remove todo in comment

8166cb23a2fd2d8814a3d4fe719a71f44b891c84 authored over 4 years ago by Haoqun Jiang <[email protected]>
refactor: rename rootOption to rootProp, to be in line with the type definition in vue-next

9a1bb463daa46e37a607e55510c903dbb15b7318 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: implement vuex transform

6719d0c4d583acb09eab6c60b53360b6d342e1c6 authored over 4 years ago by Haoqun Jiang <[email protected]>
fix: fix remove-extraneous-import implementation

660cace324a3feb546b5b1134be13213834e6a16 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: add todo for `remove-trivial-render`

40abe93c5bf4aa257d7c585f730faba5682d30a1 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: the template directory is no longer needed

38a22563cd2968c0fd3a009867531937ea830801 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: also transform `router` and `store` files

e6c24ce4d6940b92d481fa164702b1ee24373390 authored over 4 years ago by Haoqun Jiang <[email protected]>
refactor: extract remove-extraneous-import

5aa04ca85c8d0d9bfb8541de4c16e2e1b74ce7c8 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: implement remove-vue-use

cf3b9c47c0663e9c44f5c900881c7dca1cb52965 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: implement root-option-to-use transformation

c2a76099c0dc356ef8a8062841fc04aeb2fc6a50 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: extract remove-trivial-root

eaf1ec043c6fb3710c8004a381fc9f2ab8600444 authored over 4 years ago by Haoqun Jiang <[email protected]>
feat(wip): restructure the codemods directory

0ea3e59f9e477fae4425455edcae9397d125c82c authored over 4 years ago by Haoqun Jiang <[email protected]>
0.0.5

b235fcca6e5215471bf64a4d9e26c6d035578507 authored over 4 years ago by Haoqun Jiang <[email protected]>
chore: update deps

cef937ce5038a6772c594bca3cdd648b974b348e authored over 4 years ago by Haoqun Jiang <[email protected]>
feat: add eslint support

cf88c6d2c39caa26046e1b1270452e1ad5900604 authored almost 5 years ago by Haoqun Jiang <[email protected]>
chore: update deps

dc4b43077cba202124aad413efe65bcf0161bf8e authored almost 5 years ago by Haoqun Jiang <[email protected]>
feat(wip): preliminary support for vue-router 4 & vuex 4

b92194b86223e5f1c35a0615316f301dab0f5cfa authored almost 5 years ago by Haoqun Jiang <[email protected]>
Merge pull request #9 from cexbrayat/feat/remove-vue-template-compiler

chore: remove vue-template-compiler

136d5c9693fc47d1a53b41d65b0ea1915ecca884 authored almost 5 years ago by Haoqun Jiang <[email protected]>
chore: remove vue-template-compiler

When https://github.com/vuejs/vue-cli/pull/5170 lands in the CLI, we should be able to remove `v...

c7938b07a2ff2f82bb3179e0fe9858da5ea0d97c authored almost 5 years ago by cexbrayat <[email protected]>
0.0.4

a5c28aba74cd49db2d928c0bb7988eaf03ebb3b1 authored almost 5 years ago by Haoqun Jiang <[email protected]>
chore: also update the generated dependency versions

dd0634a2fb178c16b2f0329cbc2ded8781d0fdf3 authored almost 5 years ago by Haoqun Jiang <[email protected]>
Merge pull request #6 from cexbrayat/fix/create-app

feat: support Vue 3.0.0-alpha.4

920cdf000d575c41d310eed7fc192c1be99cd24b authored almost 5 years ago by Haoqun Jiang <[email protected]>
feat: support Vue 3.0.0-alpha.4

e0f49038c7688ed7e213eae9ce7b179548912bdc authored almost 5 years ago by cexbrayat <[email protected]>
docs: fix @vue/compiler-sfc typo (#3)

156e62cacd3ceba193d17f538d09dcaab3335fac authored almost 5 years ago by Rick Beerendonk <[email protected]>
chore: update repository url

a4fb8b4170180fff378e12ae6c23c0dc6d09ec2d authored almost 5 years ago by Haoqun Jiang <[email protected]>
docs: add disclaimer

b117c5c6efbbd727e153560768a4015466c4877d authored almost 5 years ago by Haoqun Jiang <[email protected]>
docs: add README

061895a2a308c7e1889a83e85865340d4594a7d5 authored almost 5 years ago by Haoqun Jiang <[email protected]>
0.0.3

630430d514c0daf894b9e52c9f28e53f92a5fdd5 authored almost 5 years ago by Haoqun Jiang <[email protected]>
feat: use a codemod to transform entryFile, rather than replace it

817fd2da4b19e657c871d59a3a1d07c8aa13ab6c authored almost 5 years ago by Haoqun Jiang <[email protected]>
0.0.2

9bba6dc4b1cfaeb7870a62bb99560d1257d09fea authored almost 5 years ago by Haoqun Jiang <[email protected]>
feat: update to alpha.1

dc0c72cc20f3a361ac6a38159179574a61c4bc11 authored almost 5 years ago by Haoqun Jiang <[email protected]>
feat: implement minimum functionality

3db54e2a7dc30472cff915008734441bde503fbc authored almost 5 years ago by Haoqun Jiang <[email protected]>
Initial commit

21dc8612a2eb30cd65864b9489531936d295c75d authored almost 5 years ago by Haoqun Jiang <[email protected]>