Skip to content

v2.1.2

Compare
Choose a tag to compare
@maltaisn maltaisn released this 09 Aug 21:40
· 29 commits to master since this release
v2.1.2
17e7fc4
  • Added support for changing time zone in RecurrenceFinder and RRuleFormatter.
  • RecurrenceFinder now returns an empty list instead of an exception when trying to find 0 events.
  • Better Recurrence.Builder syntax when used from Java.
  • Changed date pattern for RRule to date only yyyyMMdd instead of date and time yyyyMMddT000000.
  • Fixed recurrence builder allowing creation of non-equal recurrences of period NONE, leading to equality issues.
    All recurrences built with NONE period now return the same Recurrence.DOES_NOT_REPEAT instance.
  • Fixed RRuleFormatter not thread-safe due to use of static date format for formatting and parsing.