Releases: Pandawan/deno_notify
Releases · Pandawan/deno_notify
Support for Deno 1.31
- Add support for Deno 1.31
Minor API improvements
- Add timeout OS runtime check
- Add explicit return types to functions
- Mark supports and strictSupport variables as public readonly
- Export MacSoundNames
- Update cargo dependencies
- Fix run_tests.sh script issues
Support for Apple Silicon
- Add support for Apple Silicon with a separate binary (Not universal binary!)
Support for Deno 1.25+
- Add support for Deno 1.25
- Upgrade some dependencies
Improved API & Error Handling
- Maintain builder pattern when platform is not valid in non-strict mode
- Set macos bundle to terminal automatically
- Better error handling on rust side
- Refactor
timeout
interop between rust and deno - Add test for complex notification
- Update dependencies
Update for Deno 1.18
Updated packages & dependencies to match Deno 1.18. Nothing much changed.
Update version numbers
I really need to figure out a better way to handle this...
Support deno v1.17
- Fix #7
- Upgrade dependencies
Add Timeout & Cleanup
- Add
timeout
option for windows & linux - Update platform compatibility to match that of notify_rust
- Remove
deps.ts
file (don't need it) - Update dependencies
- Use
.editorconfig
instead of.vscode/settings.json
Minor improvements
- Improve README
- Rename
PLUGIN_URL
environment variable toNOTIFY_PLUGIN_URL
- Format everything with
deno fmt