Skip to content

Commit

Permalink
Prepare for 0.2.0 release (#140)
Browse files Browse the repository at this point in the history
This prepares ReactiveLists for the 0.2.0 release.
  • Loading branch information
benasher44 committed Sep 11, 2018
1 parent f3c8d00 commit 9626a61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl

------

0.2.0 (NEXT)
0.2.1 (NEXT)
------------

This release closes the [0.2.1 milestone](https://github.com/plangrid/ReactiveLists/milestone/8).

0.2.0
-----

This release closes the [0.2.0 milestone](https://github.com/plangrid/ReactiveLists/milestone/2).

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

- `TableSectionViewModel` and `CollectionSectionViewModel` now implement `Collection` ([#135](https://github.com/plangrid/ReactiveLists/pull/135), [@benasher44](https://github.com/benasher44))

- [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))

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

### Fixed

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))
- 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))

0.1.3
-----
Expand Down
2 changes: 1 addition & 1 deletion ReactiveLists.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReactiveLists"
s.version = "0.1.4"
s.version = "0.2.0"

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

0 comments on commit 9626a61

Please sign in to comment.