Skip to content

Releases: tuax/tua-mp

v0.7.3

21 Aug 04:43
Compare
Choose a tag to compare
  • fix: fix jest env
  • feat(src, examples): close #23, support setter/getter and arrow function in computed (#52)

v0.7.2

21 Aug 04:45
42de05c
Compare
Choose a tag to compare

Feature/vuepress (#49)

  • feat(docs): add vuepress to display docs

  • perf(examples): add full watch feature

  • perf(doc): add deploy, fix assets path, add favicon, skip ci

  • perf(examples): update service, add doc about opening root dir

  • perf(computed): evaluate computed functions only when Dep.targetCb was called, but it's not done yet. update docs.

  • fix(ob): close #45

  • fix(arr): add oldVal for array mutation

v0.7.1

21 Aug 04:46
Compare
Choose a tag to compare

fix(ob): fix the error when non-object item inherits dep from array

v0.7.0

21 Aug 04:47
40fcdac
Compare
Choose a tag to compare

Feature/full watch (#42)

  • feat(src): close #22

  • feat(src): add simple reserved keys check

  • feat(idx, vs): close #16

  • doc(md, imgs): add some doc about lifecycle and full watch

  • fix(ob): fix arr items not inherit previous deps, close #44

  • feat(examples): add uuid/tua-storage to display how to save persistent data into storage