All Versions
13
Latest Version
Avg Release Cycle
173 days
Latest Release
1686 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.0 Changes
April 28, 2020- ๐ Support for OverloadedLabels
twitter-conduit
now supports the OverloadedLabels extensions for overloaded parameters inAPIRequest
(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
forWeb.Twitter.Conduit.Status.homeTimeline
) - โฌ๏ธ Drop supports network < 2.6 #74.
- ๐ Support
tweet_mode
parameter #72.
-
v0.4.0 Changes
October 31, 2019 -
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 -
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
withStatus
type #46 - โ Added
accountUpdateProfile
#45 - โ Added
listsMembersCreateAll
andlistsMembersDestroyAll
- ๐ Parameter lenses in
Web.Twitter.Conduit
re-exported fromWeb.Twitter.Conduit.Parameters
are deprecated
- โ Added
-
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 (..)
andCredential (..)
from authenticate-oauth - 0๏ธโฃ Re-exported
def
from data-default - Re-exported
Manager
,newManager
andtlsManagerSettings
from http-conduit
-
v0.1.3 Changes
April 02, 2016- ๐ Make TWToken and TWInfo an instance of Read and Typeable #42