Skip to content

Commit

Permalink
Version 0.0.3 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Andersson committed Sep 16, 2013
1 parent 03cf041 commit 0299725
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 0.0.3

Release date 2013-09-16

### Added

* ```logpath``` for ```Logwriter```, ```Logreader``` and ```Hash```.
* ```hashpath``` for ```Hash```.
* Shorthand syntax for puts and gets. Similar to Ruby's native hash: []= and [].
* ```empty?``` method for ```Hash```.
* ```Logreader``` and ```Hash``` mixin [Enumerable](http://ruby-doc.org/core-2.0.0/Enumerable.html).
* ```write_batch``` implemented for ```Logwriter```.

### Fixed

* String-check for all input to ```Logwriter``` and ```Hash```.

# Version 0.0.2

Release date 2013-09-12
Expand Down
2 changes: 1 addition & 1 deletion lib/gnista/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gnista
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 0299725

Please sign in to comment.