Skip to content

Releases: projectfluent/fluent-rs

fluent-bundle 0.7.0 (August 1, 2019)

01 Aug 14:34
Compare
Choose a tag to compare
Pre-release
  • Turn FluentBundle to be a generic over Borrow (#114)
  • Update FluentBundle to the latest API (0.14) (#120)
  • Switch to unic_langid for Language Identifier Management
  • Refactor FluentArgs (#130)
  • Add transform to FluentBundle to enable pseudolocalization (#131)
  • Refactor resolver errors to provide better fallbacking and return errors out of formatting (#93)
  • Enable FSI/PDI direction isolation (#116)
  • Add more convenience From impls for FluentValue (#108)
  • Fix bare_trait_objects warnings (#110)

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