Skip to content

Tags: alwaysblank/climber

Tags

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(Climber) treat empty menus well

Previously Climber would throw an exception if passed a menu with no
items, specifically when it encoutered the `foreach` loop in
`getLeafByTarget()` that depended on Tree's `grow()` method. This
modifies the `grow()` method to return an empty array if there are no
menu items.

resolves #7

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Add `Simple` Spotter

This adds the ability to pass basic simple arrays to Spotter through
Simple.

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Added `compileClass()` and `baseClass` to help with CSS modification.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Added `element` to hooks, so you can modify the elements themselves.

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Updated Changelog for 0.2.0.

0.1.0

Toggle 0.1.0's commit message
Added Changelog.