Skip to content

Commit 9626a61

Browse files
authored
Prepare for 0.2.0 release (#140)
This prepares ReactiveLists for the 0.2.0 release.
1 parent f3c8d00 commit 9626a61

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl
44

55
------
66

7-
0.2.0 (NEXT)
7+
0.2.1 (NEXT)
88
------------
99

10+
This release closes the [0.2.1 milestone](https://github.com/plangrid/ReactiveLists/milestone/8).
11+
12+
0.2.0
13+
-----
14+
1015
This release closes the [0.2.0 milestone](https://github.com/plangrid/ReactiveLists/milestone/2).
1116

1217
### Fixed
@@ -16,6 +21,7 @@ This release closes the [0.2.0 milestone](https://github.com/plangrid/ReactiveLi
1621
### New
1722

1823
- `TableSectionViewModel` and `CollectionSectionViewModel` now implement `Collection` ([#135](https://github.com/plangrid/ReactiveLists/pull/135), [@benasher44](https://github.com/benasher44))
24+
1925
- [DifferenceKit](https://github.com/ra1028/DifferenceKit) is now used instead of Dwifft for faster diffing ([#136](https://github.com/plangrid/ReactiveLists/pull/136), [@benasher44](https://github.com/benasher44))
2026

2127
0.1.4
@@ -25,7 +31,7 @@ This release closes the [0.1.4 milestone](https://github.com/plangrid/ReactiveLi
2531

2632
### Fixed
2733

28-
Don't store an empty model for the first non-nil differ. ([#137](https://github.com/plangrid/ReactiveLists/pull/137), [@benasher44](https://github.com/benasher44))
34+
- Don't store an empty model for the first non-nil differ. ([#137](https://github.com/plangrid/ReactiveLists/pull/137), [@benasher44](https://github.com/benasher44))
2935

3036
0.1.3
3137
-----

ReactiveLists.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveLists"
3-
s.version = "0.1.4"
3+
s.version = "0.2.0"
44

55
s.summary = "React-like API for UITableView and UICollectionView"
66
s.homepage = "https://github.com/plangrid/ReactiveLists"

0 commit comments

Comments
 (0)