You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# verbecc Changelog
2
2
3
+
- 1.11.6 [TBR]
4
+
- Misc. cleanup
5
+
- Promoted applicable `Inflector` methods to public
6
+
3
7
- 1.11.5 [24 October 2025]
4
-
- Fixed Spanish Voseo imperativo
8
+
- Fixed Spanish Voseo imperativo afirmativo
5
9
6
10
- 1.11.4 [24 October 2025]
7
11
- Added support for Spanish Voseo
8
12
9
13
- 1.11.3 [19 October 2025]
10
14
- improved typing
11
-
- changed `Language` enum to `LangCodeISO639_1`
15
+
- changed `Language` enum to `LangCodeISO639_1` (suggest `from verbecc import LangCodeISO639_1 as Lang`)
12
16
13
17
- 1.12.2 [17 October 2025]
14
18
- Added typing for mood and tense using `StrEnum` (backwards-compatible with string values)
@@ -25,9 +29,9 @@
25
29
-**Changes should be transparent to users of top level `Conjugator.conjugate` function, however in sub-level conjugate methods the `alternate: bool` parameter has been replaced with the `alternate_options: AlternateOptions` parameter.**
26
30
-**Officially dropping support for python <=3.8. Python 3.8 has been EOL for over a year now. Update to python 3.9 or later. Now supporting Python 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14.**
27
31
- Significant refactoring
28
-
- Eliminated a lot of code duplication introduced during initial implementation of `include_alternates` option
29
-
- Moved most language-specific conjugation logic into the `Inflector` sub-classes
30
-
- Moved most language-agnostic conjugation logic into `Conjugator`
32
+
- Eliminated a lot of code duplication introduced during initial implementation of `include_alternates` option
33
+
- Moved most language-specific conjugation logic into the `Inflector` sub-classes
34
+
- Moved most language-agnostic conjugation logic into `Conjugator`
31
35
- Improved typing, now have typehint definitions for all returned data structures
0 commit comments