urdu-text-utils 0.1.10 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
- Add automated performance benchmarks workflow that runs on every push to main and release tags.
|
|
6
|
+
- Add Performance Benchmarks documentation page with real-world benchmark results for all major functions.
|
|
7
|
+
- Benchmark script now supports `--json` output for automation and programmatic access.
|
|
8
|
+
- Add automated benchmark results to GitHub Release notes on new releases.
|
|
9
|
+
|
|
10
|
+
## 0.1.10
|
|
11
|
+
|
|
12
|
+
- Expand transliteration `ROMAN_VARIANTS` with 200+ new entries covering common verb conjugations, nouns, food, body parts, nature, religion, and modern vocabulary.
|
|
13
|
+
- Add real-time npm download stats (weekly/monthly) to docs homepage.
|
|
14
|
+
- Add Use Cases & Recipes guide page with real-world integration examples: search autocomplete, CMS processing, form validation, URL slugs, sorting, text analysis, date formatting, stop words, and number conversion.
|
|
15
|
+
- Merge `release.yml` and `prerelease.yml` into a single workflow that handles both stable and pre-release tags, fixing npm Trusted Publishing which only allows one workflow per publisher.
|
|
16
|
+
- Add `.freebuff/` to `.gitignore`.
|
|
17
|
+
|
|
3
18
|
## 0.1.9
|
|
4
19
|
|
|
5
20
|
- Add rule-based Urdu Stemmer module (`stemUrdu`, `stemUrduText`, `getAffixes`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "urdu-text-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Comprehensive Urdu NLP & text processing toolkit: normalization, Roman Urdu transliteration, stop words, script detection, digits, diacritics (aerab), sorting, search, and statistics. Zero dependencies, ESM + CJS.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"urdu",
|