Skip to content

Releases: sindresorhus/open

v8.0.4

21 Mar 16:27
Compare
Choose a tag to compare

v8.0.3...v8.0.4

v8.0.3

18 Mar 12:17
Compare
Choose a tag to compare

v8.0.2...v8.0.3

v8.0.2

03 Mar 08:12
Compare
Choose a tag to compare

v8.0.1...v8.0.2

v8.0.1

02 Mar 14:06
Compare
Choose a tag to compare

v8.0.0...v8.0.1

v8.0.0

02 Mar 10:56
Compare
Choose a tag to compare

Breaking

  • Require Node.js 12 cde5c79
  • Removed deprecated url option
  • The app option 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.apps constants, which lets easily open Chrome and Firefox without cross-platform issues

v7.4.2...v8.0.0

v7.4.2

16 Feb 16:10
Compare
Choose a tag to compare

v7.4.1...v7.4.2

v7.4.1

14 Feb 07:43
Compare
Choose a tag to compare
  • Windows: Fix error with forward slashes in path (#220) db8eb8f
  • WSL: Get drives mount point from wsl.conf (#219) 36e9964

v7.4.0...v7.4.1

v7.4.0

01 Feb 10:00
Compare
Choose a tag to compare

v7.3.1...v7.4.0

v7.3.1

07 Jan 07:37
Compare
Choose a tag to compare
  • Fix support for WSL when Windows isn't mounted in /mnt/ (#210) a3bbadc

v7.3.0...v7.3.1

v7.3.0

29 Sep 10:43
Compare
Choose a tag to compare
  • Support WSL configuration where Windows paths are not in PATH (#195) be0f794

v7.2.1...v7.3.0