Releases: james-proxy/james-browser-launcher
Releases · james-proxy/james-browser-launcher
v1.2.3
Developer features
- Reduce size of downloaded dependencies by using "chunks" of lodash (i: @mitchhentges, r: @tomitm)
v1.2.2
Bugfixes
- Downgraded
win-detect-browsers
for compatibility withbrowserify
. See #29 (i: @mitchhentges, r: @tomitm)
v1.2.1
Bugfixes
- #21
detect
works on OSX again (i: @mitchhentges, r: @tomitm)
v1.2.0
Breaking changes
- Type
phantom
is nowphantomjs
, which is a little more consistent - The property "name" is more descriptive for variant channels, e.g. "chrome-canary"
User features
- #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)
Developer features
- #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)
Bugfixes
- #18 If a browser appeared multiple times as a symlink, it would show up multiple times (i: @mitchhentges, r: @tomitm)
v1.1.0
Breaking changes
stop
event is now emitted on process close
, not process exit
(so that stdout can be flushed first)
User features
- 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)
Developer features
- Updated dependencies (i: @mitchhentges, r: @tomitm)
Bugfixes
- Docs updated to describe how
james-browser-launcher
compares to other launchers (i: @mitchhentges, r: @tomitm)