Skip to content

Commit

Permalink
Prepare for release 1.0.0-alpha01.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jun 26, 2020
1 parent 28fc8c1 commit 059c510
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 1.0.0-alpha01

_2020-06-26_

* Breaking change: Introduced a new `InitialValueFlow` type for the bindings which emit state. All bindings with the `emitImmediately: Boolean = false` param have been migrated to to return `InitialValueFlow`. This is also a behavior change as the current value of a widget will now be emitted immediately upon collection. The new `InitialValueFlow` provides a `skipInitialValue()` function for skipping the initial emission.
* Dependency updates:
* `drawerlayout:1.1.0`
* `fragment:1.2.5`
* `navigation:2.3.0`
* `swiperefreshlayout:1.1.0`

## Version 0.12.0

_2020-05-29_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest version:

```groovy
def flowbinding_version = "0.12.0"
def flowbinding_version = "1.0.0-alpha01"
```

### Platform Bindings
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.flowbinding
VERSION_NAME=0.13.0-SNAPSHOT
VERSION_NAME=1.0.0-alpha01

POM_URL=https://github.com/reactivecircus/FlowBinding
POM_SCM_URL=https://github.com/reactivecircus/FlowBinding
Expand Down

0 comments on commit 059c510

Please sign in to comment.