Releases: Fedihosting-Foundation/lemmy-lib
Releases · Fedihosting-Foundation/lemmy-lib
v0.0.17
Update dependencies in poetry.lock Upgraded several package versions including "astroid", "bandit", "certifi", and "coverage". Added new dependencies "attrs", "boltons", "bracex", and "click-option-group". These changes aim to improve compatibility and introduce additional features offered by the latest versions.
v0.0.16
v0.0.15
v0.0.14
v0.0.13
functions to LemmyLib This commit involves the creation of new functions to handle private messages in the Lemmy library. These functions include retrieving, updating, deleting, and creating private messages. With these functionalities, it's easier to manage communications directly from the library.
v0.0.12
v0.0.10
Use enum value for 'listing_type' in api calls The bug in the API calls for listing comments and posts within the 'lemmylib' library has been fixed. The 'type_' parameter key was previously incorrectly expecting the entire 'listing_type' enum instance, but it now correctly expects the 'value' attribute of the 'listing_type' enum instance.
v0.0.9
Use enum value for 'listing_type' in api calls The bug in the API calls for listing comments and posts within the 'lemmylib' library has been fixed. The 'type_' parameter key was previously incorrectly expecting the entire 'listing_type' enum instance, but it now correctly expects the 'value' attribute of the 'listing_type' enum instance.