Skip to content

v3.0.0

Choose a tag to compare

@Draeken Draeken released this 22 Jun 15:48
· 3 commits to master since this release

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 }