All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
-
Avoid SharedArrayBuffer until required. (@snyamathi in #59)
This fixes a security warning for SharedArrayBuffer.
-
Use robust
which-typed-array
,is-typed-array
modules for theutil.types.isTypedArray
family of functions. (@wbinnssmith in #47)This fixes crash in IE11 when a polyfilled
Symbol
is available in the environment.
- Move
object.entries
dependency to a dev-only dependency. (@goto-bus-stop in 622f036)
- Update
util.debuglog
compatibility to Node 10.4.0. (@goto-bus-stop in #27) - Allow newer versions of
inherits
. (@snyamathi in #39)
- Add
util.types
. (@lukechilds in #32)
- Fix an infinite loop in
util.deprecate
some build configurations. (@bernardmcmanus in #12)
- Add
util.promisify
. - Add
util.callbackify
.
- Update
inherits
dependency.