Skip to content

Commit da0cba0

Browse files
committed
@fluent/langneg 0.5.0
1 parent 6fac633 commit da0cba0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

fluent-langneg/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## @fluent/langneg 0.5.0 (July 2, 2020)
4+
5+
- Remove the `compat.js` build and compile everything to ES2018. (#472)
6+
7+
TypeScript source code is now compiled to ES2018 files in the `esm/`
8+
directory. These files are then bundled into a single `index.js` UMD file
9+
without any further transpilation.
10+
11+
The `compat.js` build (available as `@fluent/langneg/compat`) was removed.
12+
Please use your own transpilation pipeline if ES2018 is too recent for
13+
your project.
14+
15+
Refer to https://github.com/projectfluent/fluent.js/wiki/Compatibility
16+
for more information.
17+
318
## @fluent/langneg 0.4.0 (March 31, 2020)
419

520
- Migrate `@fluent/langneg` to TypeScript. (#462)

fluent-langneg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/langneg",
33
"description": "Language Negotiation API for Fluent",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)