Skip to content

Releases: hashrock/deno-opn

v2.0.1

14 May 09:10
Compare
Choose a tag to compare
Fix osx command

v2.0.0

01 May 03:11
a4516a4
Compare
Choose a tag to compare

Refactoring by @ElectronicsArchiver , Thank you!

BREAKING CHANGE

  • Changes API
    • app -> with
    • opn -> open

added support for API changes in deno 1.0

17 May 06:20
b358e4c
Compare
Choose a tag to compare
v1.1.1

added support for API changes in deno 1.0

v1.1.0: Fix obsolete deno import since Deno v0.3.3 (#4)

23 May 01:44
Compare
Choose a tag to compare
There has been a breaking API change in Deno v.0.3.3 that also breaks
this module. The import of "deno" module got replaced with a global Deno
variable.

The "deno" module removal PR: https://github.com/denoland/deno/pull/1895
Release notes of v.0.3.3: https://github.com/denoland/deno/commit/3dbb06e699398549e8cfabc896ef3256ab433cba#diff-30ebd105aef11de730b7b473a247e99bR16