Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 805 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 805 Bytes

Change Log

0.3.1

  • Added support for X months and X years

0.3.0

  • Added support for "never"
  • Used mix.format

0.2.4

  • Added support for every Xth (e.g. every third) as a skip function
  • Added test for "Every other hour" but currently fails as I'm not sure what the correct outcome should be
  • Added ability to have spaces between the time and 12hour cycle, e.g. "12 pm"

0.2.3

  • Added following handlers for repeating: X seconds
  • Added following handlers for relative: "now", "In a hour", "In an hour"

0.2.2

  • Fixed bug where time before date would get seen as just the date

0.2.1

  • Added repeating option for N of unit X, e.g. "5 months"

0.2.0

  • Existing functionality is now called "repeadetly"
  • Added new set of functionality called "relative"

0.1.0

  • Released on Hex