Skip to content

Releases: tusharmath/logistic-progressor

v3.0.1

14 Mar 10:18

Choose a tag to compare

<a name"3.0.1">

3.0.1 (2016-03-14)

Bug Fixes

  • getBody: fix issue with starting value not being used correctly (80669039)

v3.0.0

14 Mar 09:46

Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-03-14)

Breaking Changes

  • property names have been changed

    (fc722c63)

v2.2.0

13 Mar 18:54

Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-03-13)

Features

  • getTail: increase tail speed exponentially (0c9fe5a2)

v2.1.1

13 Mar 17:40

Choose a tag to compare

<a name"2.1.1">

2.1.1 (2016-03-13)

Bug Fixes

  • getTail: tail values don't get to hundred if body is at a floating point value (1038a9eb)

v2.1.0

13 Mar 17:10

Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-03-13)

Features

v2.0.1

13 Mar 14:29

Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-03-13)

Bug Fixes

  • getBody: fix issue with multiple starts (02028329)

v2.0.0

13 Mar 11:05

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-03-13)

Features

  • getBody:
    • set start value (20ab6ab9)
    • pass rate as the base of the sigmoid function (cc5f8ee4)

Breaking Changes

  • rate needs to be pass as a part of options

    (20ab6ab9)