Releases: davidkonrad/toUnicodeVariant
Releases · davidkonrad/toUnicodeVariant
v1.0.11
v1.0.10
- Better support of vietnamese special chars, thank you @anhdung98
- Two new diacritics, 'horn' and 'hookabove', thank you @anhdung98
v1.0.9
v1.0.8
- The combinings-param now support arrays
So instead of 'overline, underline, strike' you can now pass ['overline', 'underline', 'strike'], ['o', 'u', 's'] and so on ...
toUnicodeVariant('test', 'italic', ['overline', 'underline', 'strike'])
v1.0.7
- added 'roman' variant; converts both integers and strings to unicode roman numerals.
- new combinings: enclose-circle, enclose-backslash, enclose-square, enclose-diamond, enclose-screen, enclose-keycap
- new combinings: halo-grave, halo-breve
- new combinings: space, space-en, space-em, space-zero, space-thin, space-hair, space-cjk, space-figure, space-ogham
v1.0.6
- new 'numbers dot' variant
- new 'numbers comma' variant
- new 'numbers double circled' variant
- various fixes
- improved documentation
v1.0.5
- updated documentation
- special chars support for äâáåăǟãāȧȃḅčćċḉçċĉèéēĕëěêęȇȅğǧģġḥĩîíìḱḳņńñõöōôóòŕşșṩšśüùúûŭȕȗůūẁẃø
v1.0.4
- begin support / mimicking language specific characters
- refactored the flags param; many more diactrical marks supported
v1.0.3
- added flags variant (regional indicators)
- fullwidth, now support for entire ASCII table
- script, all errors solved
- circled negative, support 0
- added flag aliases u,s
v1.0.2
- added nodejs test
- renamed test/index.html to browser.html
- added module.exports ...
