Releases: oriontvv/pyaspeller
Releases · oriontvv/pyaspeller
2.0.2
2.0.1
Added
- Add python 3.11, 3.12, 3.13 to ci, drop support until 3.9
- Migrate from poetry to uv
2.0.0
Removed
- [Breaking change] Remove deprecated options
flag_latin
,ignore_latin
,by_words
,ignore_roman_numerals
andignore_uppercase
Changed
- Updated ruff linter version
1.2.0
Added
- Linting with ruff
Fixed
- Fix encoding issue on windows
Changed
- Require python3.7+
Removed
- Linting with flake8
- Linting with black
- Linting with isort
1.1.0
Added
- Add new methods
spell_text
andspelled_text
for explicit deal with strings only - Allow to recieve Pathlib.Path argument
- Increase test coverage
1.0.0
Added
- Using keep changelog format
Changed
- Update and untie dependencies
Removed
- Drop python3.6 from ci