Skip to content

Releases: ozdemirburak/morse-code-translator

2.2.0

11 Feb 19:05
Compare
Choose a tag to compare
Added missing Japanese characters, thanks to Mr. Taniguchi.

2.1.1

07 Nov 15:58
Compare
Choose a tag to compare
remove a wrong character from latin ext.

2.1.0

12 Oct 17:47
Compare
Choose a tag to compare

Added option for custom separator, fixed issue for Japanese separator.

// -・ ・ ・-- ・・・
const japanese = morsify.encode('NEWS', { priority: 10, dash: '-', dot: '・', separator: ' ' });

2.0.0

03 Apr 18:45
Compare
Choose a tag to compare
v2.0, change default encoding and decoding behaviour of Morsify to ma…

1.0.0

02 Oct 12:01
Compare
Choose a tag to compare
v1.0, using es6, fixed errors on safari

0.5.3

08 Sep 02:11
Compare
Choose a tag to compare
Use context current time for play and stop, v0.5.3

0.5.1

23 May 23:56
Compare
Choose a tag to compare
Return GainNode as well since it may be used for disconnecting, v0.5.1

0.5.0

06 Oct 17:00
Compare
Choose a tag to compare
  • Added support for unicode characters for Chinese and the others

0.4.0

03 Oct 10:38
Compare
Choose a tag to compare
Thai alphabet, v0.4.0

0.3.0

24 Jun 10:40
Compare
Choose a tag to compare
Added public method for getting morse characters

Updated README.md