4.0.0
A long-awaited release to debug
is available now: 4.0.0
.
Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.
This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule.
Major Changes
Minor Changes
- bump vulnerable packages: 853853f
- Fix nwjs support (#569): 207a6a2
- add instance extends feature (#524): e43e5fe
- Add TVMLKit support (#579): 02b9ea9
Patches
- clean up builds: 3ca2331
- remove needless command aliases in makefile: 9f4f8f5
- no longer checking for BROWSER=1: 623c08e
- fix tests: 57cde56
- clean up makefile: 62822f1
- fix tests: 833b6f8
- add .editorconfig: 2d2509e
- add yarn-error.log to .gitignore: 7e1d5d9
- Improve usability of Windows notes w/ examples for prompts & npm script (#577): 1ad1e4a
- Drop usage of
chrome.storage
(or make the storage backend pluggable): 71d2aa7 - Detect 'process' package: 225c66f
- Update ms to 2.1.1 (#539): 22f9932
- Update .npmignore (#527): a5ca7a2
- fix colors with
supports-color@5
: 285dfe1 - Document
enable()
(#517): ab5083f - refactor to make the common code be a setup function (#507): 7116906
- Simplify and improve: da51af8
- use babel-ified distributed source for browsers: b3f8f8e
Credits
Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!