• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ds82 / tiny-di / 24

Builds Branch Commit Type Ran Committer Via Coverage
24 feat/inject-object feat($inject): $inject may now be an object with options Module.$inject = ['DepA', 'DepB']; is now equivalent with Module.$inject = { deps: ['DepA', 'DepB'], callAs: 'function' } With this extension you now can tell tiny to instantiate a M... push 10 Jul 2015 09:25AM UTC ds82 travis-ci pending completion   set done
23 master fix(README): typo in README push 10 Jul 2015 08:06AM UTC ds82 travis-ci pending completion   set done
22 master doc(provide): fix README/provide example push 08 Jun 2015 06:58AM UTC ds82 travis-ci pending completion   set done
21 master chore(package): update package.json (keywords & bugs) push 03 Jun 2015 01:38PM UTC ds82 travis-ci pending completion   set done
20 master version bump to 0.2.0 push 03 Jun 2015 01:31PM UTC ds82 travis-ci pending completion   set done
19 master fix(package): move `jasmine` to devDependencies push 03 Jun 2015 12:09PM UTC ds82 travis-ci pending completion   set done
18 master feat(provider): add provider binder/binding With the provider you can tell tiny to call a function if a module asks for a dependency: ```js var tiny = require('tiny-di')(); function myProvider(env, injector) { return 'I am a dependency requir... push 03 Jun 2015 11:45AM UTC ds82 travis-ci pending completion   set done
16 master version bump to 0.1.0 push 21 May 2015 11:04AM UTC ds82 travis-ci pending completion   set done
15 master chore([].find): Don't touch Array.prototype Even if the provided polyfill for Array.find was valid and behaved according to the ES6 spec, I removed it from the code. It is bad practice to mess with core prototype's. This change was triggered by ... push 21 May 2015 10:52AM UTC ds82 travis-ci pending completion   set done
14 master doc(example): simple example use-case for tiny-di push 10 May 2015 05:45PM UTC ds82 travis-ci pending completion   set done
13 master build(travis): add code coverage to travis build push 10 May 2015 04:34PM UTC ds82 travis-ci pending completion   set done
12 master build(travis): add code coverage to travis build push 07 May 2015 11:19AM UTC ds82 travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc