Cldr Messages version 0.13.1
Bug Fixes
-
Fix
Cldr.Message.Interpolate.compile_interpolate/3
to ensure that the parsed message is escaped AST. Closes #11. -
Fix passing RBNF format names as number format styles.
-
Fix converting strings to atoms at compile time. Previously these uses
String.to_existing_atom/1
however the compilation graph sometimes means that the expected atoms are not available. ThereforeString.to_atom/1
is now called. As a result, it is very important to note that allowing arbitrary message formats into the system could open an attack vector to exhaust the atom table.