Skip to content

Releases: cahilfoley/utils

Version 2.3.2

18 Nov 05:56
Compare
Choose a tag to compare

2.3.2 (2020-11-18)

Bug Fixes

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

Release v2.2.0

29 Nov 01:27
Compare
Choose a tag to compare

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)

Release v2.1.2

17 Jul 06:26
Compare
Choose a tag to compare

Build System

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

Release v2.1.1

17 Jul 06:25
Compare
Choose a tag to compare
Release v2.1.1 Pre-release
Pre-release

Corrupt release, do not use.

Release v2.1.0

17 Jul 06:24
77b7b11
Compare
Choose a tag to compare

Features

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

Release v2.0.1

26 Jun 09:15
Compare
Choose a tag to compare

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)

Release v2.0.0

26 May 10:21
95acdc0
Compare
Choose a tag to compare

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.

Release v1.3.1

09 Apr 17:36
Compare
Choose a tag to compare

Chore

  • bundle improve dist bundle (0627d2d)

Release v1.3.0

09 Apr 17:34
Compare
Choose a tag to compare

Features

  • function: add partial function helper (e7df3b2)

Release v1.2.0

09 Oct 02:50
Compare
Choose a tag to compare

Bug Fixes

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

Features