Skip to content

Releases: tusharmath/funjector

v3.1.0

26 Mar 09:11

Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-03-26)

Features

v3.0.0

25 Mar 07:45

Choose a tag to compare

<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)

v2.0.0

13 Mar 08:51

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-03-13)

Breaking Changes

  • depricated methods — [get], [inject]

    (2650dc6e)

v1.1.0

12 Mar 20:19

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-03-12)

Features

  • call: add an experimental call() function (f0ac69c1)

v1.0.1

12 Mar 17:31

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-03-12)

Bug Fixes