2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-28 10:44:05 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
pimlie 2adba84e58 refactor: combine escape info 2019-03-12 10:03:46 +01:00
pimlie c1f97c4ea4 refactor: move isArray into is-type 2019-03-12 10:03:46 +01:00
pimlie 5ad671169b fix: dont call changed with explicit this
in refresh this is probably not the component changed was defined on, removing call(this) gives context control back to the user
2019-03-12 10:03:46 +01:00
pimlie 97badf61cb feat: add afterNavigation callback (fix: #259) 2019-03-05 15:11:25 +01:00
pimlie 56f0b61d1b feat: add es build
fix: add global window detection

chore: update deps
2019-02-20 17:05:51 +01:00
pimlie d237180cbd feat: add pause/resume methods to pause updates 2019-02-20 14:46:05 +01:00
pimlie 5031acf0fa fix: dont inline typeof definitions 2019-02-11 10:37:56 +01:00
pimlie 5d64d43862 feat: major refactor, cleanup and jest tests 2019-02-09 21:45:22 +01:00
Sébastien Chopin 1acfa946de Call changed() with vm context 2017-08-15 10:39:23 +02:00
Declan de Wet 814a0dd2c3 fix tests 2016-11-10 17:47:54 +02:00
Declan de Wet d218afa2e6 support custom options 2016-11-10 17:37:44 +02:00
Declan de Wet 076832cbd6 More reliable strategy for getting deepmost component + addition of refresh() method + example & documentation on asynchronous updates 2016-11-09 07:26:38 +02:00