File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## @fluent/dedent 0.3.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/dedent/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/dedent 0.2.0 (March 2, 2020)
419
520 - Migrate ` @fluent/dedent ` to TypeScript. (#451 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/dedent" ,
33 "description" : " A template literal tag for dedenting Fluent code" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .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