Release Notes¶
Latest Changes¶
- ⬆ Bump codecov/codecov-action from 4.2.0 to 4.3.0. PR #248 by @dependabot[bot].
- ⬆ Bump black from 24.3.0 to 24.4.0. PR #247 by @dependabot[bot].
- ⬆ Bump typer from 0.12.2 to 0.12.3. PR #246 by @dependabot[bot].
- ⬆ Bump codecov/codecov-action from 4.1.1 to 4.2.0. PR #243 by @dependabot[bot].
- ⬆ Bump mkdocs-material from 9.5.16 to 9.5.17. PR #244 by @dependabot[bot].
- ⬆ Bump typer from 0.12.0 to 0.12.2. PR #245 by @dependabot[bot].
- ⬆ Bump codecov/codecov-action from 4.1.0 to 4.1.1. PR #240 by @dependabot[bot].
- ⬆ Bump mkdocs-material from 9.5.15 to 9.5.16. PR #241 by @dependabot[bot].
- ⬆ Bump typer from 0.10.0 to 0.12.0. PR #242 by @dependabot[bot].
- ⬆ Bump pytest-cov from 4.1.0 to 5.0.0. PR #239 by @dependabot[bot].
- ⬆ Bump typer from 0.9.0 to 0.10.0. PR #237 by @dependabot[bot].
- ⬆ Bump mkdocs-material from 9.5.14 to 9.5.15. PR #238 by @dependabot[bot].
- ⬆ Bump mkdocs-material from 9.5.13 to 9.5.14. PR #233 by @dependabot[bot].
- ⬆ Bump black from 24.2.0 to 24.3.0. PR #235 by @dependabot[bot].
- ⬆ Bump autoflake from 2.3.0 to 2.3.1. PR #234 by @dependabot[bot].
- ⬆ Bump markdown from 3.5.2 to 3.6. PR #232 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4. PR #236 by @dependabot[bot].
0.4.3¶
Fixes¶
- ⬆ Update docs examples for the usage with Pydantic 2+. PR #231 by @dukkee.
- 🐛 Fix the error messages source for the Pydantic 2. PR #229 by @dukkee.
- 🐛 Fix handling { in translation message. PR #219 by @clemenskol.
Internal¶
- ⬆ Bump pyyaml from 5.3.1 to 6.0.1. PR #230 by @dukkee.
- ⬆ Bump nwtgck/actions-netlify from 2.1.0 to 3.0.0. PR #224 by @dependabot[bot].
- ⬆ Bump mkdocs-material from 9.5.12 to 9.5.13. PR #225 by @dependabot[bot].
- ⬆ Bump mypy from 1.8.0 to 1.9.0. PR #226 by @dependabot[bot].
- 👷 Add translations search by the error type. PR #223 by @dukkee.
0.4.1¶
Features¶
- ✨ Add Pydantic 2 support for the message extraction. PR #213 by @dukkee.
- ✨ Add Python 3.12 to the support list. PR #221 by @dukkee.
Fixes¶
- 🐛 Fix handling regexp-chars in translation keys (#216). PR #217 by @clemenskol.
- 🐛 fix: key's ending after placeholders is not matched. PR #161 by @niqzart.
Internal¶
- 🐛 Fix code coverage. PR #220 by @dukkee.
- ⬆ Bump mkdocs-material from 9.5.8 to 9.5.11. PR #214 by @dependabot[bot].
- ⬆ Bump codecov/codecov-action from 4.0.2 to 4.1.0. PR #215 by @dependabot[bot].
- ⬆ Bump flake8 from 6.1.0 to 7.0.0. PR #208 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.2. PR #206 by @dependabot[bot].
- ⬆ Bump markdown from 3.2.1 to 3.5.2. PR #209 by @dependabot[bot].
- ⬆ Bump black from 23.11.0 to 24.2.0. PR #211 by @dependabot[bot].
- ⬆ Bump autoflake from 2.2.1 to 2.3.0. PR #212 by @dependabot[bot].
- 🔧 Change dependabot schedule interval to weekly. PR #205 by @dukkee.
- ⬆ Bump babel from 2.13.1 to 2.14.0. PR #188 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 4 to 5. PR #182 by @dependabot[bot].
- ⬆ Bump isort from 5.12.0 to 5.13.2. PR #189 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 3 to 4. PR #191 by @dependabot[bot].
- ⬆ Bump actions/cache from 3 to 4. PR #195 by @dependabot[bot].
- ⬆ Bump mypy from 1.4.1 to 1.7.0. PR #174 by @dependabot[bot].
- 👷 Use pydantic 1.X for the tests. PR #170 by @dukkee.
- ⬆ Bump pytest from 7.4.0 to 7.4.3. PR #168 by @dependabot[bot].
- ⬆ Bump nwtgck/actions-netlify from 2.0.0 to 2.1.0. PR #145 by @dependabot[bot].
- ⬆ Bump actions/checkout from 3 to 4. PR #150 by @dependabot[bot].
- ⬆ Bump mkdocs from 1.4.3 to 1.5.3. PR #155 by @dependabot[bot].
0.4.0¶
Features¶
Fixes¶
- 👷 Add cache step to the test workflow. PR #95 by @dukkee.
- 🐛 Add lint step to the test workflow. PR #93 by @dukkee.
Internal¶
- ⬆ Bump pytest from 7.3.1 to 7.4.0. PR #133 by @dependabot[bot].
- ⬆ Bump autoflake from 2.1.1 to 2.2.0. PR #134 by @dependabot[bot].
- ⬆ Bump mypy from 1.3.0 to 1.4.1. PR #135 by @dependabot[bot].
- ⬆ Bump pytest-cov from 4.0.0 to 4.1.0. PR #128 by @dependabot[bot].
- ⬆ Bump codecov/codecov-action from 3.1.3 to 3.1.4. PR #122 by @dependabot[bot].
- ⬆ Bump mkdocs from 1.4.2 to 1.4.3. PR #117 by @dependabot[bot].
- ⬆ Bump typer from 0.7.0 to 0.9.0. PR #118 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 2.26.1 to 2.27.0. PR #109 by @dependabot[bot].
- ⬆ Bump black from 23.1.0 to 23.3.0. PR #102 by @dependabot[bot].
- 🔥 Remove tox. PR #96 by @dukkee.
0.3.1¶
Fixes¶
Internal¶
- ⬆ Bump pytest from 7.2.1 to 7.2.2. PR #87 by @dependabot[bot].
- ⬆ Bump babel from 2.11.0 to 2.12.1. PR #85 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0. PR #82 by @dependabot[bot].
- ⬆ Bump mypy from 1.0.0 to 1.0.1. PR #80 by @dependabot[bot].
- ⬆ Bump markdown-include from 0.8.0 to 0.8.1. PR #78 by @dependabot[bot].
- ⬆ Bump isort from 5.11.4 to 5.12.0. PR #68 by @dependabot[bot].
- ⬆ Bump black from 22.12.0 to 23.1.0. PR #70 by @dependabot[bot].
- ⬆ Bump autoflake from 2.0.0 to 2.0.1. PR #69 by @dependabot[bot].
- 🔧 Add bash to the allowlist_externals in the tox.ini. PR #76 by @dukkee.
- ⬆ Bump nwtgck/actions-netlify from 1.2.4 to 2.0.0. PR #52 by @dependabot[bot].
- ⬆ Bump mkdocs-material from 8.5.10 to 8.5.11. PR #51 by @dependabot[bot].
- 🔧 Change dependabot schedule interval to daily. PR #48 by @dukkee.
0.3.0¶
Features¶
Breaking Changes¶
Internal¶
- 🔧 Migrate to the new flit style metadata. PR #46 by @dukkee.
- 📝 Update project classifiers. PR #47 by @dukkee.
- ⬆ Bump codecov/codecov-action from 2.1.0 to 3.1.1. PR #40 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 2.17.0 to 2.24.2. PR #44 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 3 to 4. PR #38 by @dependabot[bot].
- ⬆ Bump actions/cache from 2 to 3. PR #34 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 2 to 3. PR #33 by @dependabot[bot].
- ⬆ Bump dependencies. PR #43 by @dukkee.
- ⬆ Bump actions/checkout from 2 to 3. PR #30 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 2 to 3. PR #29 by @dependabot[bot].
0.2.3¶
Fixes¶
0.2.2¶
Fixes¶
- 🔨 Make babel optional dependency. PR #26 by @dukkee.
- 🐛 Fix last key usage without placeholder. PR #25 by @dukkee.
Internal¶
- ⬆ Bump nwtgck/actions-netlify from 1.2.2 to 1.2.3. PR #22 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 2.15.0 to 2.17.0. PR #24 by @dependabot[bot].
- ⬆ Bump black from 20.8b1 to 22.1.0. PR #23 by @dukkee.
- ⬆ Bump dawidd6/action-download-artifact from 2.14.1 to 2.15.0. PR #18 by @dependabot[bot].
0.2.1¶
Fixes¶
0.2.0¶
Features¶
Docs¶
Internal¶
- ⬆ Bump codecov/codecov-action from 2.0.3 to 2.1.0. PR #14 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 2.14.0 to 2.14.1. PR #12 by @dependabot[bot].
- ⬆ Bump codecov/codecov-action from 2.0.2 to 2.0.3. PR #11 by @dependabot[bot].
0.1.1¶
0.1.0¶
Features¶
- ✨ Add support for translations loading from the dictionary, JSON files, and Babel files.
- ✨ Add loading errors messages from pydantic.
Docs¶
- 📝 Add main docs content
Internal¶
- ⬆ Bump dawidd6/action-download-artifact from 2.9.0 to 2.14.0. PR #3 by @dependabot[bot].
- ⬆ Bump nwtgck/actions-netlify from 1.1.5 to 1.2.2. PR #2 by @dependabot[bot].
- ⬆ Bump codecov/codecov-action from 1 to 2.0.2. PR #1 by @dependabot[bot].