Sourced from open's releases.
v8.0.4
- Fix the
app.argumentoption (https://github.com/facebook/flipper/issues/237) e127ae8https://github.com/sindresorhus/open/compare/v8.0.3...v8.0.4
v8.0.3
- Hide PowerShell window on Windows (https://github.com/facebook/flipper/issues/235) 53faf7f
https://github.com/sindresorhus/open/compare/v8.0.2...v8.0.3
v8.0.2
- Fix a regression in v8.0.0 (https://github.com/facebook/flipper/issues/232) 26ee3d2
https://github.com/sindresorhus/open/compare/v8.0.1...v8.0.2
v8.0.1
- Fix Node.js 12 compatibility (https://github.com/facebook/flipper/issues/229) 71777b1
https://github.com/sindresorhus/open/compare/v8.0.0...v8.0.1
v8.0.0
Breaking
- Require Node.js 12 cde5c79
- Removed deprecated
urloption- The
appoption now accepts an object instead of a string/array:await open('https://sindresorhus.com', { - app: 'firefox' + app: {name: 'firefox'} });await open('https://sindresorhus.com', { - app: ['chrome', '--incognito'] + app: {name: 'google chrome', arguments: '--incognito'} });Improvements
- Add
open.appsconstants, which lets easily open Chrome and Firefox without cross-platform issueshttps://github.com/sindresorhus/open/compare/v7.4.2...v8.0.0
8881dab 8.0.4e127ae8 Fix the app.argument option (https://github.com/facebook/flipper/issues/237)14daa34 8.0.353faf7f Hide PowerShell window on Windows (https://github.com/facebook/flipper/issues/235)b7a5729 8.0.226ee3d2 Memoize getting mountPoint (https://github.com/facebook/flipper/issues/232)bc83b32 Meta tweaks (https://github.com/facebook/flipper/issues/233)180c2ab 8.0.159df90f Meta tweaks71777b1 Fix Node.js 12 compatibility (https://github.com/facebook/flipper/issues/229)