File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/bundle 0.14.1 (December 20, 2019)
4+
5+ - Fix a big which made placeables which resolved to long strings format as
6+ ` {???} ` . (#439 )
7+
8+ Expressions which resolved to strings over 2500 characters long used to be
9+ considered dangerous. This is no longer the case. Instead, there's a limit
10+ on how many placeable can be resolved during a single call to
11+ ` formatPattern ` , to protect from high CPU usage in deeply nested patterns.
12+
13+ - Fix a bug which made it impossible to pass a variable called ` hasOwnProperty `
14+ to ` formatPattern ` . (#428 )
15+
316## @fluent/bundle 0.14.0 (July 30, 2019)
417
518### ` FluentBundle ` API
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/bundle" ,
33 "description" : " Localization library for expressive translations." ,
4- "version" : " 0.14.0 " ,
4+ "version" : " 0.14.1 " ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments