Releases: ozdemirburak/morse-code-translator
Releases · ozdemirburak/morse-code-translator
2.2.0
Added missing Japanese characters, thanks to Mr. Taniguchi.
2.1.1
remove a wrong character from latin ext.
2.1.0
Added option for custom separator, fixed issue for Japanese separator.
// -・ ・ ・-- ・・・
const japanese = morsify.encode('NEWS', { priority: 10, dash: '-', dot: '・', separator: ' ' });
2.0.0
v2.0, change default encoding and decoding behaviour of Morsify to ma…
1.0.0
v1.0, using es6, fixed errors on safari
0.5.3
Use context current time for play and stop, v0.5.3
0.5.1
Return GainNode as well since it may be used for disconnecting, v0.5.1
0.5.0
- Added support for unicode characters for Chinese and the others
0.4.0
Thai alphabet, v0.4.0
0.3.0
Added public method for getting morse characters Updated README.md