Skip to content

v2.2.0

Compare
Choose a tag to compare
@NigelKibodeaux NigelKibodeaux released this 20 Sep 19:52
· 16 commits to master since this release

Binds methods such as find so that you can write this:
let find = HumbleJsDoc.find
instead of this:
let find = HumbleJsDoc.find.bind(HumbleJsDoc)