Skip to content

Releases: TesteurManiak/icalendar_parser

0.7.0

02 Jun 22:52
f8e10e6
Compare
Choose a tag to compare

[0.7.0] - 02/06/2021

  • toJson() now returns a correctly formatted JSON
  • Removed some irrelevant tests
  • Refacto a few unit tests so they can use real .ics files
  • Added lint rules to the code

0.6.0

22 Apr 09:14
9b44f3a
Compare
Choose a tag to compare

[0.6.0] - 22/04/2021

  • Fixed an issue with line folding sometimes causing an exception (#21)
  • Fix TRIGGER and SEQUENCE warnings (#22)

0.5.1

21 Apr 15:27
70eb78b
Compare
Choose a tag to compare

[0.5.1] - 19/04/2021

  • Fix for DESCRIPTION text that is spanned over multiple lines and contains a : (Contributor: stevenboeckmans)

0.5.0

25 Mar 22:25
e0f063e
Compare
Choose a tag to compare

[0.5.0] - 25/03/2021

  • Migrate code to nullsafety
  • Refacto some tests

0.4.2

04 Mar 02:20
083295c
Compare
Choose a tag to compare

[0.4.2] - 04/03/2021

  • Added method registerField and unregisterField to add custom fields to parsing.

0.4.1

25 Feb 14:04
517cf12
Compare
Choose a tag to compare

[0.4.1] - 25/02/2021

  • Updated /example
  • Updated README.md
  • Added unit tests and code coverage
  • Added support for IcsStatus enum:
    • NEEDS-ACTION
    • COMPLETED
    • IN-PROCESS
    • DRAFT
    • FINAL

0.4.0

27 Oct 16:42
4635f19
Compare
Choose a tag to compare
  • Improved unit tests
  • Added support for fields:
    • TRIGGER
    • ACTION
    • METHOD
    • STATUS (using IcsStatus enum)
    • SEQUENCE
    • REPEAT
    • CLASS
    • TRANSP (using IcsTransp enum)

0.3.1

26 Oct 19:52
fe5ed31
Compare
Choose a tag to compare
  • Fixed parsing of DTSTART and DTEND

0.3.0

26 Oct 10:01
333456c
Compare
Choose a tag to compare
  • Fixed END:VCALENDAR check if ending with newline
  • Added parameter lineSeparator to ICalendar.fromString
  • Added constructor ICalendar.fromLines
  • Added some unit tests

0.3.0-dev

26 Oct 09:10
Compare
Choose a tag to compare
0.3.0-dev Pre-release
Pre-release

Pre-release

  • Undeprecated ICalendar.fromString and added a parameter String lineSeparator to parse the string.