Skip to content

Turnstile 0.0.2

Choose a tag to compare

@bigeasy bigeasy released this 26 Feb 02:27
· 551 commits to master since this release

Listener Builder

Implement a listener builder that will create a function that will act as an EventEmitter event handler forwarding the event to an object method that accepts an error-first callback. If the object method fails, then the Turnstile's error handler is invoke. This way, all errors can be funned through the same error handling strategy.

Issue by Issue

  • Release version 0.0.2. #11.
  • Implement listener function builder. #10.