- [Docs] Rename repo - "node-" is unnecessary
- [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
- [Deps] update
is-callable
- [Dev Deps] update
tape
,jscs
,covert
,nsp
- [Tests] up to
io.js
v3.0
- [Tests] add
npm run eslint
andnpm run security
- Update
tape
,jscs
- Bail out early if typeof is not "function".
- Use
is-callable
to remove Object#toString checks.
- Use
make-arrow-function
instead of a local module.
- Fixing arrow function detection.
- Update
tape
,jscs
- Lock covert to v1.0.0, per https://github.com/substack/covert/issues/9
- Clean up README
- Adding
npm run lint
- Skip arrow function tests when arrow functions are not supported
- Handle IE 9/10’s weird whitespacing
- Update
tape
,covert
- Fix functions with a faked toString
- Update
tape
- Initial release.