## [1.16.1] - 2022-04-28
- fixed edge case in {camel} where the string is already partially camel cased

## [1.16.0] - 2022-01-11
- added optional {reducer} to {toggle}
- made {whenFalse} optional in {iif}

## [1.15.1] - 2021-11-23
- fixed trailing number sometimes getting removed in {kebab} 

## [1.15.0] - 2021-11-18
- removed look back in {camel} and {kebab} to give compatibility with Safari

## [1.14.1] - 2021-11-17
- array/search - Fix an issue where the search term appears in multiple fields

## [1.14.0] - 2021-11-17
- Added array/search

## [1.13.1] - 2021-11-09
- Added splitCamelCase to kebab to ensure a camel cased string can be kebab cased

## [1.13.0] - 2021-11-03
- Added keyPressed utils; performance improvements (findLastIndex, insertAt, removeIf)

## [1.12.0] - 2021-11-02
- Added removeIf

## [1.11.0] - 2021-11-01
- Added replaceIf, commaString

## [1.10.0] - 2021-09-10
- Added fuzzyMatch, initials

## [1.9.0] - 2021-08-06
- Added leadingZero

## [1.8.0] - 2021-05-27
- Renamed calcPerformance to executionTime; kept alias for calcPerformance for backward compatibility

## [1.7.0] - 2021-05-26
- Added calcPerformance util

## [1.6.0] - 2021-05-17
- Updated removeAt to accept multiple indexes

## [1.5.0] - 2021-05-14
- Added pipe util

## [1.4.0] - 2021-04-09
- Added dedicated any and all functions to logic utils

## [1.2.0] - 2021-02-13
- Added any and all functions to value utils

## [1.1.0] - 2021-01-21
- Added sideEffects false for better tree shaking

## [1.0.0] - 2021-01-13
- Initial release