Skip to content

Hooks!

Compare
Choose a tag to compare
@borkdude borkdude released this 21 Jun 11:51
· 1614 commits to master since this release

New

This release introduces a new hooks API which can be used to handle unrecognized macros.

Read the documentation here!
See an example hook for the Rum defc macro here.

The corresponding issue: #811

I encourage library authors to publish config and hooks for their libraries here.

This work was sponsored by Clojurists Together as part of their Summer of Bugs program.

Also see my blog article on hooks.

Enhancements

  • Fix false positive unused private var #915
  • Fix false positive private var usage #918