All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Move
safe-bufferdependency to a dev-only dependency. (@goto-bus-stop in e84cfd5) - Document usage with webpack 5+. (@MatrixFrog in #69)
-
Avoid SharedArrayBuffer until required. (@snyamathi in #59)
This fixes a security warning for SharedArrayBuffer.
-
Use robust
which-typed-array,is-typed-arraymodules for theutil.types.isTypedArrayfamily of functions. (@wbinnssmith in #47)This fixes crash in IE11 when a polyfilled
Symbolis available in the environment.
- Move
object.entriesdependency to a dev-only dependency. (@goto-bus-stop in 622f036)
- Update
util.debuglogcompatibility 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.deprecatesome build configurations. (@bernardmcmanus in #12)
- Add
util.promisify. - Add
util.callbackify.
- Update
inheritsdependency.