All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.2 (2020-11-18)
- accessors: only fallback to default values when the target value is undefined or missing (65e42b6)
2.3.1 (2019-11-29)
- async: add CancelablePromise utility class (3f7f1f6)
2.3.0 (2019-11-29)
- async: add CancelablePromise utility class (3f7f1f6)
- async: exclude test for .finally when it isn't supported in the runtime (9214cc5)
2.2.0 (2019-11-16)
- transforms: add
toCamel
function to transform strings to camel case (7b3e680)
2.1.2 (2019-07-17)
2.1.0 (2019-07-16)
2.0.1 (2019-06-26)
- validation: remove potential regex crash (1191997)
- validation: add catastrophic backtracking test case (ed7f11e)
2.0.0 (2019-05-26)
- copy changelog to dist folder (8974bb8)
- accessors: add pick function (ad55229)
- flatten: update flatted type signature to allow for atleast single level nested sub-arrays (8eb0efc)
- accessors: update get/set methods to allow for arrays to be traversed (#45) (9207675), closes #45
- The
get
andset
methods will now process numeric paths as array indicies. This is probably the expected behaviour but wasn't how it previously worked and is therefore a breaking change.
1.3.1 (2019-04-09)
1.3.0 (2019-04-09)
- function: add partial function helper (e7df3b2)
1.2.4 (2018-12-10)
- isValidURL: allow slashes in query strings (8a28ddf)
1.2.3 (2018-10-19)
- internal: Fix validURL regex pattern (ddb79cb)
1.2.2 (2018-10-19)
- internal: Add handler for same domain hosts (89e4d74)
1.2.1 (2018-10-19)
- internal: Fix URL pattern to match local (0c2a363)
1.2.0 (2018-10-09)
- transforms: handle array of strings as input to
toProperList
(7d9ae22)