Skip to content

Commit 9fd8d53

Browse files
chore(release): version 1.8.0-next.1 [skip ci]
# [1.8.0-next.1](v1.7.2...v1.8.0-next.1) (2025-02-24) ### Bug Fixes * add `isString` check to ensure type-safety ([e35b734](e35b734)) * add override for `isExpectedType` param to allow number inputs ([c305184](c305184)) * replace `isString` w parameter `isExpectedType` ([443ebe5](443ebe5)) * rm old '_WithSpaces' exports ([070f153](070f153)) * update phone tests to reflect new behavior ([aaebb90](aaebb90)) * update sani regex to only allow phone-format chars ([1da1969](1da1969)) ### Features * add `escapeString` util ([5122feb](5122feb)) * add `getAllowListSanitizationRegex` util ([af9d53a](af9d53a)) * add `isValidISO8601Timestamp` ([1ec495f](1ec495f)) * add `isValidStreetAddress` ([20578a9](20578a9)) * add `unescapeString` util ([9a366f1](9a366f1)) * rm the '_WithSpaces' validators+sanitizers ([64db4ac](64db4ac))
1 parent 4f4371f commit 9fd8d53

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
# [1.8.0-next.1](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.7.2...v1.8.0-next.1) (2025-02-24)
8+
9+
10+
### Bug Fixes
11+
12+
* add `isString` check to ensure type-safety ([e35b734](https://github.com/Nerdware-LLC/ts-string-helpers/commit/e35b7347fce012788883c0fd72e9d75c5858e760))
13+
* add override for `isExpectedType` param to allow number inputs ([c305184](https://github.com/Nerdware-LLC/ts-string-helpers/commit/c3051846e75740b5dca25e7bf258246a521effe0))
14+
* replace `isString` w parameter `isExpectedType` ([443ebe5](https://github.com/Nerdware-LLC/ts-string-helpers/commit/443ebe536dc5dcf54637947d6c0259b51813d55b))
15+
* rm old '_WithSpaces' exports ([070f153](https://github.com/Nerdware-LLC/ts-string-helpers/commit/070f1535728d959d2acdffdefa7494bd105b4516))
16+
* update phone tests to reflect new behavior ([aaebb90](https://github.com/Nerdware-LLC/ts-string-helpers/commit/aaebb90d9627a4b5e7cded77633c05ac11c39057))
17+
* update sani regex to only allow phone-format chars ([1da1969](https://github.com/Nerdware-LLC/ts-string-helpers/commit/1da19694e87605846ad1b2414b42198132061eaa))
18+
19+
20+
### Features
21+
22+
* add `escapeString` util ([5122feb](https://github.com/Nerdware-LLC/ts-string-helpers/commit/5122feb0c65629d80cf57d05589d84bfd477d3c3))
23+
* add `getAllowListSanitizationRegex` util ([af9d53a](https://github.com/Nerdware-LLC/ts-string-helpers/commit/af9d53ad30461839f671c29910e50e0f915b6292))
24+
* add `isValidISO8601Timestamp` ([1ec495f](https://github.com/Nerdware-LLC/ts-string-helpers/commit/1ec495f43b117c5ee368bb9ec0cad2af8c1c9225))
25+
* add `isValidStreetAddress` ([20578a9](https://github.com/Nerdware-LLC/ts-string-helpers/commit/20578a92e17a50c4951b6a34f231c48068c01c2c))
26+
* add `unescapeString` util ([9a366f1](https://github.com/Nerdware-LLC/ts-string-helpers/commit/9a366f15dc7a5d0bdc27eade4c58a519cf0abb80))
27+
* rm the '_WithSpaces' validators+sanitizers ([64db4ac](https://github.com/Nerdware-LLC/ts-string-helpers/commit/64db4ac62f496cd73910e0a362c226ed2d972c0c))
28+
729
## [1.7.2](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.7.1...v1.7.2) (2025-02-02)
830

931
## [1.7.2-next.1](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.7.1...v1.7.2-next.1) (2025-02-02)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nerdware/ts-string-helpers",
3-
"version": "1.7.2",
3+
"version": "1.8.0-next.1",
44
"description": "TypeScript string utils for validation and sanitization.",
55
"author": {
66
"name": "Trevor Anderson",

0 commit comments

Comments
 (0)