All Versions
13
Latest Version
Avg Release Cycle
173 days
Latest Release
1430 days ago

Changelog History
Page 1

  • v0.5.0 Changes

    April 28, 2020
    • ๐Ÿ‘Œ 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.
  • v0.4.0 Changes

    October 31, 2019
    • 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
  • v0.3.0 Changes

    June 21, 2018
    • โฌ†๏ธ Upgrade http-conduit dependencies to: http-conduit >= 2.0 && < 2.4 #59
  • v0.2.3

    December 25, 2017
  • v0.2.2 Changes

    April 05, 2017
    • โฌ†๏ธ Upgrade http-conduit and http-client dependencies to: http-conduit >= 2.1.8 && http-client >= 0.4.30 #51
    • โž• Added include_email parameter to AccountVerifyCredentials #49
    • โž• Added extAltText parameter to showId #50
  • v0.2.2.2

    August 20, 2017
  • v0.2.2.1

    June 13, 2017
  • v0.2.1 Changes

    June 19, 2016
    • โž• Added fullText parameter to direct message calls #47
    • Replaced SearchStatus with Status type #46
    • โž• Added accountUpdateProfile #45
    • โž• Added listsMembersCreateAll and listsMembersDestroyAll
    • ๐Ÿ—„ Parameter lenses in Web.Twitter.Conduit re-exported from Web.Twitter.Conduit.Parameters are deprecated
  • v0.2.0 Changes

    April 09, 2016
    • ๐Ÿ”„ Changed the signature of functions defined in Web.Twitter.Conduit.Base, because Manager of http-conduit 2.0 and later does not need MonadResource. #43
    • โœ‚ Removed TwitterBaseM
    • โœ‚ Removed TW monad
    • Re-exported OAuth (..) and Credential (..) from authenticate-oauth
    • 0๏ธโƒฃ Re-exported def from data-default
    • Re-exported Manager, newManager and tlsManagerSettings from http-conduit
  • v0.1.3 Changes

    April 02, 2016
    • ๐Ÿ‘‰ Make TWToken and TWInfo an instance of Read and Typeable #42