Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Bug Fixes
- improve error message readbility (adc91b9)
Features
Features
Bug Fixes
- Date.isDate to exclude NaN dates (3b61bc6)
Features
- improve non-coercible string representation (20bfb78)
- improve non-stringifiable string representation (2e4512d)
Features
- Add function.microtaskDelay method (66481c0)
- Add Object.isThenable (8d5a45c)
- Add promise.asCallback method (dcc1451)
- Object.ensurePlainFunction (2682be6)
Features
- math: decimal round, floor and ceil (39290c6)
- object: isInteger and ensureInteger (a5f7d04)
Features
Features
- Object.isNaturalNumber an Object.isNaturalNumberValue (66a40af)
Features
Features
- date: isTimeValue and ensureTimeValue utils (7659dc5)
Bug Fixes
- Object.copy: do not upgrade primitives to objects (dd4d88f)
Features
- copyDeep: duplicate only recursive instances (bba529a)
Bug Fixes
- Object.assignDeep: relax input validation (1baf57d)
Features
Features
- Object.isPlainFunction utility (031be0a)
Bug Fixes
- value stringification for error message (37bb96b)
Bug Fixes
- string.repeat after recent regression (b02fab4)
Features
- array.isEmpty method (b0cfbdd)
- improve new lines representation (860fe8b)
- Object.ensureArray util (595c341)
- toShortStringRepresentation util (6842d06)
Bug Fixes
- isNumberValue should not crash on non-coercible values (0db765e)
Features
- add Object.ensureFiniteNumber util (11c67f5)
- add Object.isFiniteNumber util (fe5b55a)
Bug Fixes
- general: ensure optionalChaining in index (3df879a)
Features
- general: optionalChaining utility (26332b5)
Features
- resolve global with CSP safe method (d386449)
Bug Fixes
- Error.custom: allow non-string code (e8db3a0)
- Error.custom: improve
ext
argument detection (0edbfbc)
Bug Fixes
- ensure proper symbols stringification in early implementations (ce51900)
Features
- support arrow functions in Function/#/to-tring-tokens.js (ad3de1e)
Features
- if listed copy not only if own property (d7e7cef)
- support
ensure
option in Object.copy (295326f)
Features
- support propertyNames option in Object.copy (5442279)
Bug Fixes
- take all changes in safeToString (3c5cd12)
Features
- introduce Object.ensurePromise (46a2f45)
- introduce Object.isPromise (27aecc8)
- introduce safeToString (0cc6a7b)
Features
- add String.prototype.count (2e53241)
Changelog for previous versions
See CHANGES
file