annyang v2.3.0 Release Notes

Release Date: 2016-03-31 // about 8 years ago
  • ๐Ÿ‘ [Added] UMD support

    ๐Ÿ‘ annyang can now be required as a module in environments that support them.

    ๐Ÿ‘ Here is an example of using annyang in an Electron app (an environment that supports both modules and Speech Recognition):

    \<script\>const annyang = require('./annyang.min.js');annyang.addCommands({'hello': function() {console.log('world'); } });annyang.start();\</script\>
    

    ๐Ÿ‘ This additional support for modules does not break existing functionality, as annyang is still available in the global scope.

    A huge thanks goes to @v12 for all the hard work to make this feature possible!

    ๐Ÿ›  [Fixed] Fixed tiny init bug

    ๐Ÿ› Bug caused an exception to be thrown when attempting to abort annyang before it was initialized.

    โœ… [Added] New tests added

    ๐Ÿ‘Œ Improved test coverage of annyang

    ๐Ÿฑ Awesome people โญ๏ธ

    A lot of contributors have helped make this version possible!

    Special thanks to:

    • ๐Ÿ‘ @v12 - Added UMD support.
    • @lmangani - Thank you for repeatedly being the first one to step up and help the community with issues.
    • @wizardsambolton - Thank you for helping the community with issues.
    • @rmilesson - Thank you for helping the community with issues.
    • @evancohen - Thank you for helping the community with issues.
    • @sdkcarlos - Thank you for helping the community with issues.
    • @asantos00 - Thank you for helping the community with issues.
    • โœ… @chrifpa - Added tests.
    • โœ… @MattCain - Added tests.
    • โœ… @Byron - Added tests.
    • โœ… @timotius02 - Added tests.
    • โœ… @ZahraTee - Added tests.