Skip to content

Releases: TesteurManiak/icalendar_parser

2.1.0

26 Sep 06:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

12 May 09:11
Compare
Choose a tag to compare
  • Fixed toJson() format
  • Updated linting
  • Updated example to be a Dart executable
  • Updated Dart SDK constraint to >=3.0.0 <4.0.0

1.1.1

17 Jan 07:58
Compare
Choose a tag to compare
  • Added CREATED #46
  • Added Contributors section to README
  • Putted back code coverage badge

1.1.0

23 Dec 10:28
Compare
Choose a tag to compare
  • Fixed EXDATE parsing (#44)
  • Upgraded dev dependencies
  • Refactored some code to beneficiate from enhanced enums

1.0.2

08 Jul 07:35
Compare
Choose a tag to compare

[1.0.2] - 08/07/2022

1.0.1+1

07 Apr 08:37
ad4444e
Compare
Choose a tag to compare

[1.0.1+1] - 07/04/2022

  • Updated linting rules

1.0.1

04 Oct 11:30
748814c
Compare
Choose a tag to compare

[1.0.1] - 04/10/2021

  • Fixed issue #33: Exception on ORGANIZER field parsing

1.0.0

22 Sep 12:31
Compare
Choose a tag to compare

[1.0.0] - 22/09/2021

  • Fixed fromString constructor
  • Full test coverage on the package

0.8.1

11 Aug 11:09
Compare
Choose a tag to compare

[0.8.1] - 11/08/2021

  • Added RRULE #30

0.8.0

04 Jun 13:53
Compare
Choose a tag to compare

[0.8.0] - 04/06/2021

  • Breaking Change: Added class IcsDateTime to replace the DateTime.tryParse ensuring no timezone data are lost (#22)