Releases: THEGOLDENPRO/aghpb.rs
Releases · THEGOLDENPRO/aghpb.rs
1.4.1
🚀 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.
- To enable the image crate add the
aghpb = { version = "1.4.1", features = ["image"] }
❤️ Contributors
Full Changelog: 1.4...1.4.1
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
✨ 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
🎉 V1.3 Release! ⚡OMG IT'S FASTER!!!
🗒️ Changes
- Performance improvements.
- Moved image object to a
to_image()
method inBook
. - Added
raw_bytes
toBook
. - Added
date_added
attribute toBook
. #3