File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## @fluent/bundle 0.15.1 (April 7, 2020)
4
24
5
25
- Allow only some formatting options to ` NUMBER ` and ` DATETIME ` . (#464 )
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.15.1 " ,
4
+ "version" : " 0.16.0 " ,
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