Skip to content

improve types, update v3 beta parity with main

Compare
Choose a tag to compare
@darrenjennings darrenjennings released this 05 Dec 04:16
· 91 commits to master since this release

Latest swrv + @vue/composition-api

  • remove tslib as dep #114
  • remove optional data?, error? as they are always defined since they are Refs #115

Vue 3 version updated with all latest features cherry-picked into next

  • error retries 830ac4c
  • array/object as key 9096919
  • revaliate on mutate 415f8eb
  • ts paths f3ad412
  • tsc target to es5 ce75e60
  • remove tslib as dep 05ffc66
  • remove optional data?, error? as they are always defined since they are Refs