Skip to content

Releases: amarpersaud/python-jplaw

v0.1.10

26 Aug 19:03
Compare
Choose a tag to compare
  • 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

22 Jul 23:10
Compare
Choose a tag to compare
  • Add blur_nsfw and auto_expand parameters to saveUserSettings
  • Add moderator_view parameter to Post.list()

v0.1.8

11 Jul 12:53
Compare
Choose a tag to compare
  • Fixes Community.edit
  • Adds Lemmy.federateCommunity

Closes #18
Closes #19

v0.1.7

09 Jul 23:46
Compare
Choose a tag to compare
  • Fixes issue with boolean conversion (converted from 0/1 to "true"/"false" to fix API issue) breaking Post.create(). Closes #16

v0.1.6

08 Jul 19:09
Compare
Choose a tag to compare
  • 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

02 Jul 05:29
e8e1010
Compare
Choose a tag to compare

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

01 Jul 05:00
c713582
Compare
Choose a tag to compare
  • Created documentation
    • Versioned
    • Available here
  • Fixed some issues with argument types
  • Created Emoji class

v0.1.3

25 Jun 21:08
82fb6f3
Compare
Choose a tag to compare
  • 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

24 Jun 22:36
ede5b56
Compare
Choose a tag to compare

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

24 Jun 06:05
a170da7
Compare
Choose a tag to compare

Attempting to pypi upload working