Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.92 KB

Changelog of ascii-ipa

follows semantic versioning

2.0.0

Caution

This release contains breaking changes

  • General
  • Branner
    • BREAKING: Infixed )) (e.g. t))s) is no longer supported and must now be used as a postfix (e.g. ts))) as per the official specification
    • Added support for more IPA characters and diacritics according to official specification
  • Praat
    • Added support for more IPA characters and diacritics according to official specification
  • SIL
    • Added support for more IPA characters and diacritics according to official specification
    • Added support for subscripts
    • Added support for right-bar tone glides
    • Added support for left-bar tones
    • Added Unicode support for hooks (palatal, retroflex)
    • Added Unicode support for middle tildes (velar, pharyngeal)
    • Added Unicode support for superscripts
  • X-SAMPA
    • Added support for more IPA characters and diacritics according to official specification

1.1.1

1.1.0

  • Translations will now return a str if the font is not overridden
  • The library now explicitly exposes functions via a "gateway" entrypoint
  • Update internal project structure
  • Update package metadata
  • Update documentation

1.0.0

  • Initial release