File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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 )
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.15.1 " ,
4+ "version" : " 0.16.0 " ,
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