We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf28128 commit eb557b6Copy full SHA for eb557b6
CHANGELOG.md
@@ -13,6 +13,10 @@ This will break the projects developed on precedent versions.
13
14
## Current
15
16
+## Version 0.10.2 (2018-12-19)
17
+* FIX: english conjugation with verbs starting with: over-, under-, etc.
18
+* FIX: transliteration in case of uppercase
19
+
20
## Version 0.10.0 (2018-04-11)
21
* MODIFY: references of conjugation forms: more short references
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jslingua",
3
- "version": "0.10.1",
+ "version": "0.10.2",
4
"description": "Language processing modules",
5
"main": "jslingua.js",
6
"devDependencies": {
0 commit comments