quantible 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,6 +35,12 @@ Quantible excels at transforming various numerical expressions into their spoken
35
35
  - `$5` -> "five dollars"
36
36
  - `5.25 USD` -> "five dollars and twenty-five cents"
37
37
  - `$5.25` -> "five dollars and twenty-five cents"
38
+ - `1000 ₩` -> "one thousand won"
39
+ - `v2` -> "v two"
40
+ - `_5` -> "underscore five"
41
+ - `A & B` -> "A and B"
42
+ - `e.g.` -> "example given"
43
+
38
44
 
39
45
  The `autoReplaceAllMatches` function demonstrates the power of Quantible by converting all quantities within a text:
40
46
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quantible",
3
3
  "description": "A versatile library for extracting and converting numerical values, units, currency, and mathematical expressions into their spoken word equivalents.",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",