Changelog for pinboard-0.9.9

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