Skip to content

Releases: himura/twitter-conduit

0.6.1

27 Nov 17:35
ca5706e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

17 Nov 16:19
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated module: Web.Twitter.Conduit.ParametersDeprecated by @himura in #81
  • Adds support for extended tweets by @liftM in #83
  • Cosmetic: formatted by fourmolu by @himura in #85

Full Changelog: 0.5.1...0.6.0

0.5.1

10 Jan 16:05
Compare
Choose a tag to compare
  • Add result_type to searchTweets #78.

0.5.0

28 Apr 17:53
Compare
Choose a tag to compare
  • Support for OverloadedLabels

    twitter-conduit now supports the OverloadedLabels extensions for overloaded parameters in APIRequest (e.g.: #count, #max_id).

    We can now write:

    homeTimeline & #count ?~ 200

    instead of:

    import qualified Web.Twitter.Conduit.Parameters as P
    
    homeTimeline & P.count ?~ 200

    NOTE: See Web.Twitter.Conduit.ParametersDeprecated module if you would like to use classic value lenses.

  • Drop supports conduit < 1.3 and http-conduit < 2.3 #69.

  • Web.Twitter.Conduit.Status is no longer re-exported by Web.Twitter.Conduit in order to avoid name conflictions (e.g. update, lookup) #71.

  • Add alias for functions in Web.Twitter.Conduit.Status with statuses- prefix #71.
    (e.g. Web.Twitter.Conduit.Api.statusesHomeTimeline for Web.Twitter.Conduit.Status.homeTimeline)

  • Drop supports network < 2.6 #74.

  • Support tweet_mode parameter #72.

0.4.0

31 Oct 17:23
Compare
Choose a tag to compare
  • Follow direct message API changes #65 #62
  • Changed WithCursor type 5b9e9d7a
    • Added type parameter to WithCursor to supports Text as the next cursor type.
    • Changed {previous,next}Cursor in WithCursor to be optional
  • Changed APIRequest type to take HTTP Method f25fd9b3

0.3.0

21 Jun 11:45
Compare
Choose a tag to compare
Version bump to 0.3.0

0.2.3

25 Dec 17:07
Compare
Choose a tag to compare
Version bump

0.0.1

21 Mar 10:22
Compare
Choose a tag to compare
base package upper bound