Skip to content

Releases: dryajov/opium

Bug Fixes and better error handling

19 Mar 19:22
Compare
Choose a tag to compare
  • fixed asyc dependencies resolution
  • improved circular dependencies detection

v2.0.0

18 Dec 22:14
Compare
Choose a tag to compare
  • allow async injection in factory methods
  • remove babel transpilation
  • tidy up readme and project structure

tidy up project structure

18 Dec 02:10
Compare
Choose a tag to compare

allow additional arguments

19 Aug 18:30
Compare
Choose a tag to compare
Pre-release

Added ability to pass additional arguments to factory functions and constructors. Arguments are passed after dependencies, so code needs to be written in a manner that accounts for this assumption.

v0.0.9

12 Aug 21:59
Compare
Choose a tag to compare

This release adds a transpile gulp task to transpile es6 into es5 - traspiled files are now under opium-es5.