forked from daren.hsu/line_push
1.4 KiB
1.4 KiB
util change log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.12.3
-
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.
0.12.2
- Move
object.entriesdependency to a dev-only dependency. (@goto-bus-stop in 622f036)
0.12.1
- Update
util.debuglogcompatibility to Node 10.4.0. (@goto-bus-stop in #27) - Allow newer versions of
inherits. (@snyamathi in #39)
0.12.0
- Add
util.types. (@lukechilds in #32)
0.11.1
- Fix an infinite loop in
util.deprecatesome build configurations. (@bernardmcmanus in #12)
0.11.0
- Add
util.promisify. - Add
util.callbackify.
0.10.4
- Update
inheritsdependency.