Skip to content

Releases: sh4nks/flask-babelplus

v2.2.0

31 May 09:25
Compare
Choose a tag to compare

Version 2.2.0

Released on May 31th 2020.

  • Dropped support for Python 2.7, 3.3 and 3.4
  • Fixed a Babel deprecation warning for using format_numbers instead of
    format_decimal

v2.1.2

29 May 11:06
Compare
Choose a tag to compare

Version 2.1.2

Released on May 29th 2020.

  • Fix werkzeug import error from werkzeug import ImmutableDict. PR #3

v2.0.0

15 May 19:28
Compare
Choose a tag to compare

Version 2.0.0

Released on May 15th 2017.

  • Split the whole extension in multiple smaller files and
    use a _BabelState object to safe the extensions state.
  • It is no longer possible to use the formatting utilities without
    and initialized Flask-BabelPlus object.
  • Add force_locale function which can temporarily overrides the
    currently selected locale.