Skip to content

Releases: solaluset/i18nice

Version 0.15.5

12 Jun 21:24
8c3041a
Compare
Choose a tag to compare

What's Changed

  • Paths with hyphens are now supported
  • Updated dependencies

Full Changelog: v0.15.4...v0.15.5

Version 0.15.4

15 May 01:22
84a5b48
Compare
Choose a tag to compare

What's Changed

  • Fixed outdated docstring

Full Changelog: v0.15.3...v0.15.4

Version 0.15.3

14 May 12:38
ca52496
Compare
Choose a tag to compare

What's Changed

  • Locale can now be passed as positional argument

Full Changelog: v0.15.2...v0.15.3

Version 0.15.2

12 May 15:47
43e1713
Compare
Choose a tag to compare

What's Changed

  • (potentially breaking) A dict will be considered plural only if all keys are plurals

Full Changelog: v0.15.1...v0.15.2

Version 0.15.1

06 May 13:05
c0034e3
Compare
Choose a tag to compare

What's Changed

  • (potentially breaking) Positional arguments will not be passed to functions that don't have anything between brackets
  • Updated dev dependencies

Full Changelog: v0.15.0...v0.15.1

Version 0.15.0

03 May 20:54
ae01c02
Compare
Choose a tag to compare

What's Changed

  • (BREAKING) Changed custom functions again. Now it is lambda *a, **kw: a[kw["count"] != 1].

Full Changelog: v0.14.1...v0.15.0

Version 0.14.1

03 May 18:23
036f9da
Compare
Choose a tag to compare

What's Changed

  • Updated README

Full Changelog: v0.14.0...v0.14.1

Version 0.14.0

03 May 15:20
564aac3
Compare
Choose a tag to compare

What's Changed

  • (BREAKING) Changed custom functions interface. If you've used them, you basically need to change lambda **kw: kw["count"] != 1 to lambda a, **kw: a[kw["count"] != 1].
  • Updated dependencies

Full Changelog: v0.13.3...v0.14.0

Version 0.13.3

20 Apr 13:00
08f408b
Compare
Choose a tag to compare

What's Changed

  • Minor README fix

Full Changelog: v0.13.2...v0.13.3

Version 0.13.2

08 Feb 10:38
8cb0dc9
Compare
Choose a tag to compare

What's Changed

  • Fixed PyPI upload

Full Changelog: v0.13.1...v0.13.2