Skip to content

Releases: jpex-js/vue-inject

2.1.1

08 Aug 11:13
Compare
Choose a tag to compare
update package version

2.1.0

09 Apr 08:52
Compare
Choose a tag to compare
  • Added encase method

2.0.1

28 Mar 07:58
Compare
Choose a tag to compare
  • Fixed an issue where doing Vue.extend().use(vueInject) meant vue inject could not find optionMergeStrategies

2.0.0

03 Feb 09:30
Compare
Choose a tag to compare
  • 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 affect injector.get

1.0.1

02 Jun 09:01
Compare
Choose a tag to compare

Uses Object.defineProperty to set injected values, to avoid issues with non-writable properties attached to the Vue prototype

1.0.0

27 Mar 18:53
Compare
Choose a tag to compare

1.0.0

  • Upgraded to Jpex 2.0.0
  • Methods like clearCache and get now mirror Jpex's $clearCache and $resolve methods.
  • Added decorators
  • Removed enum and interface