Releases: projectfluent/fluent.js
Releases · projectfluent/fluent.js
@fluent/sequence 0.7.0
- 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
- 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
- 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
- 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
- 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
- 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
- Documentation fix. (#547)
@fluent/syntax 0.17.1
- 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
- Better TypeScript annotations. (#525)
Make array arguments read-only, and expose options type.
@fluent/bundle 0.16.1
- Separate FluentNumber/Datetime opts when used in DATETIME/NUMBER. (#526)