Releases: twitterjs/twitter.js
Releases · twitterjs/twitter.js
v0.14.0
v0.13.0
Features
- Add support for subscriber_count and GET /2/spaces/:id/tweets endpoint (#156)
- Add createBook method to Client (#168)
Refactor
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.12.0
Bug Fixes
- Data gets undefined in BaseStructure (#140)
- Add examples, refactor manager methods, and fix bugs (#141)
Documentation
- Add install cmd to README
- Change install heading in README
- Simplify code samples (#142)
- Mark rest as internal and remove throws tag
Features
- Add books for liking-users & retweeted-by routes (#129)
- Add list methods (#153)
- Add support for sort_order parameter (#154)
Miscellaneous Tasks
- Update typedoc to latest
- Replace spaces with tabs for indentation (#138)
- Update devDeps
- Set dependabot update interval to monthly
- Remove redundant field
- Update README
- Refactor code samples in README
- Fix list in CONTRIBUTING
- Remove stats from README
- Add new usage example in README
- Update deps
Refactor
- Use node protocol (#128)
- Remove redundant misc classes (#130)
- Remove redundant comments
- Improve streams support and remove keepAliveSignal event (#152)
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- add contribution guide by @IAmLuisJ in #70
- chore: update all dependencies to latest version by @iShibi in #71
- chore: add dependabot configuration file by @iShibi in #73
- feat: add Tweet and SimplifiedTweet to UserResolvable by @iShibi in #72
- chore: use stripInternal tsc flag by @iShibi in #76
- chore(deps): bump undici from 4.11.1 to 4.12.0 by @dependabot in #83
- chore(deps-dev): bump typescript from 4.5.2 to 4.5.4 by @dependabot in #82
- chore: replace jest with vitest by @iShibi in #96
- feat: add /users/me route and the new twitter-types by @iShibi in #108
- chore: refactor twitter-types, add vitest config, and bump deps by @iShibi in #122
- feat: add books for list routes, refactor old books, & remove cjs support by @iShibi in #123
- chore: build commonjs module for publishing by @iShibi in #127
New Contributors
Full Changelog: v0.10.1...v0.11.0
v0.10.1
v0.10.0
v0.9.0
What's Changed
- refactor: remove HTTPError class and improve typings (513a47d)
- chore: update typescript and undici (16ae503)
- refactor: rename add method of managers to _add (df76674)
- chore: update code-sample in README (888087b)
- feat: emit matching rules collection in filteredTweetCreate event by @iShibi in #65
- refactor: remove streams and add a manager for filtered stream rules by @iShibi in #66
- fix(SimplifiedUser): set description to null if it's an empty string (77de07c)
Full Changelog: v0.8.1...v0.9.0