- move from nodeunit to tap
- style tweaks
- use const instead of let in more places
- move away from the deprecated Buffer constructor node API
- update examples, removing leftover bits of coffeescript
- updated nodeunit dependency
- updated package.json
- fixes #21
- expose
connect()
- remove all references to
this
- removed unused dependency
- breaking change gearman is now a factory function. The new way to instantiate:
const gearman = require('gearman')
let client = gearman(...)
- breaking change requires node v6+
- ported from coffeescript to es6
- switched to strict mode
- added travis CI
- added this changelog