Skip to content

Releases: Mixerou/ip-api-client-rs

v0.5.1

08 Mar 22:39
0cdbd94
Compare
Choose a tag to compare

🔧 Fixes

  • derive Clone and Debug to every public struct and enum.

♻️ Refactor

  • fix incorrect tokio features in README
  • En language explicitly the default

v0.5.0

08 Mar 20:03
4e35a66
Compare
Choose a tag to compare

✨ New

  • remove tokio as async provider

🔧 Fixes

  • handle errors instead of unwrap()

🏗️ Build

  • update dependencies

♻️ Refactor

  • run cargo fmt

BREAKING CHANGE: now you need to use async Rust.

v0.4.2

06 Jun 15:23
ec65c74
Compare
Choose a tag to compare

🏗️ Build

  • update dependencies

♻️ Refactor

  • heading levels in README
  • unexpected whitespace in README
  • to_string to into
  • beautify example in README

v0.4.1

03 Dec 19:57
87f6e9b
Compare
Choose a tag to compare

⚡️ Performance

  • remove unnecessary if block

📝 Docs

  • beautify inline code

v0.4.0

20 Nov 14:31
a9f8334
Compare
Choose a tag to compare

✨ New

  • query IPs in one request

🏗️ Build

  • upgrade dependencies

♻️ Refactor

  • binary comparisons to a literal
  • change the author's email
  • follow the character limit per line
  • remove nightly-only lint

v0.3.0

06 Apr 18:58
869ad81
Compare
Choose a tag to compare

New

  • add language selection
    • update lib.rs
    • edit README

v0.2.0

04 Apr 13:37
d484497
Compare
Choose a tag to compare

New

  • ability to make a customizable request
    • add logic to lib.rs
    • add dependencies: hyper, serde, serde_json, tokio
    • edit README

Refactoring

  • remove license-file field

v0.1.0

26 Mar 21:26
71d198f
Compare
Choose a tag to compare

This is the initial release
Nothing removed, nothing edited