Releases: TesteurManiak/icalendar_parser
Releases · TesteurManiak/icalendar_parser
0.7.0
[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
0.5.1
[0.5.1] - 19/04/2021
- Fix for
DESCRIPTION
text that is spanned over multiple lines and contains a:
(Contributor: stevenboeckmans)
0.5.0
[0.5.0] - 25/03/2021
- Migrate code to nullsafety
- Refacto some tests
0.4.2
[0.4.2] - 04/03/2021
- Added method
registerField
andunregisterField
to add custom fields to parsing.
0.4.1
[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
- Improved unit tests
- Added support for fields:
TRIGGER
ACTION
METHOD
STATUS
(usingIcsStatus
enum)SEQUENCE
REPEAT
CLASS
TRANSP
(usingIcsTransp
enum)
0.3.1
- Fixed parsing of
DTSTART
andDTEND
0.3.0
- Fixed
END:VCALENDAR
check if ending with newline - Added parameter
lineSeparator
toICalendar.fromString
- Added constructor
ICalendar.fromLines
- Added some unit tests
0.3.0-dev
Pre-release
- Undeprecated
ICalendar.fromString
and added a parameterString lineSeparator
to parse the string.