Sha256: ce1207aab57ba6b5eeff627a48290e468f1dddb8b6e6a46b3ce16d5cb8b3795b
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] ## [0.2.1] - 2016-04-07 ### Added - assigning `nil` via `Tree#[]=` removes a child tree, similar to the assignment of `Sycamore::Nothing` ### Fixed - #2: Rubinius support ## [0.2.0] - 2016-04-05 ### Added - assigning `Sycamore::Nothing` via `Tree#[]=` removes a child tree - `Tree#search` for searching the tree for one or multiple nodes or a tree - `Tree#node!` as a more strict variant of `Tree#node`, which raises an error when no node present ## 0.1.0 - 2016-03-28 Initial release [Unreleased]: https://github.com/marcelotto/sycamore/compare/v0.2.1...HEAD [0.2.1]: https://github.com/marcelotto/sycamore/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/marcelotto/sycamore/compare/v0.1.0...v0.2.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sycamore-0.2.1 | CHANGELOG.md |