We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09467c commit 7dde864Copy full SHA for 7dde864
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [1.0.0] - 22/09/2021
4
+
5
+* Fixed `fromString` constructor
6
+* Full test coverage on the package
7
8
## [0.8.1] - 11/08/2021
9
10
* Added RRULE [#30](https://github.com/TesteurManiak/icalendar_parser/pull/30)
pubspec.yaml
@@ -1,6 +1,6 @@
name: icalendar_parser
description: Package to parse iCalendar (.ics) files written in pure Dart.
-version: 0.8.1
+version: 1.0.0
homepage: https://github.com/TesteurManiak
repository: https://github.com/TesteurManiak/icalendar_parser
0 commit comments