Skip to content

Releases: projectfluent/fluent.js

@fluent/sequence 0.7.0

13 Sep 15:07
Compare
Choose a tag to compare
  • Remove "type": "commonjs" from the package's root package.json, but add "type": "module" to the esm/ directory. (#556, #567)
  • Set Node.js 12 as the minimum supported version (#557)

@fluent/react 0.14.0

13 Sep 15:08
Compare
Choose a tag to compare
  • Remove "type": "commonjs" from the package's root package.json, but add "type": "module" to the esm/ directory. (#556, #567)
  • Set Node.js 12 as the minimum supported version (#557)
  • Provide better errors when components are mis-configured (#549)

@fluent/langneg 0.6.0

13 Sep 15:09
Compare
Choose a tag to compare
  • Remove "type": "commonjs" from the package's root package.json, but add "type": "module" to the esm/ directory. (#556, #567)
  • Set Node.js 12 as the minimum supported version (#557)
  • Remove circular dependency (#545)

@fluent/dom 0.8.0

13 Sep 15:10
Compare
Choose a tag to compare
  • Remove "type": "commonjs" from the package's root package.json. (#556)
  • Set Node.js 12 as the minimum supported version (#557)

@fluent/dedent 0.4.0

13 Sep 15:10
Compare
Choose a tag to compare
  • Remove "type": "commonjs" from the package's root package.json, but add "type": "module" to the esm/ directory. (#556, #567)
  • Set Node.js 12 as the minimum supported version (#557)

@fluent/bundle 0.17.0

13 Sep 15:11
Compare
Choose a tag to compare
  • Remove "type": "commonjs" from the package's root package.json, but add "type": "module" to the esm/ directory. (#556, #567)
  • Set Node.js 12 as the minimum supported version (#557)

@fluent/langneg 0.5.2

17 Apr 12:46
Compare
Choose a tag to compare
  • Documentation fix. (#547)

@fluent/syntax 0.17.1

09 Apr 10:55
Compare
Choose a tag to compare
  • Align AST types with fluent-rs. (#525)
    Use Union types instead of inheritance for Entry, PatternElement, InlineExpression, Expression, Literal, and Comments. The union types allow for type narrowing in TypeScript consumers.
  • Use concrete argument types for Visitor and Transformer. (#525)
  • Update TypeScript to 4.2 to support type imports and exports.

@fluent/langneg 0.5.1

09 Apr 10:51
Compare
Choose a tag to compare
  • Better TypeScript annotations. (#525)
    Make array arguments read-only, and expose options type.

@fluent/bundle 0.16.1

09 Apr 10:46
Compare
Choose a tag to compare
  • Separate FluentNumber/Datetime opts when used in DATETIME/NUMBER. (#526)