All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fallback to
open
is broken (#38) @erezrokah
- Urls are opened twice (#33) @jfirebaugh
- Handle fallback for host only matching logic (#15)
- Support reuse tab with same host (#13) @otakustay
2.0.0 - 2020-04-06
- Support for chromium browsers, see facebook/create-react-app#8367 for more detail (#5) @yannbf
- Upgrade
open
fromv6.4.0
tov7.0.3
, see breaking change for more detail and it has been properly addressed in this commit. - Upgrade
babel
to latest release
1.0.0 - 2019-09-06
- Drop support for Node.js version lower than 8
- Migrate from
opn
toopen
, read this