File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] - 07/12/2022
4+
5+ * Fixed EXDATE parsing ([ #44 ] ( https://github.com/TesteurManiak/icalendar_parser/pull/44 )
6+ * Upgraded dev dependencies
7+ * Refactored some code to beneficiate from enhanced enums
8+
39## [ 1.0.2] - 08/07/2022
410
511* Added EXDATE ([ #37 ] ( https://github.com/TesteurManiak/icalendar_parser/pull/37 ) from [ LucaCoduriV] ( https://github.com/LucaCoduriV ) )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ packages:
8080 path: ".."
8181 relative: true
8282 source: path
83- version: "1.0.2 "
83+ version: "1.1.0 "
8484 matcher:
8585 dependency: transitive
8686 description:
Original file line number Diff line number Diff line change 11name : icalendar_parser
22description : Package to parse iCalendar (.ics) files written in pure Dart.
3- version : 1.0.2
3+ version : 1.1.0
44homepage : https://github.com/TesteurManiak
55repository : https://github.com/TesteurManiak/icalendar_parser
66
You can’t perform that action at this time.
0 commit comments