fluent 0.9.1
Pre-release
Pre-release
-
Forbid messages with
null
values and no attributes. (#299)Fix a parser behavior which caused it to parse messages without values nor attributes as
"message-id": null
. This skewed the return values ofFluentBundle.hasMessage
which would reporttrue
for messages which werenull
. This, in turn, would break code which assumedFluentBundle.getMessage
would always return non-null
values if it was guarded by a call tohasMessage
first.