Releases: ArcletProject/Tarina
Releases · ArcletProject/Tarina
Tarina 0.6.4
What's Changed
- ✨ Add py.typed by @shoucandanghehe in #7
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in /.github/workflows by @dependabot in #8
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in /.github/workflows by @dependabot in #9
Full Changelog: v0.6.3...v0.6.4
Tarina 0.6.3
Full Changelog: v0.6.2...v0.6.3
Tarina 0.6.2
Full Changelog: v0.6.1...v0.6.2
Tarina 0.6.1
What's Changed
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.10.3 in /.github/workflows by @dependabot in #5
- ⬆️ Bump docker/setup-qemu-action from 2 to 3 in /.github/workflows by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.6.0...v0.6.1
Tarina 0.6.0
What's Changed
- 💥 new split_once and split
- 💥 use module name as config_name by @shoucandanghehe in #3
- ✨ upgrade generic_isinstance & generic_issubclass
- ✨ callback when switch lang locale
- ✨ LangItem.set
Full Changelog: v0.5.8...v0.6.0
Tarina 0.5.8
- 修复 cython 下的 split_once 在特定python版本下会导致 Segmentfault #2
Full Changelog: v0.5.7...v0.5.8
Tarina 0.5.7
- 可以通过在
.config.json
中增加字段name:
来指定一个 i18n 目录 - 并可以通过
lang.locales_in(name=xxx)
方法获取该目录下支持的语言种类
Full Changelog: v0.5.6...v0.5.7
Tarina 0.5.6
What's Changed
- 🐛 fix lang file requires
- ✨ LangItem support selection locale by @shoucandanghehe in #1
New Contributors
- @shoucandanghehe made their first contribution in #1
Full Changelog: v0.5.5...v0.5.6
Tarina 0.5.5
- 移除
split
和split_once
中对于引号未配对的 SyntaxError - 修复 DateParser 对于 time 的正则表达式
Full Changelog: v0.5.4...v0.5.5
Tarina 0.5.4
- 修复
i18n/.config.json
中对require
和frozen
的解析
Full Changelog: v0.5.3...v0.5.4