Skip to content

Releases: browserify/node-util

v0.12.4

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 28 May 14:41
e37ce41

v0.12.3

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 30 Apr 09:08
4b1c0c7
  • 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

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 24 Feb 08:57
9364e7d

v0.12.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 05 Jul 14:41
3c89541

v0.12.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 01 May 12:16
53026a2

v0.11.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 01 Nov 12:45
cfbf5d0
  • Fix an infinite loop in util.deprecate some build configurations. (@bernardmcmanus in #12)

v0.11.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 08 Jun 09:35
0915f59
  • Add util.promisify.
  • Add util.callbackify.