- None yet
- None yet
- None yet
- None yet
- Adds firefox nightly to the list of detectable browsers (i: @pimterry, r: @mitchhentges)
- Updates "require(...)" references for new package namespace
- Browser profile directory can be configured (
options.profile
) (#80) (i: @pimterry, r: @mitchhentges)
- Update dev dependencies (#79) (i: @mitchhentges, r: @nerdbeere
- Adds
noProxy
support (sites excluded from proxy) (i: @mfgea, r: @mitchhentges)
- Use simple-plist to deal with binary plists (#76) (i: @nerdbeere, r: @mitchhentges)
- Chromium now properly launches (i: @mitchhentges, r: @tomitm)
- Updates dependencies: rimraf, eslint, ava (i: @mitchhentges, r: @tomitm)
Includes changes for @marcolofarias that allow browsers to be launched on macOS (again). Potential regressions that won't be tested until ~mid-June, but works on Mac, so probably a plus overall.
- Launching browsers on macOS now works (i: @marcelofarias, r: @mitchhentges)
- Revert macOS browser changes due to browser-launch regression (i: @mitchhentges)
- Resolves new ESLint error (i: @marcelofarias, r: @mitchhentges)
- Browsers now launch on macOS (i: @marcelofarias, r: @nerdbeere)
- (Regression) Chrome proxy options not provided properly (i: @mitchhentges, r: @tomitm)
- (Regression) Not refreshing browser cache on failed lookup (i: @mitchhentges, r: @tomitm)
- Provide
skipDefaults
option to not use specified defaults (i: @mitchhentges, r: @tomitm)
- Ava updated (i: @mitchhentges)
- Add eslint, remove jshint/jscs, fix warnings (i: @mitchhentges, r: @tomitm)
- Provide spawn error in callback (i: @mitchhentges, r: @tomitm)
- Reduce size of downloaded dependencies by using "chunks" of lodash (i: @mitchhentges, r: @tomitm)
- Downgraded
win-detect-browsers
for compatibility withbrowserify
. See #29 (i: @mitchhentges, r: @tomitm)
- #21
detect
works on OSX again (i: @mitchhentges, r: @tomitm)
- Type
phantom
is nowphantomjs
, which is a little more consistent - The property "name" is more descriptive for variant channels, e.g. "chrome-canary"
- #19 Firefox Developer supported on OSX (i: @mitchhentges, r: @tomitm)
- #18 Linux browser-finding faster, each command is run in parallel (i: @mitchhentges, r: @tomitm)
- #19 Darwin detectors refactored, much easier to update (i: @mitchhentges, r: @tomitm)
- #18 Browser list is refactored, adding commands for browsers is easier (i: @mitchhentges, r: @tomitm)
- #18 If a browser appeared multiple times as a symlink, it would show up multiple times (i: @mitchhentges, r: @tomitm)
stop
event is now emitted on process close
, not process exit
(so that stdout can be flushed first)
- Detect
Canary
onOSX
(i: @caitp, r: @mitchhentges) - Support launching
phantomjs
onOSX
(i: @epmatsw, r: @mitchhentges) - Detect
Chromium
onOSX
(i: @rhendric, r: @mitchhentges) IE
will now response tostop()
(i: @vsashidh, r: @mitchhentges)- Windows browser detection should be 2-4x faster (win-detect-browsers upgrade) (i: @mitchhentges, r: @tomitm)
- Updated dependencies (i: @mitchhentges, r: @tomitm)
- Docs updated to describe how
james-browser-launcher
compares to other launchers (i: @mitchhentges, r: @tomitm)
- First release as
james-browser-launcher