Releases: mozilla/web-ext
Releases · mozilla/web-ext
1.2.3
1.2.2
1.2.1
1.2.0
Bug Fixes
- Increased the timeout for connecting to the Firefox debugger (during
web-ext run) from 6 seconds to 30 seconds (436ccd4) - Relative
--source-dirpaths are handled correctly now (bf266d8) - Installation should now fail if your npm is not up to date (9cec25a)
Features
web-ext sign,build, andrunnow support extensions without explicit IDs (fdf3d3b, 295f8fc)- Extensions are now built to ZIP files instead of XPI files for cross-platform compatibility (07ff822)
web-ext run --pre-installno longer connects to the remote debugger. This allows you to run the extension even if there are problems connecting to the debugger. (47d7230)
1.1.0
Bug fixes
- Missing command/option errors are reported better (33a9e01, f6a2a26, 1c3ef8d)
- Configured
yargswithout boolean negation; this fixed a bug where--no-reloadhad no affect (0bf887f) - Displayed Firefox remote actor errors better (b3250c8)
- Fixed using environment variables for non-global options (5b6aa43)
- Fixed cases where
--helpin combination with a command did not work (1fbfd17)
Features
web-ext runwatches your source files and reloads the add-on in Firefox as you edit the source (61c5087, 79c6bf5, 4559654, 2622d73, 1252028)- This requires Firefox 49 but you can use
web-ext run --pre-installfor older Firefox versions (implies--no-reload)
- This requires Firefox 49 but you can use
- Added
--timeoutoption toweb-ext sign(2c176b2) - Added
web-ext build --as-neededto watch source files and rebuild when they change (d458dcc) web-ext buildignoresnode_modulesby default (5eff6d5)web-extoutputs its version when run in verbose mode (e4280dd)
1.0.1
Changes: 1.0.0...1.0.1
1.0.0
Changes: 0.0.1...1.0.0