taraskevizer 1.0.2 → 1.0.3

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,6 +39,7 @@ Type: `number`
39
39
  Default value: `0`
40
40
 
41
41
  Alphabet of output text:
42
+
42
43
  ```
43
44
  0 = cyrillic
44
45
  1 = latin
@@ -52,6 +53,7 @@ Type: `number`
52
53
  Default value: `0`
53
54
 
54
55
  When to replace `і`(`i`) by `й`(`j`) after vowels:
56
+
55
57
  ```
56
58
  0 = never
57
59
  1 = random
@@ -75,7 +77,9 @@ Default value: `false`
75
77
  Do replace `г`(`h`) by `ґ`(`g`) in cyrillic alphabet?
76
78
 
77
79
  ```html
78
- false: <tarH>г</tarH> <tarH>Г</tarH> true: <tarH>ґ</tarH> <tarH>Ґ</tarH>
80
+ false: <tarH>г</tarH> <tarH>Г</tarH>
81
+
82
+ true: <tarH>ґ</tarH> <tarH>Ґ</tarH>
79
83
  ```
80
84
 
81
85
  ## HTML tags
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "taraskevizer",
3
3
  "author": "GooseOb",
4
4
  "license": "MIT",
5
- "version": "1.0.2",
5
+ "version": "1.0.3",
6
6
  "private": false,
7
7
  "homepage": "https://gooseob.github.io/taraskevizatar/",
8
8
  "main": "dist/index.js",