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.
10 KiB
10 KiB
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
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
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
- add Object.entries (51d2f43)
0.10.43 (2018-05-28)
Features
- improve patch string (6a25b10)
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
0.10.39 (2018-02-16)
Features
- Promise.lazy (7a30a78)
0.10.38 (2018-01-16)
Features
- Object.isNaturalNumber an Object.isNaturalNumberValue (66a40af)
0.10.37 (2017-11-23)
Features
- String.random util (7c28739)
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
- Object.assignDeep (2345e0b)
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
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
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