Releases: typst/hypher
Releases · typst/hypher
Version 0.1.7
This release
- adds patterns for
- Assamese (as)
- Bengali (bn)
- Gujarati (gu)
- Hindi (hi)
- Kannada (kn)
- Malayalam (ml)
- Marathi (mr)
- Oriya (or)
- Panjabi (pa)
- Sanskrit (sa)
- Tamil (ta)
- Telugu (te)
- Galician (gl)
- adds a new method
Lang::hyphenation_characterto select the default character to be used for hyphenation in a language-aware manner
Version 0.1.6
This release
- updates the German, Portuguese, and Albanian patterns
- optimizes the memory size of the
Syllablesiterator - specifies an MSRV of Rust 1.64 (same as before, but now specified)
Version 0.1.5
This release adds support for Catalan.
Version 0.1.4
This release adds support for Czech (thanks to @tomas-vl).
Version 0.1.3
This release adds support for Polish and fixes a compiler error when the norwegian feature was disabled.
Version 0.1.2
This release adds the nb and nn aliases for Norwegian (thanks to @jakobrs).
0.1.1
This release adds:
- individual features for all languages (thanks to @alexschrod)
- no-std and even no alloc if you want it (thanks to @GrantM11235)
- pregenerated tries to cut down on downstream compile time
0.1
This is the initial release of hypher, a fast and super easy-to-use hyphenation library.