File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/bundle 0.15.0 (January 23, 2019)
4+
5+ - Migrate to TypeScript. (#436 )
6+
7+ The source code of ` @fluent/bundle ` has been ported to TypeScript. There
8+ are no breaking changes to the public API.
9+
10+ A new export has been added for TS consumers: ` FluentValue ` which is a
11+ union of the ` FluentType ` class and ` string ` . This reflects the
12+ implementation detail of ` @fluent/bundle ` which treats primitive strings
13+ as valid ` FluentType ` instances.
14+
15+ The ES module files are now published into the ` esm ` directory. It also
16+ contains the type definitions for TS consumers. The ` src ` directory has
17+ been removed from the published packages.
18+
319## @fluent/bundle 0.14.1 (December 20, 2019)
420
521- Fix a big which made placeables which resolved to long strings format as
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.14.1 " ,
4+ "version" : " 0.15.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