All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.4 (2016-11-05)
- fix check for errors, remove check for hybrids (82175a7)
- Release v1.0.3 / [email protected]
- no breaking changes: repo boilerplate stuff, license year range, travis builds, links
- simplify tests
- add readme docs and comments
- add
extra
option, that allows you to disable checks (passfalse
) for generator and generator function- actually it will return it's actual type (generator is object, generator function is function)
- otherwise it will return
'generator'
when generator and'generatorfunction'
for generator function
- Release v1.0.1 / [email protected]
- lock for now to
then-got@1
notthen-got@2
used in tests greenkeepr enable
the repo and bump deps
- Release v1.0.1 / [email protected]
- bump deps
- switch to use strict
is-node-stream
- update boilerplate
- Release v1.0.0 / [email protected]
- add related section
- update usage
- update badges
- implement 🌟
- first commits