Releases: emnl/gnista
Releases · emnl/gnista
Version 1.0.0
Version 0.0.5
Added
- Useful error messages on build.
- Rubinius compatible tests.
Fixed
- SEGFAULT on interrupted initialization.
- Boolean consistency.
Version 0.0.4
Added
- History for minor changes.
- Lesson learned regarding "gem yank".
Version 0.0.3
Added
logpath
forLogwriter
,Logreader
andHash
.hashpath
forHash
.- Shorthand syntax for puts and gets. Similar to Ruby's native hash: []= and [].
empty?
method forHash
.keys
andvalues
methods forHash
.has_key?
method forHash
.maxkeylen
andmaxvaluelen
forLogreader
.Logreader
andHash
mixin Enumerable.write_batch
implemented forLogwriter
.- Useful
inspect
for all classes.
Fixed
- String-check for all input to
Logwriter
andHash
.
Version 0.0.2
Added
each
in logreader now provides a type parameter containing either :put or :delete.
Fixed
- Fix memory leak on
each/get
failure. - Two allocations per call instead of one each entry in
each
. each
in logreader returns nil instead of empty string.
Version 0.0.1
Initial release.