taraskevizer 10.1.10 → 10.1.12

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/README.md CHANGED
@@ -36,7 +36,6 @@ import {
36
36
  pipelines.tarask('планета');
37
37
  // "плянэта"
38
38
 
39
- // Explicit config declaration is recommended if it's used multiple times
40
39
  const cfg = new TaraskConfig({
41
40
  abc: alphabets.cyrillic,
42
41
  j: 'always',
@@ -62,6 +61,14 @@ pipelines.alphabetic('яна і іншыя', latinWithJiCfg);
62
61
  // "jana j jinšyja"
63
62
  ```
64
63
 
64
+ # Builtin Pipelines
65
+
66
+ | Pipeline | Taraskevization | Phonetization | Alphabet | Special syntax |
67
+ | ---------- | --------------- | ------------- | -------- | -------------- |
68
+ | tarask | ✅ | ❌ | ✅ | ✅ |
69
+ | alphabetic | ❌ | ❌ | ✅ | ✅ |
70
+ | phonetic | ❌ | ✅ (alpha) | ✅ | ✅ |
71
+
65
72
  # HTML tags
66
73
 
67
74
  ## tarF
package/dist/bin.js CHANGED
@@ -7,7 +7,7 @@ process.argv.splice(0, 2);
7
7
  const firstArg = process.argv[0];
8
8
  if (firstArg) {
9
9
  if (firstArg === '-v' || firstArg === '--version') {
10
- printWithPrefix("10.1.10");
10
+ printWithPrefix("10.1.12");
11
11
  process.exit(0);
12
12
  }
13
13
  if (firstArg === '-h' || firstArg === '--help') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "10.1.10",
3
+ "version": "10.1.12",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",