Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 779 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 779 Bytes

3.3.0

  • Support function calls as selectors #5

3.2.0

  • support MessageReference

3.1.0

  • handle Group and Resource comments
  • add optional respectComments parameter to ftl2js

3.0.1

  • transpile also esm

3.0.0

  • update fluent-syntax dep

2.0.2

  • fix export for node v14 cjs

2.0.1

  • fix export for dynamic imports

2.0.0

  • complete refactoring to make this module universal
  • MIGRATION:
    • require('fluent_conv/ftl2js') should be replaced with require('fluent_conv/cjs/ftl2js')
    • require('fluent_conv/js2ftl') should be replaced with require('fluent_conv/cjs/js2ftl')

1.1.1

  • getVariant name fix for NumberLiteral variants 2

1.1.0

  • add support for functions