Skip to content

Releases: js-republic/intervals-fn

v3.0.3

27 Jun 09:01
Compare
Choose a tag to compare

3.0.3 (2018-06-27)

Bug Fixes

v3.0.2

26 Jun 08:33
Compare
Choose a tag to compare

3.0.2 (2018-06-26)

Bug Fixes

  • use new omit type with help of exclude (9ddc862)

v3.0.1

26 Jun 05:51
Compare
Choose a tag to compare

3.0.1 (2018-06-26)

Bug Fixes

  • accept readonlyArray instead of array (4399c0f)

v3.0.0

22 Jun 15:48
Compare
Choose a tag to compare

3.0.0 (2018-06-22)

Bug Fixes

  • add ramda as dependency (e34ba90)

Features

  • add conversion from different interval types (ab7c7fa)

BREAKING CHANGES

    • curying is left to the user
  • only accept array of interval instead of handling both case
  • only accept type that extends { start: number; end: number }

v2.8.4

21 May 13:55
Compare
Choose a tag to compare

2.8.4 (2018-05-21)

Bug Fixes

  • split: fix for multiples indexes (eba6dfb)

v2.8.3

18 May 13:19
23854fa
Compare
Choose a tag to compare

2.8.3 (2018-05-18)

Bug Fixes

  • split: fix when multiples indexes (#18) (23854fa)

v2.8.2

26 Apr 15:00
Compare
Choose a tag to compare

2.8.2 (2018-04-26)

Bug Fixes

  • split: keep ranges that doesn't intersect with split index (ee36634)

v2.8.1

26 Apr 13:38
Compare
Choose a tag to compare

2.8.1 (2018-04-26)

Bug Fixes

v2.8.0

26 Apr 10:01
Compare
Choose a tag to compare

2.8.0 (2018-04-26)

Bug Fixes

Features

v2.7.0

20 Apr 09:56
Compare
Choose a tag to compare

2.7.0 (2018-04-20)

Features

  • add extra properties on complement and substract (d233225)