UNPKG

638 BMarkdownView Raw
1# [Changes since last deploy](https://github.com/goodeggs/json-fetch/compare/v8.0.0...master)
2
3# [8.0.0](https://github.com/goodeggs/json-fetch/compare/v7.5.1...v8.0.0)
4
5## Breaking change
6
7- Only support [Node 8+](https://github.com/nodejs/Release#release-schedule) due to requirements from updated dependencies.
8
9## Adopt Good Eggs developer tooling best practices
10
11- Babel 7 for build & modern js features
12- Eslint for code correctness
13- Prettier for formatting
14- leasot for todos
15- Husky & Lint-staged for auto format & lint on commit
16- Package scripts to run all the above
17- Deploy from CI
18- Use a changelog ;)
19- Update dependencies