packages feed

pinboard-0.10.2.0: changelog.md

__v0.10.2.0

update time dependency

__v0.10.1.4

network 3.0.0.0

__v0.10.1.3

http-client 0.6

__v0.10.1.2

update to ghc 8.6; update containers

__v0.10.0.0

refactor; use UnliftIO; remove MonadError/MonadErrorPinboard; remove ExceptT from PinboardT

** previously caught http exceptions may no longer by automatically be caught - need to test further **

__v0.9.12.11

update deps bounds

__v0.9.12.9

update http-types bounds

__v0.9.12.5

update time bounds

__v0.9.12.4

fix for aeson [] instances in 1.0.0.0

__v0.9.12.2

vector bounds

__v0.9.12.1

bug fixes 

__v0.9.12__

add runPinboardE

add ability to delay the thread if the time since the previous request exceeds the configured maxRequestRateMills (rename requestDelayMills to maxRequestRateMills)

__v0.9.11__

add logging

add option to delay between requests (requestDelayMills)

__v0.9.10__

avoid pre-lifting IO into MonadIO

extend aeson upper-bound

__v0.9.9__

generalize (Either PinboardError a) to (MonadErrorPinboard)

__v0.9.8__

use safe-exception

avoid use of 'error' to communicate failure when parsing json

includes a few changes to the types/api in Pinboard.Client

__v0.9.7__

add http-client-0.5.0 support

add PVP bounds

__v0.9.6__

add http-client bound

__v0.9.5__

add JSON roundtrip tests

__v0.9.4__

derive generic

__v0.9.3__

Add lenses

__v0.9.2__

Make data fields strict

__v0.9.1__

rename field: postToread -> postToRead

__v0.9.0__

refactored Client.hs to simplify parameters

promote types under .Client subtree to top-level

__v0.8.5__

replace Pinboard stack with PinboardT transfomer (use mtl style constraints instead of a fixed monad transformer stack)

__v0.7.5__

replacing/removing io-streams in favor of http-client

__v0.6.5__

compatability with both time < 1.5 and time >= 1.5

__v0.6.4__

add ability to update a post directly from a Post record (save an existing post)

__v0.6.3__

add ToJson instances
add pretty print function