Releases: kevinoid/promise-nodeify
Releases · kevinoid/promise-nodeify
v3.0.1
- Update Babel-related
devDependencies
to the latest version
- Remove unnecessary Babel build dependencies.
- Update
nodecat
devDependency
to the latest version 🚀 #24
v3.0.0
- BREAKING Drop support for Node < 6.
- Dependency version updates.
- Code style improvements.
v2.0.0
- Breaking Require Node.js 4 or later.
- Update code to use ES2015 conventions (
const
, =>
, etc.).
- Use babel for creating client-side ES5 distributable build.
- Update
devDependencies
to latest versions.
v1.0.0
- No API Changes Bump to 1.0 is declaration of stability rather than an indication of changes.
- Code style updates.
- Add AppVeyor CI.
- Test dependency updates.