fluent 0.9.1
Pre-release
Pre-release
-
Forbid messages with
nullvalues 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.hasMessagewhich would reporttruefor messages which werenull. This, in turn, would break code which assumedFluentBundle.getMessagewould always return non-nullvalues if it was guarded by a call tohasMessagefirst.