Skip to content

fluent-syntax 0.11.1

Compare
Choose a tag to compare
@alerque alerque released this 05 May 20:39
· 48 commits to main since this release
fluent-syntax@0.11.1
74020c3
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Create generic ftl serializer fluent_syntax::serializer
  • Fix crash when parsing multiline CRLF comment
  • Treat tab as text, not whitespace, adds parser::matches_fluent_ws function
  • Workspace: Update to Rust 2021
  • Workspace: Add various missing documentation and fix typos and links
  • Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
  • Workspace: Apply rustfmt and clippy lint fixes