Skip to content

Commit bc4234c

Browse files
author
Zibi Braniecki
committed
fluent 0.3.0
1 parent 7b0cd65 commit bc4234c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

fluent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
-
66

7+
## fluent 0.3.0 (August 3, 2018)
8+
9+
- Add support for custom functions in MessageContext. (#50)
10+
- Switch error handling to `annotate-snippets crate`.
11+
- Separate `fluent` and `fluent-syntax` crates.
12+
- Handle cyclic references. (#55)
13+
- Switch parser binary to use `clap`.
14+
- Switch plural rules handling to `intl_pluralrules`. (#56)
15+
- Add `FluentValue::as_number`
16+
- Move `IntlPluralRules` initialization into `MessageContext::new`
17+
- General cleanups in line with `cargo fmt` and `cargo clippy`
18+
719
## fluent 0.2.0 (February 11, 2018)
820

921
- Support Rust 1.23 stable

fluent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
A localization library designed to unleash the entire expressive power of
55
natural language translations.
66
"""
7-
version = "0.2.0"
7+
version = "0.3.0"
88
authors = [
99
"Zibi Braniecki <gandalf@mozilla.com>",
1010
"Staś Małolepszy <stas@mozilla.com>"
@@ -22,4 +22,4 @@ fluent-locale = "0.3"
2222
fluent-syntax = "0.1"
2323
failure = "0.1"
2424
failure_derive = "0.1"
25-
intl_pluralrules = "0.8"
25+
intl_pluralrules = "0.9"

0 commit comments

Comments
 (0)