biofriction-wp-theme/node_modules/es5-ext/CHANGELOG.md

4.6 KiB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.30 (2017-08-25)

Bug Fixes

  • value stringification for error message (37bb96b)

0.10.29 (2017-08-18)

Bug Fixes

  • string.repeat after recent regression (b02fab4)

0.10.28 (2017-08-18)

Features

  • array.isEmpty method (b0cfbdd)
  • improve new lines representation (860fe8b)
  • Object.ensureArray util (595c341)
  • toShortStringRepresentation util (6842d06)

0.10.27 (2017-08-11)

Bug Fixes

  • isNumberValue should not crash on non-coercible values (0db765e)

Features

  • add Object.ensureFiniteNumber util (11c67f5)
  • add Object.isFiniteNumber util (fe5b55a)

0.10.26 (2017-08-02)

Bug Fixes

  • general: ensure optionalChaining in index (3df879a)

0.10.25 (2017-08-02)

Features

  • general: optionalChaining utility (26332b5)

0.10.24 (2017-07-10)

Features

  • resolve global with CSP safe method (d386449)

0.10.23 (2017-06-05)

Bug Fixes

  • Error.custom: allow non-string code (e8db3a0)
  • Error.custom: improve ext argument detection (0edbfbc)

0.10.22 (2017-05-31)

Bug Fixes

  • ensure proper symbols stringification in early implementations (ce51900)

0.10.21 (2017-05-22)

Features

  • support arrow functions in Function/#/to-tring-tokens.js (ad3de1e)

0.10.20 (2017-05-17)

Features

  • if listed copy not only if own property (d7e7cef)
  • support ensure option in Object.copy (295326f)

0.10.19 (2017-05-17)

Features

  • support propertyNames option in Object.copy (5442279)

0.10.18 (2017-05-15)

Bug Fixes

  • take all changes in safeToString (3c5cd12)

0.10.17 (2017-05-15)

Features

  • introduce Object.ensurePromise (46a2f45)
  • introduce Object.isPromise (27aecc8)
  • introduce safeToString (0cc6a7b)

0.10.16 (2017-05-09)

Features

  • add String.prototype.count (2e53241)

Changelog for previous versions

See CHANGES file