fluent 0.6.1 (February 6, 2018)
Pre-release
Pre-release
Various fixes to fluent.migrate for bug 1424682.
-
Accept
PatternsandPatternElementsinREPLACE. (#41)REPLACEcan now usePatterns,PatternElementsandExpressionsas
replacement values. This makesREPLACEaccept the same Transforms as
CONCAT. -
Never migrate partial translations. (#44)
Partial translations may break the AST because they produce
TextElementswithNonevalues. For now, we explicitly skip any
transforms which depend on at least one missing legacy string to avoid
serialization errors. -
Warn about unknown FTL entries in transforms. (#40)
-
Fix how files are passed to
hg annotate. (#39)