Changelog
3.5.0
FIX
: make isFunction
detect async functions and generatorsFIX
: correct bind
TypeScript definitionsFIX
: match forEach
implementation with documentationCHORE
: bump to babel@7
Changelog
3.2.0
FEAT
: add isNil
utility that checks for undefined || null
FIX
: correct isDefined
behaviorFIX
: make isUndefined
behaviorChangelog
3.0.0
FIX
: remove browser field again; it confuses modern module bundlers. This partially reverts v2.4.0