You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 10KB

Changelog

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

0.10.53 (2019-11-21)

0.10.52 (2019-10-29)

Bug Fixes

  • Fix global resolution for Safari (00731d2)
  • Keep support for old Node.js versions (2fa2a11)

0.10.51 (2019-08-30)

Bug Fixes

  • Ensure Function.isFunction recognizes async functions (6f06e66)

Tests

  • Fix after prettification changes (dd6fc3f)

0.10.50 (2019-04-30)

Bug Fixes

  • maximum time value reference (708202d)

Features

  • ensure global resolves in strict mode (c6a19d7), closes #86

0.10.49 (2019-03-11)

Features

  • allow plain function usage of fn.compose (2bafef7)

0.10.48 (2019-02-22)

Features

  • Object.ensurePlainObject util (f48fbcf)

0.10.47 (2019-01-16)

Features

  • Promise.prototype.finally shim (4dadbc7)

0.10.46 (2018-08-13)

Bug Fixes

  • assign-deep to not modify following arguments (bf43d57)

0.10.45 (2018-06-01)

Bug Fixes

  • improve error message readbility (adc91b9)

0.10.44 (2018-05-30)

Features

0.10.43 (2018-05-28)

Features

0.10.42 (2018-03-28)

Bug Fixes

  • Date.isDate to exclude NaN dates (3b61bc6)

Features

  • improve non-coercible string representation (20bfb78)
  • improve non-stringifiable string representation (2e4512d)

0.10.41 (2018-03-16)

Features

  • Add function.microtaskDelay method (66481c0)
  • Add Object.isThenable (8d5a45c)
  • Add promise.asCallback method (dcc1451)
  • Object.ensurePlainFunction (2682be6)

0.10.40 (2018-03-09)

Features

  • math: decimal round, floor and ceil (39290c6)
  • object: isInteger and ensureInteger (a5f7d04)

0.10.39 (2018-02-16)

Features

0.10.38 (2018-01-16)

Features

  • Object.isNaturalNumber an Object.isNaturalNumberValue (66a40af)

0.10.37 (2017-11-23)

Features

0.10.36 (2017-11-23)

Features

  • date: isTimeValue and ensureTimeValue utils (7659dc5)

0.10.35 (2017-10-13)

Bug Fixes

  • Object.copy: do not upgrade primitives to objects (dd4d88f)

0.10.34 (2017-10-13)

Features

  • copyDeep: duplicate only recursive instances (bba529a)

0.10.33 (2017-10-13)

Bug Fixes

  • Object.assignDeep: relax input validation (1baf57d)

0.10.32 (2017-10-13)

Features

0.10.31 (2017-10-09)

Features

  • Object.isPlainFunction utility (031be0a)

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