Skip to content

Releases: browserify/node-util

v0.12.4

28 May 14:41
e37ce41

Choose a tag to compare

v0.12.3

30 Apr 09:08
4b1c0c7

Choose a tag to compare

  • 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.

v0.12.2

24 Feb 08:57
9364e7d

Choose a tag to compare

v0.12.1

05 Jul 14:41
3c89541

Choose a tag to compare

v0.12.0

01 May 12:16
53026a2

Choose a tag to compare

v0.11.1

01 Nov 12:45
cfbf5d0

Choose a tag to compare

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

v0.11.0

08 Jun 09:35
0915f59

Choose a tag to compare

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