Skip to content

4.0.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@evert evert released this 04 Sep 15:35
· 574 commits to master since this release
  • Updated windows timezone file to support new mexican timezone.
  • #239: Added a BirthdayCalendarGenerator. (@DominikTo)
  • #250: isInTimeRange() now considers the timezone for floating dates and
    times. (@armin-hackmann)
  • Added a duplicate vcard merging tool for the command line.
  • #253: isInTimeRange() now correctly handles events that throw the
    NoInstancesException exception. (@migrax, @DominikTo)
  • #254: The parser threw an E_NOTICE for certain invalid objects. It now
    correctly throws a ParseException.