Skip to content

Commit 9b7bac3

Browse files
committed
Updated Changelog for 0.2.0.
1 parent d6c1ecc commit 9b7bac3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)