Skip to content

Releases: filiparag/translitRS

0.2.2

19 Feb 15:29
0.2.2
cdc5f6e
Compare
Choose a tag to compare

Added:

  • Library mode (in 0.2.1)
  • Documentation and examples for Transliterator
  • Implemented std::Error:Error for all error types

Changed:

  • Pandoc mode as optional feature

0.2

15 Dec 19:11
0.2
7af70bf
Compare
Choose a tag to compare
0.2

Added:

  • Support for Latin (non-Unicode)
  • Digraph exceptions
  • Pandoc filter mode
  • Preserve digraph capitaliation for uppercase words
  • Detection of foreign words, emails, hyperlinks and units of measurement

Changed:

  • Use heap allocations instead of fixed-length buffers for storing data
  • Flag names and parameters

Removed:

  • Real-time stream processing (might be added back in a future release)