File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## @fluent/bundle 0.14.1 (December 20, 2019)
4
20
5
21
- Fix a big which made placeables which resolved to long strings format as
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.14.1 " ,
4
+ "version" : " 0.15.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