Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 409 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 409 Bytes

Change log

0.1.0

  • feature: implement basic node finding (8aadd32)
  • fix: sanely handle recursive tree structures (25a90ff)
  • feature: add a readme file (4c31789)
  • feature: add an option for returning only the first match (695a39a)
  • chore: add an explicit test of array:false,recursion:true (0a0be45)
  • fix: stop walking if we have an early result (cd2cec3)

0.0.0

feat: add project boilerplate