Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 883 Bytes

CHANGES.md

File metadata and controls

21 lines (13 loc) · 883 Bytes

go-twitter Changelog

Notable changes over time. Note, go-twitter does not follow a semver release cycle since it may change whenever the Twitter API changes (external).

06/2022

  • Forked off from original so we can start taking pull requests.

07/2019

  • Add Go module support (#143)

11/2018

  • Add DirectMessageService support for the new Twitter Direct Message Events API (#125)
    • Add EventsNew method for sending a Direct Message event
    • Add EventsShow method for getting a single Direct Message event
    • Add EventsList method for listing recent Direct Message events
    • AddEventsDestroy method for destroying a Direct Message event