Skip to content

Releases: boardpack/pydantic-i18n

0.4.4

24 Apr 07:09
Compare
Choose a tag to compare

Features

  • 🐛 Add encoding option to JsonLoader. PR #252 by @dukkee.

Internal

0.4.3

16 Mar 23:19
Compare
Choose a tag to compare

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

0.4.1

02 Mar 20:51
Compare
Choose a tag to compare

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

0.4.0

27 Jun 21:14
Compare
Choose a tag to compare

Features

  • 🐛 Add multiple placeholders support. PR #127 by @dukkee.

Fixes

  • 👷 Add cache step to the test workflow. PR #95 by @dukkee.
  • 🐛 Add lint step to the test workflow. PR #93 by @dukkee.

Internal

0.3.1

04 Mar 21:33
Compare
Choose a tag to compare

Fixes

  • 🎨 Improve translate method output type. PR #88 by @dukkee.

Internal

0.3.0

27 Nov 21:34
Compare
Choose a tag to compare

Features

  • ✨ Add Python 3.10 and 3.11 to the support list. PR #45 by @dukkee.

Breaking Changes

  • 🔥 Drop Python 3.6 and 3.7 support. PR #43 by @dukkee.

Internal

0.2.3

07 Feb 07:48
Compare
Choose a tag to compare

Fixes

0.2.2

06 Feb 11:15
Compare
Choose a tag to compare

Fixes

  • 🔨 Make babel optional dependency. PR #26 by @dukkee.
  • 🐛 Fix last key usage without placeholder. PR #25 by @dukkee.

Internal

0.2.1

09 Oct 06:59
Compare
Choose a tag to compare

Fixes

  • 🔧 Fix single key translations case. PR #17 by @dukkee.

0.2.0

04 Oct 23:16
Compare
Choose a tag to compare

Features

Docs

  • 📝 Add FastAPI example to the docs. PR #9 by @dukkee.

Internal