Skip to content

Releases: THEGOLDENPRO/aghpb.rs

1.4.1

19 Nov 04:07
Compare
Choose a tag to compare

🚀 V1.4.1 - Error handling improvements and reduction in dependencies.

🗒️ Changes

  • Improved error handler.
  • Image crate is now optional.
    • To enable the image crate add the image feature to the cargo.toml file like displayed below.
aghpb = { version = "1.4.1", features = ["image"] }

❤️ Contributors

Full Changelog: 1.4...1.4.1

1.4

17 Nov 16:21
7dec393
Compare
Choose a tag to compare
1.4

✨ V1.4 Release! /search and /get endpoints added!

🗒️ Changes

  • Added new headers. -> 7db80db
  • Methods take String instead of &str now. -> be471e5
  • Moved book info to book.details. -> fc49422
  • Added searching method: aghpb::search() -> be471e5
  • Added get method: aghpb::get_id(), BookData.get_book() -> fc49422

❤️ Contributors

Full Changelog: 1.3.2...1.4

1.3.2

30 Sep 23:29
Compare
Choose a tag to compare

✨ V1.3.2 Release! Improved error handling.

🗒️ Changes

  • Random function no longer panics on invalid categories; we now return AGHPBError.

❤️ Contributors

Full Changelog: 1.3...1.3.2

1.3

21 Sep 00:48
Compare
Choose a tag to compare
1.3

🎉 V1.3 Release! ⚡OMG IT'S FASTER!!!

🗒️ Changes

  • Performance improvements.
  • Moved image object to a to_image() method in Book.
  • Added raw_bytes to Book.
  • Added date_added attribute to Book. #3

❤️ Contributors