Releases: amarpersaud/python-jplaw
v0.1.10
- Fix getting comments (thanks to @notBradPitt)
- Add Controversial sorting to comments and posts
- Add infinite scrolling option to user settings
- Fix build script issues for non-single digit major/minor versions
- Add Moderator View to listing type
- Fix federateCommunity indexing
Closes #30
v0.1.9
- Add blur_nsfw and auto_expand parameters to saveUserSettings
- Add moderator_view parameter to Post.list()
v0.1.8
v0.1.7
v0.1.6
- Fixes boolean and Enum parameters
- Adds show_nsfw to communities
- Add open_links_in_new_tab saveUserSettings
- Removes auth_token parameter from functions. To get an auth_token, a new Lemmy object can be created and logged in with. Accessing other instances via a Lemmy object can be done via the instance parameter, but does not authenticate
- Fix documentation for jplaw.types and jplaw.comment
v0.1.5
For real this time; The existing tag had to be deleted for the snapshot of the repo when the tag was created to include the bumped version, which caused the PyPI upload to fail
- Fix namespace issues
- Fix build issues
- Fix missing instance argument in list communities
v0.1.4
v0.1.3
- Move enums like SortType to submodule jplaw.types
- Rename a large portion of the functions to remove repetition.
- Decouples naming scheme from Lemmy API
- Shortens names and removes repetitive naming like "Lemmy.Comment.likeComment()" -> "Lemmy.Comment.like()."
Documentation is currently in being worked on in another branch and should be done for v0.1.4. v0.1.5 will be working on testing functions and unifying argument types using jplaw.types submodule. v0.1.6 will work on return types and usability.
v0.1.2
Adds almost all API functions, except uploadImage. There are likely a TON of bugs, particularly some of the HTTP request types are going to be wrong, and some places where things like Language and ListingType need to be updated with the new items. I will probably also need to implement the language enum for all of the currently available languages.
Next release will be focused on comments and bug squashing
v0.1.1
Attempting to pypi upload working