Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #48 from trello/dlew/prep-0.2.0
Browse files Browse the repository at this point in the history
Preparing release 0.2.0
  • Loading branch information
dlew committed Feb 27, 2016
2 parents 9527852 + 9f2b1e8 commit afa0f4b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.2.0 (2016-02-27)

There are a few method signature and behavior changes, so upgrade carefully.

* [#47](https://github.com/trello/navi/pull/47) Added `Type.CREATE_PERSISTABLE`, `Type.SAVE_INSTANCE_STATE_PERSISTABLE` and `Type.RESTORE_INSTANCE_STATE_PERSISTABLE` so that the `ALL` tracker can distinguish between events.

Also avoided calling `CREATE`, `SAVE_INSTANCE_STATE` and `RESTORE_INSTANCE_STATE` too often in persistable `Activities`.

* [#46](https://github.com/trello/navi/pull/46) Destruction events now emit before their super() calls.
* [#41](https://github.com/trello/navi/pull/41) Removed unnecessary `Event` parameter from `NaviComponent.removeListener()`.
* [#39](https://github.com/trello/navi/pull/39) Added `NaviAppCompatDialogFragment`.

## 0.1.3 (2015-12-03)

* [#24](https://github.com/trello/navi/pull/24) Converted hasEvent() -> handlesEvents()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RxNavi.observe(naviComponent, Event.CREATE)
## Installation

```gradle
compile 'com.trello:navi:0.1.3'
compile 'com.trello:navi:0.2.0'
```

## License
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.trello
VERSION_NAME=0.1.3-SNAPSHOT
VERSION_CODE=4
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_CODE=5

POM_URL=https://github.com/trello/navi
POM_SCM_URL=https://github.com/trello/navi
Expand Down

0 comments on commit afa0f4b

Please sign in to comment.