Skip to content

Releases: davidkonrad/toUnicodeVariant

v1.0.11

11 May 15:56

Choose a tag to compare

Removed package-lock.json
touniv-lock

v1.0.10

12 Apr 17:45

Choose a tag to compare

  • Better support of vietnamese special chars, thank you @anhdung98
  • Two new diacritics, 'horn' and 'hookabove', thank you @anhdung98

v1.0.9

22 Feb 06:14
b94c944

Choose a tag to compare

  • Added TypeScript and NPM support - Thanks @degola

v1.0.8

12 Nov 08:17

Choose a tag to compare

  • 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

10 Nov 16:36

Choose a tag to compare

  • 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

09 Nov 15:03

Choose a tag to compare

  • new 'numbers dot' variant
  • new 'numbers comma' variant
  • new 'numbers double circled' variant
  • various fixes
  • improved documentation

v1.0.5

07 Nov 14:05

Choose a tag to compare

  • updated documentation
  • special chars support for äâáåăǟãāȧȃḅčćċḉçċĉèéēĕëěêęȇȅğǧģġḥĩîíìḱḳņńñõöōôóòŕşșṩšśüùúûŭȕȗůūẁẃø

v1.0.4

06 Nov 15:31

Choose a tag to compare

  • begin support / mimicking language specific characters
  • refactored the flags param; many more diactrical marks supported

v1.0.3

04 Nov 22:27

Choose a tag to compare

  • 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

18 May 21:42

Choose a tag to compare

  • added nodejs test
  • renamed test/index.html to browser.html
  • added module.exports ...