Skip to content

Releases: twitterjs/twitter.js

v0.14.0

03 Apr 16:46
Compare
Choose a tag to compare

Features

  • Add support for fetching quote tweets of a tweet (#172)

Miscellaneous

  • Add workflow for generating docs source files (#173)
  • Add custom docs (#184)
  • Update deps (#185)
  • Add PAT token for docs workflow

Full Changelog: v0.13.0...v0.14.0

v0.13.0

06 Mar 17:26
Compare
Choose a tag to compare

Features

  • Add support for subscriber_count and GET /2/spaces/:id/tweets endpoint (#156)
  • Add createBook method to Client (#168)

Refactor

  • Replace Snowflake with string (#155)
  • Make required parameters positional (#157)

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

11 Feb 09:40
Compare
Choose a tag to compare

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

16 Jan 14:14
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

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

13 Nov 15:32
2d259bd
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

What's Changed

  • types: fetching rules returns a collection when option is undefined by @iShibi in #68

Full Changelog: v0.10.0...v0.10.1

v0.10.0

09 Nov 11:31
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

What's Changed

  • feat: add support for manage tweet endpoints by @iShibi in #67

Full Changelog: v0.9.0...v0.10.0

v0.9.0

24 Oct 08:40
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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

v0.8.1

03 Oct 06:28
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

v0.8.1 (2021-10-03)

Bug Fixes

  • cmds in script.mjs not generating valid package.json on linux (f1f9a2c)

v0.8.0

03 Oct 05:14
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

v0.8.0 (2021-10-03)

Features

v0.7.0

02 Oct 08:53
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

v0.7.0 (2021-10-02)

Features

  • add support for manage lists endpoints (#63) (943df37)