Skip to content

Commit 59f0255

Browse files
committed
@fluent/bundle 0.14.1
1 parent ddcb1c5 commit 59f0255

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

fluent-bundle/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

fluent-bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)