Releases: jpex-js/vue-inject
Releases · jpex-js/vue-inject
2.1.1
2.1.0
- Added
encase
method
2.0.1
- Fixed an issue where doing
Vue.extend().use(vueInject)
meant vue inject could not findoptionMergeStrategies
2.0.0
- Injecting components/mixins/directives is now optional
- There is now a default merging strategy for when using mixins with dependencies
- Added a
injector.strict
option which makes all dependencies optional. Note this doesn't affectinjector.get
1.0.1
Uses Object.defineProperty to set injected values, to avoid issues with non-writable properties attached to the Vue prototype
1.0.0
1.0.0
- Upgraded to Jpex 2.0.0
- Methods like
clearCache
andget
now mirror Jpex's$clearCache
and$resolve
methods. - Added decorators
- Removed enum and interface