File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
44A localization library designed to unleash the entire expressive power of 
55natural language translations. 
66""" 
7- version  = " 0.2 .0" 
7+ version  = " 0.3 .0" 
88authors  = [
99    " Zibi Braniecki <[email protected] >" ,
 1010    " Staś Małolepszy <[email protected] >"  @@ -22,4 +22,4 @@ fluent-locale = "0.3"
2222fluent-syntax  = " 0.1" 
2323failure  = " 0.1" 
2424failure_derive  = " 0.1" 
25- intl_pluralrules  = " 0.8 " 
25+ intl_pluralrules  = " 0.9 " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments