Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
shanpin
/
chat-server
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bf846a7082
Branches
Tags
base1119
dec-beans
dev
master
chat-server
/
qq-imsvr
/
node_modules
/
is-generator-function
/
CHANGELOG.md
CHANGELOG.md
1.2 KB
History
Raw
1.0.6 / 2016-12-20
[Fix] fix
is-generator-function
in an env without native generators, with core-js (
https://github.com/ljharb/is-equal/issues/33
)
1.0.5 / 2016-12-19
[Fix] account for Safari 10 which reports the wrong toString on generator functions
[Refactor] remove useless
Object#toString
check
[Dev Deps] update everything; add linting
[Tests] use pretest/posttest for linting/security
[Tests] on all minors of node and io.js
1.0.4 / 2015-03-03
Add support for concise generator methods (
#2
) This is a patch change since concise methods are not in any actual released engines yet.
Test on latest
io.js
Update
semver
1.0.3 / 2015-01-31
Speed up travis-ci tests
Run tests against a faked
@@toStringTag
Bail out early when typeof is not "function"
1.0.2 / 2015-01-20
Update
jscs
,
tape
Fix tests in newer v8 (and io.js) where Object#toString.call of a generator is GeneratorFunction, not Function
1.0.1 / 2014-12-14
Update
jscs
,
tape
Tweaks to README
Use
make-generator-function
in tests
1.0.0 / 2014-08-09
Initial release.