All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
- [core] Support Node 21
- [core] Remove support Node 16|17
- [core] Changed signature
match
- [is] Add
isUrl
- [structures] Add
CollectionArray
- [chore] Add support Node 20
- [string] Add
normalizeKebab
: Replace non-alphanumeric chars to-
- [string] Add
normalizeName
&&normalizeCustom
: Replace non-alphanumeric chars to a defined string and remove consecutive duplicates. - [string] Add
removeConsecutiveDuplicates
: Remove consecutive duplicates - [string] Add
trimAny
: Trim any characters
- New package building system
isDates
tois
section
- Change codebase to TS