Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 2.06 KB

util change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.12.5

0.12.4

0.12.3

  • Use robust which-typed-array, is-typed-array modules for the util.types.isTypedArray family of functions. (@wbinnssmith in #47)

    This fixes crash in IE11 when a polyfilled Symbol is available in the environment.

0.12.2

0.12.1

0.12.0

0.11.1

  • Fix an infinite loop in util.deprecate some build configurations. (@bernardmcmanus in #12)

0.11.0

  • Add util.promisify.
  • Add util.callbackify.

0.10.4

  • Update inherits dependency.