v4.0.0
What's Changed
- Fix typos by @rosano in #117
- Update to suppored Node versions by @sirreal in #159
- Autoformat by @sirreal in #157
- Add .git-blame-ignore-revs by @sirreal in #160
- Add integration tests by @sirreal in #161
- Drop special handling for blogIdentifier parameters by @sirreal in #162
- Refactor as class and simplify options by @sirreal in #163
- Refactor for v4.0.0 by @sirreal in #153
- Fix typo in CHANGELOG by @straku in #166
- Require params for create/edit post by @sirreal in #168
- Improve TS config by @sirreal in #169
- Normalize package.json repository.url by @sirreal in #170
- Add TypeScript declaration map by @sirreal in #171
- Fix blogPosts method by @sirreal in #173
- Add NPF createPost/editPost by @sirreal in #172
- Use JSON encoding unless we have file uploads by @sirreal in #175
- Fix error when sending boolean values in form-data by @sirreal in #176
- Use private fields instead of @Private by @sirreal in #174
- Improve legacy photo post special handling by @sirreal in #167
- Fix tagged posts signature and implementation according to docs by @sirreal in #181
- Fix delete post signature by @sirreal in #180
- Fix avatar URL and signature by @sirreal in #179
- Fix like/unlike post function signature according to docs by @sirreal in #178
- Update README according to 4.0 by @sirreal in #177
- Stop referencing returnPromises in @return doc by @sirreal in #182
- Support NPF media uploads by @sirreal in #183
- Prepare v4 alpha-1 release by @sirreal in #184
- Improve GET queries and blogPosts method by @sirreal in #185
- Prep v4 release by @sirreal in #186
New Contributors
Full Changelog: v3.0.1...v4.0.0