You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
-`ltrim`, `rtrim` and `trim` string type utility functions
13
13
14
+
## [2.1.0] - 2025-09-03
15
+
16
+
### Added
17
+
18
+
-`isValidSwissIbanNumber` string utility function
19
+
-`isValidSwissSocialSecurityNumber` string utility function
20
+
14
21
## [2.0.0] - 2025-07-29
15
22
16
23
### Added
@@ -169,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169
176
- added `eslint-plugin-jsdoc` to lint jsdoc comments
170
177
-`getEnumNameFromValue`,`getEnumValueFromName`, `getEnumNames`,`getEnumNameValues` functions to respectively get the name of an enum from its value, the value from its name, all the names and all the values
0 commit comments