From 40479d96ad84cea9fd48e4501c9e60e2281bb553 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 5 Nov 2020 11:46:48 +0300 Subject: [PATCH] Strings 2.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb3846..cfcb405 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.1.0](https://github.com/atomastic/strings) (2020-11-05) +* add isIP method. +* add isMAC method. +* add isHTML method. +* add isBoolean method. +* add isTrue method. +* add isFalse method. +* improve tests for toBoolean method. + # [2.0.0](https://github.com/atomastic/strings) (2020-10-28)