Skip to content

Commit e43df81

Browse files
committed
docs: update changelog
1 parent 0e1f68d commit e43df81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
- `Added`:
44
- `getFirstCharIndex(string: string): number` method has been implemented.
55
- `normalizeSentence(sentence: string): string` method has been implemented, this method is used to upper the first word char & lower the rest of them & append a dot at the end of it.
6-
- `getPunctuationCharIndex(string: string): number` method has been implemented.
6+
- `getFirstCharIndex(string: string)` method has been implemented.
7+
- `getFirstEndingPunctuationIndex(string: string): number` method has been implemented.
78
- `getIndexOfUnfullyDeterminated(string: string, toSearch: string | string[]): number` method has been implemented to get the first index of a given set of (only one) char in a given string.
89

910
# Version 2.4.1

0 commit comments

Comments
 (0)