Releases: servo/unicode-bidi
Releases · servo/unicode-bidi
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
-
Improve basic conformance by fixing steps X10, N1/N2, L1, drop the basic conformance failures from 12827 to 250.
-
[tests/conformance] Use non-ASCII sample chars, revealing more errors.
-
[lib] Impl
BidiInfo.reordered_levels_per_char()
-
[lib] reorder_line(): Expand LTR-only shortcut condition, which can improve perf in certain conditions.
v0.3.2
-
Fix bug in reorder_line() where optimized branch returned the full text (instead of line text), after (supposedly) reorder.
-
Improve benchmarks logic to measure
reorder_line()
in isolation, and for full text of the test. -
Add new
basic
benchmarks to be able to measure perf for small, common text strings. -
Move
serde_test
todev-dependencies
, as it's only used intest
profile.