Skip to content

Latest commit

 

History

History
300 lines (145 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

300 lines (145 loc) · 12.3 KB

Changelog

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

2.10.0 (2022-02-25)

Features

  • types: add VoidFn, MaybePromise (ba2fc56)

2.9.1 (2021-12-09)

2.9.0 (2021-12-09)

Features

  • add pruneNullOrEmpty (4df7908)
  • test: add tests for pruneNullOrEmpty (a47022b)

2.8.2 (2021-11-09)

Bug Fixes

2.8.0 (2021-11-08)

Features

Bug Fixes

2.7.2 (2021-11-01)

Bug Fixes

  • types: add types from index.js (6b69341)

2.7.1 (2021-11-01)

Bug Fixes

  • types: remove types from index.js (5c69c86)

2.7.0 (2021-10-29)

Features

  • guards: add isNotNull and isTruthy (4596e2c)
  • types: add CamelCase type (b6f9e0a)

2.6.0 (2021-10-29)

Features

  • guards: add isNotNull and isTruthy (029a037)

2.5.0 (2021-10-26)

Bug Fixes

  • fix: fix casing functions for upper case strings (5715ad6)

2.4.0 (2021-10-25)

Bug Fixes

  • string: isNullOrEmpty should accept null and undefined as input (aad82d6)

2.3.0 (2021-10-19)

Bug Fixes

  • function: fix callAll type (aa2ef41)

2.2.0 (2021-10-19)

Features

  • remove getRequiredEnv fallback value (91768ed)

Bug Fixes

  • function: fix callAll type (aa2ef41)

2.1.0 (2021-10-17)

Features

  • add removeTrailingSlash (12a88ff)

2.0.2 (2021-10-17)

Bug Fixes

  • configure test runner for es modules (8489fa3)
  • fix esm module resolve issue (2f8c318)

2.0.1 (2021-10-10)

2.0.0 (2021-10-10)

⚠ BREAKING CHANGES

  • env: remove Env.match now use Env.is
  • env: env.isDev and env.isProd now works internally with Env.is

Features

  • add cspell to check commit message (5fbc050)
  • add example for passesMin (2514b01)
  • add hasInvalidCasing (c4efb0a)
  • add isNullable (8701c55)
  • add passesMin (faf7ccb)
  • add testRegex and extract regex in to its own file (de676db)
  • add throwErr (c7040b7)
  • add toSpaceCase and toCamelCase (1be7e98)
  • guards: rename isNullable to isNull (fecec3e)

Bug Fixes

prune

1.4.0 (2021-08-30)

Features

  • add toSpaceCase and toCamelCase (1be7e98)

1.3.0 (2021-08-10)

Features

  • array: add concatNullableArrays (729c05e)

1.2.1 (2021-08-01)

1.2.0 (2021-08-01)

Features

  • function: add not function (673b723)

1.1.0 (2021-05-27)

Features

  • isNullOrEmpty now accepts array as well (e9f14fe)

0.3.11 (2020-07-06)

Features

  • number: add isInRange function (c92a188)

0.3.10 (2020-07-06)

Features

  • number: add toInteger function (d1badaf)

0.3.9 (2020-06-21)

Bug Fixes

  • env: fix env.isProd returns false (7936e04)

0.3.8 (2020-06-16)

Bug Fixes

0.3.7 (2020-06-16)

0.3.6 (2020-06-15)

Features

0.3.5 (2020-06-09)

Bug Fixes

  • package: fix hasDepType issue (d37c8b2)

0.3.4 (2020-06-06)

Bug Fixes

  • fix error on missing dep type (7267dff)

0.3.3 (2020-06-06)

Bug Fixes

  • packages: fix ifAnyDep typing (f70cb88)

0.3.2 (2020-06-06)

Bug Fixes

  • package: fix Packages api (6a3d383)

0.3.1 (2020-06-06)

0.2.10 (2020-03-03)

Bug Fixes

0.2.9 (2020-03-02)

Bug Fixes

0.2.6 (2020-03-02)

Features

0.2.5 (2020-01-19)

Features

0.2.4 (2020-01-19)

Bug Fixes

  • change randomInt max default param to Number.MAX_SAFE_INTEGER (cdd6250)

0.2.2 (2020-01-19)

Features

0.0.4 (2019-10-08)

Features

  • add rang and isNullOrEmpty utils (beb5f73)