File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## @fluent/bundle 0.14.0 (July 30, 2019)
4
17
5
18
### ` FluentBundle ` API
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/bundle" ,
3
3
"description" : " Localization library for expressive translations." ,
4
- "version" : " 0.14.0 " ,
4
+ "version" : " 0.14.1 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments