pinboard/changelog.md

65 lines
952 B
Markdown
Raw Normal View History

2016-08-10 01:06:05 +00:00
__v0.9.8__
use safe-exception
avoid use of 'error' to communicate failure when parsing json
2016-08-10 01:06:05 +00:00
includes a few changes to the types/api in Pinboard.Client
__v0.9.7__
add http-client-0.5.0 support
add PVP bounds
2016-07-08 06:12:44 +00:00
__v0.9.6__
add http-client bound
2016-04-07 22:10:37 +00:00
__v0.9.5__
2016-06-14 05:44:12 +00:00
add JSON roundtrip tests
2016-04-07 22:10:37 +00:00
2016-04-02 21:02:47 +00:00
__v0.9.4__
derive generic
2016-02-20 03:53:17 +00:00
__v0.9.3__
Add lenses
2015-10-27 03:59:11 +00:00
__v0.9.2__
Make data fields strict
2015-10-26 17:38:38 +00:00
__v0.9.1__
rename field: postToread -> postToRead
2015-09-08 19:32:38 +00:00
__v0.9.0__
refactored Client.hs to simplify parameters
2015-10-26 17:38:38 +00:00
promote types under .Client subtree to top-level
2015-09-08 19:32:38 +00:00
2015-09-08 03:44:41 +00:00
__v0.8.5__
replace Pinboard stack with PinboardT transfomer (use mtl style constraints instead of a fixed monad transformer stack)
2015-09-06 23:13:11 +00:00
__v0.7.5__
replacing/removing io-streams in favor of http-client
2015-04-07 01:38:05 +00:00
__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