Skip to content

Releases: indiv0/xkcd-rs

v0.3.0

24 Nov 14:59
e9dfd9e
Compare
Choose a tag to compare

v0.3.0 (2017-11-23)

Bug Fixes

  • examples: use hyper-native-tls for TLS (d342be5c, closes #18)

Improvements

v0.2.2

16 Feb 18:43
5671f4d
Compare
Choose a tag to compare

v0.2.2 (2017-02-16)

Improvements

  • remove needless borrows (07926ed2)
  • update serde/serde_json/serde_derive, use the ? operator instead of
    try. (f8c20c0)

v0.2.1

01 Dec 10:02
98c0542
Compare
Choose a tag to compare

v0.2.1 (2016-12-01)

Documentation

  • XkcdResponse: fix doc string for the link field. (356ac25e)

v0.2.0

25 Jun 21:22
Compare
Choose a tag to compare

v0.2.0 (2016-06-25)

Bug Fixes

  • XkcdResponse: fix link field deserialization (825017bf, breaks #)

Improvements

  • XkcdResponse: change img field type from String to Url (0c2f2299, breaks #)

Breaking Changes

  • XkcdResponse:
    • change img field type from String to Url (0c2f2299, breaks #)
    • fix link field deserialization (825017bf, breaks #)

v0.1.0

25 Jun 21:22
Compare
Choose a tag to compare

v0.1.0 (2016-06-22)

Features

Documentation