Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 447 Bytes

File metadata and controls

21 lines (12 loc) · 447 Bytes

0.2.1 (2017-02-14)

Features

  • allow to get parent and children by parent and children methods (#14)

Bug Fixes

  • fix copy_to and move_to methods and add tests for them (#15)

0.2.0 (2017-02-09)

Features

  • instance method subtree is available
  • scope dfs to traverse a subtree by Depth First Search algorithm
  • scope bfs to traverse a subtree by Breadth First Search algorithm

0.1.0 (2017-02-07)

Initial release