Skip to content

Commit e2a0b9c

Browse files
committed
Release v0.2.8
1 parent 8409932 commit e2a0b9c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515
### 📦 Build & CI
1616
-->
1717

18+
## 0.2.8 · 2022-05-05
19+
20+
### 🐛 Bug Fixes
21+
* support `List<dynamic>` when decoding JSON ([#32](https://github.com/JonasWanke/rrule/pull/32)), closes: [#31](https://github.com/JonasWanke/rrule/issues/31). Thanks to [@nshoura](https://github.com/nshoura)!
22+
* Add simple normalization before encoding to text ([`204085d`](https://github.com/JonasWanke/rrule/commit/204085d8478a13cec456759801b9869b842fcfed)), closes: [#13](https://github.com/JonasWanke/rrule/issues/13)
23+
* Update count even if not between after and before ([`a01e5dd`](https://github.com/JonasWanke/rrule/commit/a01e5ddd2b26d3f86299d6ec8603ee1cc6c9df60)), closes: [#25](https://github.com/JonasWanke/rrule/issues/25)
24+
1825
## 0.2.7 · 2022-01-17
1926

2027
### 📜 Documentation updates

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rrule
2-
version: 0.2.7
32
description: Recurrence rule parsing & calculation as defined in the iCalendar RFC
3+
version: 0.2.8
44
homepage: https://github.com/JonasWanke/rrule
55

66
environment:

0 commit comments

Comments
 (0)