Skip to content

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shionfujie committed Oct 17, 2019
1 parent f2e2725 commit 255a5bb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Change Log
==========

Version 1.0.0 *(2019-10-17)*
--------------------------------

Initial release!

* New:
* `state-machine`:
* `Observable<A>.stateMachine` - Transforms the receiver stream into a state machine stream.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
}
```

## Download

`stateMachine` operator:
```groovy
implementation 'com.shionfujie.rxstatemachine:rxstatemachine:1.0.0'
```

## License
Copyright 2019 Shion Tonatiuh Fujie

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

GROUP=com.shionfujie.rxstatemachine
VERSION_NAME=1.0-SNAPSHOT
VERSION_NAME=1.0.0

POM_DESCRIPTION=An RxJava 2 operator for the typical state machine management.

Expand Down

0 comments on commit 255a5bb

Please sign in to comment.