v3.0.0
<a name"3.0.0">
3.0.0 (2016-03-25)
Features
- call: works with unpartialized functions also (99f62aef)
- main: change default behavior to injection instead of mock (7aa2a512)
- partial: add placeholder support (5c068a50)
Breaking Changes
-
partialize() renamed to partial(), partial returns a partial function which is
bound to the dependencies that have been passed as the rest args, call() calls the original function
without passing the dependencies(7aa2a512)