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

Preparing release 0.2.0 #48

Merged
merged 1 commit into from
Feb 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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