Releases: hashrock/deno-opn
Releases · hashrock/deno-opn
v2.0.1
v2.0.0
Refactoring by @ElectronicsArchiver , Thank you!
BREAKING CHANGE
- Changes API
- app -> with
- opn -> open
added support for API changes in deno 1.0
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)
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