Releases: foxbenjaminfox/vue-async-computed
Releases · foxbenjaminfox/vue-async-computed
v3.0.0
Despite being a major version bump, the breaking changes here are minimal. If you've defined a default value for an async computed property, it now won't be available until the created callback. That means that if for some reason your relying on that value being available in your data
function, this change will be a breaking one.
But you probably shouldn't be have been doing that anyway.
Other than that, this release adds two new features: