All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Correct stringified name of ParserError exception.
- Render dates in YYYY-MM-DD format.
- Add use_isolating flag.
- Raise TypeError if variable key is not a string.
- Fall back to displaying variable name if there is a type issue with a variable.
- Limited Fluent variable types to strings and integers.
- Fixed bug where integers could not be used as selectors.
- Changed error handling during
Bundle
instantiation. Now message errors will be ignored by default, overrideable by a newstrict
parameter. In this mode, aParserError
will be raised instead of aValueError
as before. - Renamed the
namespace
argument tolanguage
. - Fluent message variables are now no longer passed to
get_translation
using**kwargs
; instead avariables
parameter is used.
- Added initial implementation.