Skip to content

Releases: projectfluent/fluent-rs

fluent 0.15.0 (February 9, 2021)

09 Feb 20:31
Compare
Choose a tag to compare
Pre-release
  • Update fluent-bundle to 0.15.0.

fluent-syntax 0.11.0 (February 9, 2021)

09 Feb 20:25
Compare
Choose a tag to compare
Pre-release
  • Document the crate.
  • Switch to use thiserror for Error annotations.
  • Add iai benchmarks.
  • Minor updates to AST names.
  • Introduce parse/parse_runtime functions instead of Parser struct.
  • Make ParserError use Range.

fluent-bundle 0.15.0 (February 9, 2021)

09 Feb 20:30
Compare
Choose a tag to compare
Pre-release
  • Document the crate.
  • Update fluent-syntax to 0.11.0.
  • Add iai benchmarks.
  • Switch FluentArgs::add to FluentArgs::set.
  • Make FluentArgs::set take Into<V>.
  • Make FluentMessage and FluentAttribute fields use getters.
  • Sort FluentArgs keys.
  • Turn FluentMessage and FluentAttribute to be shallow wrappers around AST entries.

fluent 0.14.4 (January 24, 2021)

31 Jan 18:35
Compare
Choose a tag to compare
Pre-release

This is a bundled release with fluent-syntax 0.10.3, fluent-bundle 0.14.4.

  • A bunch of Parser microoptimizations driven by the ioi benchmark.
  • Expose FluentResource::source().
  • Update ouroboros to 0.8.

fluent 0.14.3 (January 24, 2021)

25 Jan 01:26
Compare
Choose a tag to compare
Pre-release
  • Update fluent-bundle to 0.14.3.

fluent-syntax 0.10.2 (January 24, 2021)

25 Jan 01:25
Compare
Choose a tag to compare
Pre-release
  • Add parse_runtime method on Parser which skips comments.
  • Fix handling of empty CRLF lines in mutliline patterns.

fluent-bundle 0.14.3 (January 24, 2021)

25 Jan 01:26
Compare
Choose a tag to compare
Pre-release
  • Use the Parser::parse_runtime in FluentResource::try_new.
  • Update to fluent-syntax 0.10.2.
  • Switch to FxHash for entry hashing.

fluent 0.14.1 (January 12, 2021)

12 Jan 18:17
Compare
Choose a tag to compare
Pre-release
  • Update fluent-bundle to 0.14.1.

fluent-fallback 0.2.0 (January 12, 2021)

12 Jan 18:46
Compare
Choose a tag to compare
  • Separate Sync and Async bundle generators.
  • Reorganize fallback logic.
  • Separate out prefetching trait.
  • Vendor in pin-cell.

fluent-bundle 0.14.1 (January 12, 2021)

12 Jan 18:13
Compare
Choose a tag to compare
Pre-release
  • Bump ouroboros to 0.7.