Skip to content

Commit

Permalink
Releasing 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeWu committed Sep 26, 2015
1 parent 35329df commit 13cf9fa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@

v0.2.0 (26 Sep 2015)
========
+ **Added Streaming support**:
+ Stream creation by calling method with `_stream` suffix
+ **Improved in-REPL experience**:
+ Added documentation content received from kRPC server to in-REPL documentation output
+ Improved `to_s` and `inspect` methods in `KRPC::Gen::ClassBase` and `KRPC::Streaming::Stream` classes
+ Arguments of `KRPC::Client#initialize` method turned into keyword arguments
+ RPC methods are no longer bound to single `KRPC::Client` object (Fix #3)
+ Fixed arguments sometimes not correctly passed to RPC methods (due to Ruby 2.2.1 bug) (Fix #1)
+ Removed `required_params_count` parameter from `Client#build_request` method, and made that method public
+ `KRPC::TypeStore`'s methods changed, to be class level methods
+ Added dependency on *Nokogiri* and development dependency on *Pry* and *hanna-nouveau*
+ Minor improvements and fixes

v0.1.1 (9 Sep 2015)
========
+ Added KRPC.connect method
+ Added block argument to Client#connect and Client#connect! methods
+ Added `KRPC.connect` method
+ Added block argument to `Client#connect` and `Client#connect!` methods

v0.1.0 (6 Sep 2015)
========
Expand Down
2 changes: 1 addition & 1 deletion krpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = "krpc"
s.version = "0.1.1.1"
s.version = "0.2.0"
s.authors = ["Tomasz Więch"]
s.email = ["tewu.dev@gmail.com"]

Expand Down

0 comments on commit 13cf9fa

Please sign in to comment.