Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

v1.0.3 – "Keywords Mhm"

Choose a tag to compare

@kalepail kalepail released this 21 Aug 20:34
· 114 commits to master since this release
  • Added basic shorthand keyword support
    • now or today to set date to today's date
    • earliest or latest to set date to the preset earliest or latest dates respectively
    • [number] [interval] [ago/ahead] to advance or regress the date based off the currently selected date (i.e. 1 month ago on a date of August 1 would result in a date of July 1)
  • You may now use plain date strings in the Calendar object
  • Fixed a bug where auto selecting a week range after or before the current selection was getting suppressed and reset to the previous dates
  • Added support for selecting a range of single day with the same_day_range boolean in the double calendar call
  • Cleaned and dried out a couple verbose functions