Skip to content

Commit 8f967fb

Browse files
committed
@fluent/bundle 0.16.0
1 parent 35f29cc commit 8f967fb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

fluent-bundle/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## @fluent/bundle 0.16.0 (July 1, 2020)
4+
5+
- Rename `FluentArgument` to `FluentVariable`. (#499)
6+
7+
`FluentVariable` is a TypeScript-only type definition used to describe
8+
value types which can be passed as variables to translations.
9+
10+
- Remove `compat.js` builds and compile everything to ES2018. (#472)
11+
12+
TypeScript source code is now compiled to ES2018 files in the `esm/`
13+
directory. These files are then bundled into a single `index.js` UMD file
14+
without any further transpilation.
15+
16+
The `compat.js` build (available as `@fluent/bundle/compat`) was removed.
17+
Please use your own transpilation pipeline if ES2018 is too recent for
18+
your project.
19+
20+
Refer to https://github.com/projectfluent/fluent.js/wiki/Compatibility
21+
for more information.
22+
323
## @fluent/bundle 0.15.1 (April 7, 2020)
424

525
- Allow only some formatting options to `NUMBER` and `DATETIME`. (#464)

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.15.1",
4+
"version": "0.16.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)