File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2018-03-28
10+ ### Added
11+ - ` Surveyor ` class to allow for regex-based URL matching (for manually setting 'current' URL).
12+ - ` Climber::setCurrentUrl() ` method to manually set active URL after instantiation.
13+ - ` Climber::isActivated() ` method to determine if any leaf is set active.
14+ - Better testing for everything.
15+ - Convenience functions (see README.md).
16+ - "API"s for all classes in the form of interfaces. Hopefully this will improve backward-compatibility.
17+ - ` Tree::subtree() ` method to create subtrees (sub-sections of existing trees).
18+ - ` Forester ` class (extends ` Spotter ` ) to feed Trees back into themselves (currently used when creating subtrees).
19+
20+ ### Changed
21+ - Refactored system for setting active URL on Tree so that it is more accessible.
22+ - Improved behavior of "activation" system.
23+
924## [ 0.1.0] - 2018-01-26
1025### Added
1126- All basic functionality.
You can’t perform that action at this time.
0 commit comments