Skip to content

Latest commit

 

History

History
139 lines (72 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

139 lines (72 loc) · 5.51 KB

Changelog

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

2.3.2 (2020-11-18)

Bug Fixes

  • accessors: only fallback to default values when the target value is undefined or missing (65e42b6)

2.3.1 (2019-11-29)

Features

  • async: add CancelablePromise utility class (3f7f1f6)

2.3.0 (2019-11-29)

Features

  • async: add CancelablePromise utility class (3f7f1f6)

Tests

  • async: exclude test for .finally when it isn't supported in the runtime (9214cc5)

2.2.0 (2019-11-16)

Build System

  • deps: bump eslint-utils from 1.3.1 to 1.4.2 (#75) (ea022e3)

Features

  • transforms: add toCamel function to transform strings to camel case (7b3e680)

2.1.2 (2019-07-17)

Build System

  • deps: bump lodash.template from 4.4.0 to 4.5.0 (#62) (19a93f0)

2.1.0 (2019-07-16)

Features

  • async: add makeCancelable and pause functions (#64) (37132d0)

2.0.1 (2019-06-26)

Bug Fixes

  • validation: remove potential regex crash (1191997)

Build System

  • ci: Travis CI Build Improvements (#48) (92d42e7)

Tests

  • validation: add catastrophic backtracking test case (ed7f11e)

2.0.0 (2019-05-26)

Build System

  • copy changelog to dist folder (8974bb8)

Features

  • 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

BREAKING CHANGES

  • The get and set 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)

Features

  • function: add partial function helper (e7df3b2)

1.2.4 (2018-12-10)

Bug Fixes

  • isValidURL: allow slashes in query strings (8a28ddf)

1.2.3 (2018-10-19)

Bug Fixes

  • internal: Fix validURL regex pattern (ddb79cb)

1.2.2 (2018-10-19)

Bug Fixes

  • internal: Add handler for same domain hosts (89e4d74)

1.2.1 (2018-10-19)

Bug Fixes

  • internal: Fix URL pattern to match local (0c2a363)

1.2.0 (2018-10-09)

Bug Fixes

  • transforms: handle array of strings as input to toProperList (7d9ae22)

Features

1.1.0 (2018-09-21)

Features

  • array: add filterBy function (#10) (d0d4e35)
  • array: add flatMap function (28d44bd)
  • array: add partitionArray function (7bb0246)