File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## @fluent/syntax 0.16.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/syntax/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
+
3
18
## @fluent/syntax 0.15.0 (March 2, 2020)
4
19
5
20
- Migrate ` @fluent/syntax ` to TypeScript. (#457 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/syntax" ,
3
3
"description" : " AST and parser for Fluent" ,
4
- "version" : " 0.15 .0" ,
4
+ "version" : " 0.16 .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