Skip to content

Releases: TooTallNate/node-speaker

0.5.5

03 May 22:59
Compare
Choose a tag to compare

Patches

  • Add macos arm64 (m series chip) support: #178

Credits

Huge thanks to @ItsJustMeChris for helping!

🚢 0.5.4 / 2022-03-16

16 Mar 17:14
316afff
Compare
Choose a tag to compare

🎉 Enhancements

  • Add support for selecting output audio device in Windows (#154)

🌹 Internal Changes

  • Update link to MSDN blog post (#165)
  • Update CI setup (#169)
  • Update license metadata (#168)

🚢 0.5.3 / 2021-03-12

12 Mar 09:19
3bf1f0b
Compare
Choose a tag to compare

🐛 Fixes

  • Use declare keyword in TypeScript declarations

0.5.2

03 Jul 19:05
Compare
Choose a tag to compare

Patches

  • Fix TypeScript definition: 7c2772c

🚢 0.5.1 / 2019-12-16

16 Dec 14:53
fe0d890
Compare
Choose a tag to compare

🐛 Fixes

  • Track and free "device" outside of mpg123

🌹 Internal Changes

  • Remove unused header file

🚢 0.5.0 / 2019-12-07

07 Dec 14:54
a085e05
Compare
Choose a tag to compare

💥 Breaking Changes

  • Build using N-API instead of NAN

    Migration Guide:

    Upgrade to at least Node.js 8.6.0 for continued support.

🎉 Enhancements

  • Upgrade to debug 4.x
  • Drop dependency on readable-stream
  • Drop dependency on buffer-alloc

🌹 Internal Changes

  • Remove package lock file
  • Remove unused binding export
  • Update Appveyor Node.js versions
  • Bump dev-dependencies
  • Ignore lock files

🚢 0.4.2

07 May 13:09
4a8c1a9
Compare
Choose a tag to compare
  • 🎉 Add TypeScript typings
  • 🐛 Fix compilation on Electron 5.x
  • 🐛 Use Nan::GetCurrentEventLoop for thread safety