Skip to content

Releases: Pandawan/deno_notify

Support for Deno 1.31

07 Mar 09:07
Compare
Choose a tag to compare
  • Add support for Deno 1.31

Minor API improvements

02 Feb 02:57
Compare
Choose a tag to compare
  • 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

02 Feb 01:26
Compare
Choose a tag to compare
  • Add support for Apple Silicon with a separate binary (Not universal binary!)

Support for Deno 1.25+

01 Feb 22:00
Compare
Choose a tag to compare
  • Add support for Deno 1.25
  • Upgrade some dependencies

Improved API & Error Handling

13 Apr 20:53
Compare
Choose a tag to compare
  • 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

26 Jan 03:18
Compare
Choose a tag to compare

Updated packages & dependencies to match Deno 1.18. Nothing much changed.

Update version numbers

12 Jan 08:23
Compare
Choose a tag to compare

I really need to figure out a better way to handle this...

Support deno v1.17

12 Jan 08:17
Compare
Choose a tag to compare
  • Fix #7
  • Upgrade dependencies

Add Timeout & Cleanup

15 Nov 03:12
Compare
Choose a tag to compare
  • 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

26 Oct 03:00
Compare
Choose a tag to compare
  • Improve README
  • Rename PLUGIN_URL environment variable to NOTIFY_PLUGIN_URL
  • Format everything with deno fmt