Skip to content

Commit 05ab22e

Browse files
authored
Merge pull request #14 from zr87/chore/revert-semantic-plugins
Chore/revert semantic plugins
2 parents f3e39b5 + 3110a87 commit 05ab22e

4 files changed

Lines changed: 146 additions & 284 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
## Description
44

5-
A case-insensitive accent folding functions to replace accented characters with their unaccented equivalents
5+
A case-insensitive accent folding functions to replace accented characters with their unaccented equivalents
66
or hightlight matched terms in a string, ignoring accents.
77

8-
9-
108
## Installation
119

1210
Install with npm:
@@ -30,12 +28,13 @@ yarn add accent-folding
3028
## Public Methods
3129

3230
### `replace`
31+
3332
Replaces accented characters in a string with their unaccented equivalents.
3433

3534
#### Key Features:
36-
- Handles various Unicode characters, including fullwidth ASCII
37-
- Preserves original string formatting in the output
3835

36+
- Handles various Unicode characters, including fullwidth ASCII
37+
- Preserves original string formatting in the output
3938

4039
```js
4140
import AccentFolding from 'accent-folding';
@@ -46,6 +45,7 @@ af.replace('Fulanilo López'); // --> "Fulanilo Lopez"
4645
```
4746

4847
### `highlightMatch`
48+
4949
Highlights matched terms in a string, ignoring accents.
5050

5151
#### Key Features:
@@ -61,7 +61,6 @@ Highlights matched terms in a string, ignoring accents.
6161
- Search functionality in applications where accents should be ignored
6262
- Highlighting matched terms in search results
6363

64-
6564
```js
6665
import AccentFolding from 'accent-folding';
6766

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"homepage": "https://github.com/zr87/accent-folding#readme",
3333
"devDependencies": {
3434
"@eslint/js": "^9.9.0",
35-
"@semantic-release/changelog": "^6.0.3",
36-
"@semantic-release/git": "^10.0.1",
3735
"@vitest/coverage-v8": "^2.0.5",
3836
"eslint": "^9.9.0",
3937
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)