Skip to content

Releases: imatpot/typst-ascii-ipa

2.0.0

12 May 18:09
b9b022b
Compare
Choose a tag to compare

Caution

This release contains breaking changes

typst/packages#642

  • 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

Full Changelog: 1.1.1...2.0.0

1.1.1

24 Mar 17:29
b4d85ba
Compare
Choose a tag to compare

typst/packages#312

  • Fixed a bug in X-SAMPA where ` falsely took precedence over @`

Full Changelog: 1.1.0...1.1.1

1.1.0

24 Mar 17:28
03baea7
Compare
Choose a tag to compare

typst/packages#179

  • Translations will now return a string 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

Full Changelog: 1.0.0...1.1.0

1.0.0

24 Mar 17:26
af2738c
Compare
Choose a tag to compare

typst/packages#11

Inital release.

ascii-ipa allows you to easily convert different ASCII representations of the International Phonetic Alphabet (IPA) to and from the IPA. It also offers some minor utilities to make phonetic transcriptions easier to use overall.