An open API service providing commit metadata for open source projects.

GitHub / foxbenjaminfox/vue-async-computed / commits

Async computed properties for Vue.js

SHA Message Author Date Stats
e660e990 merge Merge pull request #129 from cdrini/fix/docs-not-updating Drini Cami <c****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
6e871eca Fix example in README not working Drini Cami <c****i@g****m> almost 2 years ago
e2ea953e 4.0.1 Drini Cami <c****i@g****m> almost 2 years ago
cfa9d38d Auto bump version in README on release Drini Cami <c****i@g****m> almost 2 years ago
e2f51319 merge Merge pull request #128 from cdrini/fix-vue-global Drini Cami <c****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e5cb634a Fix Vue.use removed in Vue 3 Drini Cami <c****i@g****m> almost 2 years ago
7b2214a5 Small fix to README Drini Cami <c****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
5b5acc50 merge Merge pull request #127 from cdrini/update-readme Drini Cami <c****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ed73d842 Update README for Vue 3 Drini Cami <c****i@g****m> almost 2 years ago
04411b52 Update README build badge Drini Cami <c****i@g****m> almost 2 years ago
2cec79af merge Merge pull request #126 from cdrini/update-deps Drini Cami <c****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
8d16236c merge Merge pull request #125 from cdrini/feature/github-ci Drini Cami <c****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
5d8548c0 Add buildOnly script for CI Drini Cami <c****i@g****m> almost 2 years ago
dc683797 Remove no longer needed eslint package Drini Cami <c****i@g****m> almost 2 years ago
e370fabb Update misc dev dependencies Drini Cami <c****i@g****m> almost 2 years ago
072699e2 Remove estraverse-fb ; unused Drini Cami <c****i@g****m> almost 2 years ago
f10daf9e Update eslint dependencies to latest Drini Cami <c****i@g****m> almost 2 years ago
aab523e3 Add build to ci Drini Cami <c****i@g****m> almost 2 years ago
8c0602ba 4.0.0 Benjamin Fox <b****x@h****m> almost 2 years ago
32e58cbe Add changelog entry for Vue 3 support Benjamin Fox <b****x@h****m> almost 2 years ago
a426ee85 Run tests only once on npm test Benjamin Fox <b****x@h****m> almost 2 years ago
4a91614e merge Merge pull request #124 from cdrini/feature/vue-3-compat Benjamin Fox <b****x@h****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
9e14997e postbuild shouldn't run test with watch Drini Cami <c****i@g****m> almost 2 years ago
883e33ac Make Vue 3 only Drini Cami <c****i@g****m> almost 2 years ago
9e92b2e5 Replace deprecated _isDestroyed with mount listeners Drini Cami <c****i@g****m> almost 2 years ago
70a02363 Add lint/test CI Drini Cami <c****i@g****m> almost 2 years ago
b3f50a8e Make compatible with Vue 3 Drini Cami <c****i@g****m> almost 2 years ago
814781c5 Update to Vue 2.7 + regen package-lock with Node 20 Drini Cami <c****i@g****m> almost 2 years ago
71020d6b Tweak the README documentation Benjamin Fox <b****x@h****m> about 4 years ago
1bf4d615 merge Merge pull request #106 from shrpne/mixin Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
34fbe705 fix undefined pluginOptions shrpne <s****e@g****m> about 5 years ago
9c3f738a add mixin export shrpne <s****e@g****m> about 5 years ago
6b1419c6 3.9.0 Benjamin Fox <f****x@g****m> about 5 years ago
c9856d1a Update CHANGELOG and README for new version Benjamin Fox <f****x@g****m> about 5 years ago
fde3fc80 Tweak formatting of tests Benjamin Fox <f****x@g****m> about 5 years ago
0d10602e merge Merge pull request #95 from alex-dunn/master Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
732afe19 Remove the broken coverage and dependency badges Benjamin Fox <f****x@g****m> about 5 years ago
8af186f0 Update the versions of development dependencies Benjamin Fox <f****x@g****m> about 5 years ago
53e0b8f6 Update license copyright year Benjamin Fox <f****x@g****m> about 5 years ago
4c03bd2a 3.8.3 Benjamin Fox <f****x@g****m> about 5 years ago
1185aa69 merge Merge pull request #91 from firefligher/master Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
4301e7ea merge Merge pull request #97 from SKoschnicke/patch-1 Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
5d1212e5 Add missing closing brackets Sven Koschnicke <s****e@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0494f78a Add tests for default values in watch & computed alex-dunn <a****n@o****k> over 5 years ago
5afdd4f0 Set default values in beforeCreate event so they alex-dunn <a****n@o****k> over 5 years ago
e243ecd6 Separated IAsyncComputedValueBase<T> from IAsyncComputedValue<T> Luis Felger <f****o@g****m> almost 6 years ago
b2e9d37d 3.8.2 Benjamin Fox <f****x@g****m> almost 6 years ago
c61ba906 Split vue-class-component decorator into a seperate package Benjamin Fox <f****x@g****m> almost 6 years ago
0e76b7be merge Merge pull request #88 from nwtgck/decorator Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
87e1ce54 Add a decorator for vue-class-component Ryo Ota <n****k@g****m> almost 6 years ago
066fc372 3.8.1 Benjamin Fox <f****x@g****m> almost 6 years ago
3a5adb6a Update readme and changelog for v3.8.1 Benjamin Fox <f****x@g****m> almost 6 years ago
953187cd Add types directory to list of published directories Benjamin Fox <f****x@g****m> almost 6 years ago
b9d07806 Update travis configuration Benjamin Fox <f****x@g****m> almost 6 years ago
cca19f8b 3.8.0 Benjamin Fox <f****x@g****m> almost 6 years ago
c2a55c84 Lint the codebase and apply some light refactoring Benjamin Fox <f****x@g****m> almost 6 years ago
dd4b0e46 Update dev dependency versions Benjamin Fox <f****x@g****m> almost 6 years ago
2b464329 Update changelog and readme Benjamin Fox <f****x@g****m> almost 6 years ago
61629b64 merge Merge branch 'types' Benjamin Fox <f****x@g****m> almost 6 years ago
363e5e59 Add test for update method being called after component has been destroyed Benjamin Fox <f****x@g****m> almost 6 years ago
03f7d24d merge Merge pull request #85 from djmattyg007/types_djmattyg007 Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
64671a49 Minor bugfix for watch attribute in asyncComputed declaration Matthew Gamble <g****t@m****t> almost 6 years ago
51515b33 update method test if instance has been destroyed Thomas Haaf <t****f@f****e> almost 6 years ago
a31e8a4f Update dev dependency versions Benjamin Fox <f****x@g****m> over 6 years ago
622a344f 3.7.0 Benjamin Fox <f****x@g****m> over 6 years ago
a860e11b Update changelog and readme Benjamin Fox <f****x@g****m> over 6 years ago
3dcbb68a Update dev dependency versions Benjamin Fox <f****x@g****m> over 6 years ago
9d9f55d3 Add experimental typescript types Benjamin Fox <f****x@g****m> over 6 years ago
3be0d859 Extra test case for issue #75 test Benjamin Fox <f****x@g****m> over 6 years ago
f5d50e80 Add test for issue #75 Benjamin Fox <f****x@g****m> over 6 years ago
4e9192a8 Fix links in README Benjamin Fox <f****x@g****m> over 6 years ago
f0b130c0 Remove outdated compatibility comment from the README Benjamin Fox <f****x@g****m> over 6 years ago
145a8210 Updated README to reflect new errorHandler arguments (#73) johannes <j****r@g****m>
Committed by: Benjamin Fox <f****x@g****m>
over 6 years ago
fdadbace added vm and info to errorHandler. (#71) johannes <j****r@g****m>
Committed by: Benjamin Fox <f****x@g****m>
over 6 years ago
8a576eca Changes to make the code more readable (#68) Elad Frizi <o****5@g****m>
Committed by: Benjamin Fox <f****x@g****m>
over 6 years ago
71d79b64 3.6.1 Benjamin Fox <f****x@g****m> over 6 years ago
ce45d660 Fix for browsers that don't support `Symbol.iterator` Benjamin Fox <f****x@g****m> over 6 years ago
3276bc24 3.6.0 Benjamin Fox <f****x@g****m> over 6 years ago
0f422e62 Update changelog and readme Benjamin Fox <f****x@g****m> over 6 years ago
2abb47c5 Move the watch array element type check to happen only once Benjamin Fox <f****x@g****m> over 6 years ago
db967614 Fixes for lint errors Benjamin Fox <f****x@g****m> over 6 years ago
fba83d30 added support for watch as array and moved all the watch logic to seprate mod... eladFrizi <o****5@g****m>
Committed by: Benjamin Fox <f****x@g****m>
over 6 years ago
778f6128 merge Merge pull request #67 from Flamenco/master Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
e152756e Spelling correction Flamenco <F****o@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
163208d9 Update license copyright year Benjamin Fox <f****x@g****m> over 6 years ago
95b9b523 fix: `data` (as a function) of component not got vm as argument in init function perymimon <p****n@g****m>
Committed by: Benjamin Fox <f****x@g****m>
almost 7 years ago
ac7b60ea 3.5.2 Benjamin Fox <f****x@g****m> almost 7 years ago
ba3a8cf0 Update changelog and readme for 3.5.2 Benjamin Fox <f****x@g****m> almost 7 years ago
15150de0 Point to a transpiled version of the library as the `module` field of package... Benjamin Fox <f****x@g****m> almost 7 years ago
5d4a0c0e 3.5.1 Benjamin Fox <f****x@g****m> almost 7 years ago
1806ee2d Update changelog for v3.5.1 Benjamin Fox <f****x@g****m> almost 7 years ago
3d21e909 merge Merge pull request #59 from mtorromeo/package-module Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
7feca359 Update dev dependencies Benjamin Fox <f****x@g****m> almost 7 years ago
094cd490 merge Merge pull request #58 from mtorromeo/fix-reactive-state Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
949349ee merge Merge pull request #54 from Faberle/master Benjamin Fox <f****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
9e2d0468 Add esm module distribution Massimiliano Torromeo <m****o@g****m> almost 7 years ago
1e919598 Fixed reactivity of the $asyncComputed properties Massimiliano Torromeo <m****o@g****m> almost 7 years ago
1934d1a5 Fixed missing execution context during update function Christian Faber <c****@s****e> almost 7 years ago
0e6fa13b Test case for issue #50 Benjamin Fox <f****x@g****m> almost 7 years ago
e96690a7 3.5.0 Benjamin Fox <f****x@g****m> almost 7 years ago

← Back to repository