Skip to content

Releases: projectfluent/fluent-rs

fluent 0.6.0 (March 26, 2019)

26 Mar 16:12
Compare
Choose a tag to compare
Pre-release
  • Update to fluent-bundle 0.6.0

fluent-syntax 0.9.0 (March 26, 2019)

26 Mar 16:04
Compare
Choose a tag to compare
Pre-release
  • Update to Fluent Syntax 0.9
  • Unify benchmark testsuite with fluent.js

fluent-bundle 0.6.0 (March 26, 2019)

26 Mar 16:08
Compare
Choose a tag to compare
Pre-release
  • Update to fluent-syntax 0.9
  • Unify benchmark testsuite with fluent.js

fluent 0.5.0 (January 31, 2019)

01 Feb 00:21
Compare
Choose a tag to compare
Pre-release
  • Update to fluent-syntax 0.8
  • Add unicode escaping
  • Align with zero-copy parser

fluent-syntax 0.8.0 (January 31, 2019)

01 Feb 00:15
Compare
Choose a tag to compare
Pre-release
  • Update to Fluent Syntax 0.8
  • Switch to zero-copy parser
  • Start using reference FTL fixtures in tests
  • Switch to criterion for benchmarks
  • Rust 2018 edition

fluent 0.4.3 (October 13, 2018)

15 Oct 16:04
Compare
Choose a tag to compare
Pre-release
  • Support Sync+Send in Entry (#70)

fluent 0.4.2 (October 1, 2018)

01 Oct 18:10
Compare
Choose a tag to compare
Pre-release
  • Separate lifetimes of FluentBundle::new and return values. (#68)

fluent 0.4.1 (August 31, 2018)

01 Sep 00:30
Compare
Choose a tag to compare
Pre-release
  • Update README to make the example match new API

fluent 0.4.0 (August 31, 2018)

01 Sep 00:16
Compare
Choose a tag to compare
Pre-release
  • Rename MessageContext to FluentBundle
  • Update the FluentBundle API to match fluent.js 0.8
  • Update intl-pluralrules to 1.0
  • Add FluentBundle::format_message
  • Add FluentResource for external resource caching
  • Update fluent-syntax to 0.1.1
  • Update the signature of FluentBundle::format and FluentBundle::format_message

fluent-syntax 0.1.1 (August 29, 2018)

30 Aug 02:30
Compare
Choose a tag to compare
Pre-release
  • enable ParserError to be compared.