Skip to content

v0.1.3

Compare
Choose a tag to compare
@amarpersaud amarpersaud released this 25 Jun 21:08
· 121 commits to main since this release
82fb6f3
  • 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.