Skip to content

v0.3.0

Compare
Choose a tag to compare
@jrmajor jrmajor released this 01 Sep 20:23
· 387 commits to master since this release
v0.3.0
c81c2eb

Changed

  • Pass null instead of FluentNone to Fluent functions (dd5780a)
  • Check Fluent functions return types (b8e4480)
  • Accept message arguments as array only if there is one argument passed to message() method (fc4632d)
  • Require stable verison of jrmajor/pluralrules (2cc5eda)

Removed

Fixed

  • Set locale when FluentNumber is passed as an argument (67f7118)
  • Fix loose comparison in FluentNumber (e1af8eb)
  • Improve error messages for unsupported variable types (d1234dd)