Releases: mochi-neko/fars
Releases · mochi-neko/fars
v0.2.0
0.2.0 - 2024-01-11
Added
- Add
LaunguageCode
to specify locale. - Add
custom_client
feature to provide HTTP client customization interfaces.
Changed
- (Breaking change) Make interfaces more explicit, e.g.
"api-key".to_string()
->ApiKey::new("api-key")
. - Be enable to access
Seesion.refresh_token
andSeesion.expires_in
. - Ablish
raw
feature and raw interfaces are available by default.
v0.1.0
First release