Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 4803e78

Browse files
committed
Release 0.10.0
1 parent cd6bdfc commit 4803e78

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ Whitespace conventions:
1818
- 1 spaces before normal text
1919
-->
2020

21-
## [0.9.1] - Unreleased
21+
## [0.10.0] - 2016-10-30
22+
23+
### Changed
24+
25+
- This gem is now renamed to `hyper-react`, see [UPGRADING](UPGRADING.md) for details.
2226

2327
### Fixed
2428

2529
- ReactJS functional stateless component could not be imported from `NativeLibrary`. Note that functional component is only supported in React v14+. (#162)
30+
- Prerender log got accumulated between reqeusts. (#176)
2631

2732
## [0.9.0] - 2016-10-19
2833

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and true React.js engine. :heart:
1313

1414
Visit [ruby-hyperloop.io](http://ruby-hyperloop.io) for the full story.
1515

16-
### Important: `react.rb`, `reactive-ruby` and `reactrb` gems are **deprecated.**. See [**UPGRADING**](UPGRADING.md) for details.
16+
### Important: `react.rb`, `reactive-ruby` and `reactrb` gems are **deprecated**. See [**UPGRADING**](UPGRADING.md) for details.
1717

1818
## Installation
1919

lib/reactive-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module React
2-
VERSION = "0.9.0"
2+
VERSION = "0.10.0"
33
end

0 commit comments

Comments
 (0)