Releases: LinusU/node-loudness
Releases · LinusU/node-loudness
🚢 0.4.2 / 2023-09-01
🚢 0.4.1 / 2020-08-13
🐛 Fixes
- Use default device when muting/unmuting
🌹 Internal Changes
- Update system support text
🚢 0.4.0 / 2020-08-13
💥 Breaking Changes
-
Drop support for Node.js <10
Migration Guide:
Upgrade to Node.js 10.13.0 or newer.
🚢 0.3.1 / 2020-08-13
🐛 Fixes
- Update example to use async/await
🌹 Internal Changes
- Remove package lock file
🚢 0.3.0 / 2018-10-29
💥 Breaking Changes
-
Drop support for Node.js <6
Migration Guide:
Upgrade to Node.js 6.0.0 or newer.
-
Switch to Promise based interface
Migration Guide:
Instead of taking a callback, the exposed functions now returns a Promise.
🎉 Enhancements
- Add TypeScript typings
🌹 Internal Changes
- Clean up package.json
- Use Standard Style