SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.1-rubygem-rubytree-0.9.7-1.2.x86_64.rpm :
Thu Jan 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.9.7
see installed History.rdoc

Sun May 31 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.6
see installed History.rdoc
=== 0.9.5 / 2015-05-30

* Released 0.9.5.
=== 0.9.5pre7 / 2015-05-30

* Added new methods for getting the path of a node as a string. These have been
added as a new mixin {Tree::Utils::TreePathHandler}. Thanks to
{https://github.com/MZic Marco Ziccardi}.
=== 0.9.5pre5 / 2015-01-01

* Fixed {issue 32}[https://github.com/evolve75/RubyTree/issues/32] and enabled
\'move\' semantics on the {Tree::TreeNode#add} method, so that a child being
added, that has an existing parent, will be removed from its old parent, prior
to being added to the new location.
=== 0.9.5pre4 / 2014-12-17

* Added performance improvements to {Tree::TreeNode#is_root?} and
{Tree::Utils::TreeMetricsHandler#node_depth}.
Thanks to {https://github.com/aidansteele Aidan Steel}.
=== 0.9.5pre3 / 2014-12-16

* Minor fix to correct the release date. This release is otherwise identical to
0.9.5pre2.
=== 0.9.5pre2 / 2014-12-16

* Added {Tree::TreeNode#rename} and {Tree::TreeNode#rename_child} methods by
merging in code from {https://github.com/evolve75/RubyTree/pull/35}. Thanks to
{http://github.com/packetmonkey Evan Sharp}.
=== 0.9.5pre / 2014-11-01

* Fixed {issue 13}[https://github.com/evolve75/RubyTree/issues/13] with the
patch provided by {Jen Hamon}[http://www.github.com/jhamon].

* Fixed a bug in {Tree::TreeNode#print_tree} with the patch provided by
{https://github.com/packetmonkey Evan Sharp}.

* Fixed {issue 31}[https://github.com/evolve75/RubyTree/issues/31], which was
causing incorrect behavior n {Tree::TreeNode#postordered_each} and
{Tree::TreeNode#breadth_each} methods when a block was not provided.

Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.4

* Changed all references to {http://rubyforge.org}.

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Sat Feb 22 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.9.3
- The validation for unique node names has changed in the {Tree::TreeNode#add}
method. RubyTree no longer enforces globally unique names. The node-names need
to be unique only between the sibling nodes.

Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.9.2
- New post-ordered traversal via the {Tree::TreeNode#postordered_each} method.
- The Binary Tree implementation now supports in-order traversal via the
{Tree::BinaryTreeNode#inordered_each} method.
- RubyTree now mixes in the {http://ruby-doc.org/core-1.8.7/Comparable.html
Comparable} module.
- The traversal methods ({Tree::TreeNode#each},
{Tree::TreeNode#preordered_each}, {Tree::TreeNode#postordered_each} and
{Tree::TreeNode#breadth_each}) now correctly return an
{http://ruby-doc.org/core-1.8.7/Enumerable.html Enumerator} as the
return value when no block is given, and return the receiver node if a block was
provided. This is consistent with how the standard Ruby collections work.

Mon Aug 27 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.8.3

Mon Feb 13 13:00:00 2012 asnAATTcryptomilk.org
- add missing buildrequires for rdoc.
- update to version 0.8.2

* Fix for bug #29435 (TreeNode#to_s breaks if AATTcontent or
AATTparent.name is not a string).

Thu Sep 15 14:00:00 2011 mrueckertAATTsuse.de
- initial package (v0.8.1)


 
ICM