Skip to content

Commit e80044f

Browse files
committed
@fluent/bundle 0.15.0
1 parent e992e23 commit e80044f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

fluent-bundle/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

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

0 commit comments

Comments
 (0)