Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 590 Bytes

File metadata and controls

31 lines (14 loc) · 590 Bytes

0.3.4 (2017-06-26)

Features

  • add functions nextSecond, nextMinute, nextHour, prevSecond, prevMinute and prevHour.

0.3.0 (2017-06-25)

Breaking Changes

  • importing: make import statement be import { ExtDate, ExtInterval } from 'extdate' instead of import { ExtDate } from 'extdate/lib/ExtDate'

0.2.1 (2017-03-09)

Bug Fixes

  • add "lib" directory to files in package.json

0.2.0 (2017-03-09)

Features

  • provide boolean methods: isSameX(date) (#9)

0.1.1 (2017-03-08)

  • Initial release