# Changes

## 1.0.1

- Convert test cases to Mocha
- Move documentation into README.md
- Move examples into code

## 1.0.0

- New documentation page
- Added link to new project homepage

## 0.4.0

- Named callbacks
- Using Browserify to create standalone browser module
- Run tests in Phantom.JS using Browserify and Phantomic
- Run tests in browsers with a standalone test HTML file generated with Consolify

## 0.3.1

- Fix: Don't pass on undefined values from callbacks

## 0.3.0

- Listeners can take an optional function that gets invoked with the callback arguments.
