Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 989 Bytes

CHANGELOG.md

File metadata and controls

37 lines (16 loc) · 989 Bytes

1.0.0 (2018-05-07)

Bug Fixes

  • lib: Do not convert 24 hours. Because after 23:59 goes 00:00 (8ef107a)

build

  • nodejs: Drop support for NodeJS v4 (03cb46c)

Features

  • lib: Allow argument type number only between 0 and 24 (806312c), closes #5

BREAKING CHANGES

  • lib: Throws RangeError if hour is 24. Because correct 24 is 0
  • nodejs: Drop support for NodeJS v4
  • lib: Throw error with string or empty argument

0.1.1 (2018-02-08)

0.1.0 (2016-09-08)