Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 221ddf4

Browse files
authored
Update changelog (#83)
Update changelog
2 parents faf831b + 63bb4a1 commit 221ddf4

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v3.0.0](https://github.com/netlify/js-client/compare/v2.4.8...v3.0.0) - 2019-11-26
11+
12+
Thanks a lot to:
13+
14+
- @polemius for his help with tests
15+
- @ramigs for fixing the `README`
16+
17+
### Features
18+
19+
- Add `accessToken` option (#70)
20+
- Improved error messages and stack traces (#67)
21+
22+
### Bug fixes
23+
24+
- Fix `body` functions not working with JSON payloads (#67)
25+
- Fix `body` binary payloads not working when not wrapped in functions (#67)
26+
- Allow methods to be retrieved via destructuring like `const {getCurrentUser} = api` (#67)
27+
- Fix rate limiting-related bug (#69)
28+
29+
### Cross-platform
30+
31+
- Make development tasks work on Windows (#62)
32+
- Improve CI tests: we now run tests on Node 8/13, Linux/macOS/Windows (#62, #79)
33+
- Improve browser support (#67)
34+
- Fix the currently supported Node.js version (#78)
35+
36+
### Tests
37+
38+
- Add 100% test coverage on everything except the deploy logic (#68, #71, #72)
39+
- Improve tests configuration (#58, #61)
40+
- Add Codecov test coverage (#76, #78)
41+
- Use GitHub actions (#78)
42+
- Add Husky pre-push hook (#78)
43+
44+
### Documentation
45+
46+
- Fix variable name consistency in the `README` (#73)
47+
- Improve `README` (#82)
48+
49+
### Dependencies
50+
51+
- Upgrade most dependencies (#78)
52+
- Remove unused dependencies (#57, #78)
53+
54+
### Refactoring
55+
56+
- Fix linting and prettifying (#59, #60)
57+
- Remove `.vscode` folder (#63)
58+
- Reorder `package.json` (#64, #81)
59+
- Split big files into smaller files (#67)
60+
- General code refactoring (#65, #66)
61+
- Reduce npm package size (#80)
62+
1063
## [v2.4.8](https://github.com/netlify/js-client/compare/v2.4.7...v2.4.8) - 2019-07-24
1164

1265
### Merged

0 commit comments

Comments
 (0)