github pikax/vue-composable v1.0.0-alpha.5

latest releases: v1.0.0-beta.24, v1.0.0-beta.23, v1.0.0-beta.22...
pre-release4 years ago

Changed

  • changing peerDependencies to dependencies
  • fix cjs modules, missing index.js in some packages, preventing it from being used in codesandbox

Added

  • usePromise - added new argument throwException, default: false, if true it will return the exception when using exec
  • useCancellablePromise - added new argument throwException, default: false, if true it will return the exception when using exec
  • useAxios - added new argument throwException, default: false, if true it will return the exception when using exec
  • useAxios - cancel(message?) allows to cancel the latest axios request

Don't miss a new vue-composable release

NewReleases is sending notifications on new releases.