pinboard/changelog.md

31 lines
576 B
Markdown
Raw Normal View History

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