# Change Log

All notable changes to this project will be documented from version 4.0.0 forward
in this file.

## 4.0.0 - 2019-09-12

- BREAKING: Dropped Node 8 support
- No more security warnings in production dependencies!
- All code, including in examples uses `const` and `let` instead of `var`
- All code, including in markdown, is `standard` compliant and consistent
- Replace code that uses deprecated 'url' module with `URL` class instead
- Outdated offline docs removed; we now include live links to the nodejs.org docs.
