lemmy-js-client/CHANGELOG.md
2024-09-27 20:24:25 +00:00

55 KiB

What's Changed

What's Changed in v0.20.0-alpha.8

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.20.0-alpha.8...v0.20.0-alpha.8

What's Changed in 0.20.0-alpha.8

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.20.0-alpha.7...0.20.0-alpha.8

What's Changed in v0.20.0-alpha.7

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.19.6-beta.1...v0.20.0-alpha.7

What's Changed in 0.19.6-beta.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.4...0.19.6-beta.1

What's Changed in v0.19.4

New Contributors

  • @matc-pub made their first contribution in #257
  • @Nothing4You made their first contribution in #256

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.4-alpha.16...v0.19.4

What's Changed in v0.19.4-alpha.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.4-alpha.15...v0.19.4-alpha.16

What's Changed in v0.19.4-alpha.15

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.4-alpha.14...v0.19.4-alpha.15

What's Changed in v0.19.4-alpha.14

New Contributors

  • @aeharding made their first contribution in #251
  • @flamingo-cant-draw made their first contribution in #245

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.4-alpha.3...v0.19.4-alpha.14

What's Changed in v0.19.4-alpha.3

  • 0.19.4-alpha.3 by @dessalines
  • [Chore] Update deps by @SleeplessOne1917 in #240
  • Bring in banned_from_community and other type changes by @SleeplessOne1917 in #239
  • Migrate from yarn to pnpm. by @dessalines in #236
  • Use steps instead of pipeline for CI. by @dessalines in #235
  • Updating types from lemmy main branch. by @dessalines in #234
  • Integrate changes from lemmynsfw fork by @Nutomic in #232
  • Fix jsdoc comment for listCommentLikes by @MV-GH in #231
  • Adding back newest_comment_time to PostAggregates by @dessalines in #227
  • Use string type instead of any for exportSettings. Fixes #229 by @dessalines in #230

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.2-alpha.3...v0.19.4-alpha.3

What's Changed in v0.19.2-alpha.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.2-alpha.2...v0.19.2-alpha.3

What's Changed in v0.19.2-alpha.2

  • v0.19.2-alpha.2 by @dessalines
  • Adding admin view votes. by @dessalines in #225
  • Add subscribers_local to community aggregates by @ismailkarsli in #226
  • Revert "Add local_subscribers field to CommunityAggregates" by @dessalines in #223
  • Add local_subscribers field to CommunityAggregates by @ismailkarsli in #221

New Contributors

  • @ismailkarsli made their first contribution in #226

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0...v0.19.2-alpha.2

What's Changed in v0.19.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.19...v0.19.0

What's Changed in v0.19.0-rc.19

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.18...v0.19.0-rc.19

What's Changed in v0.19.0-rc.18

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.17...v0.19.0-rc.18

What's Changed in v0.19.0-rc.17

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.16...v0.19.0-rc.17

What's Changed in v0.19.0-rc.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.15...v0.19.0-rc.16

What's Changed in v0.19.0-rc.15

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-alpha.18...v0.19.0-rc.15

What's Changed in v0.19.0-alpha.18

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-alpha.17...v0.19.0-alpha.18

What's Changed in v0.19.0-alpha.17

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-alpha.15...v0.19.0-alpha.17

What's Changed in v0.19.0-alpha.15

New Contributors

  • @arseniy-gl made their first contribution in #207

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-alpha.14...v0.19.0-alpha.15

What's Changed in v0.19.0-alpha.14

  • v0.19.0-alpha.14 by @dessalines
  • Fix other successResponses by @MV-GH in #204
  • Fix updateTotp Type Information by @TheBrokenRail in #205
  • Fix MarkPostAsRead, wrong response by @MV-GH in #203

New Contributors

  • @TheBrokenRail made their first contribution in #205

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.14...v0.19.0-alpha.14

What's Changed in v0.19.0-rc.14

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.13...v0.19.0-rc.14

What's Changed in v0.19.0-rc.13

  • v0.19.0-rc.13 by @dessalines
  • v0.19.0-rc.10 by @dessalines
  • Fixing deploy perms. by @dessalines
  • Add totp token by @dessalines in #192
  • Add original int type info for number by @SleeplessOne1917 in #188
  • Fix conflict issues by @MV-GH
  • Merge branch 'main' into add_int_visibility by @MV-GH
  • Removing auth and useless interfaces. by @dessalines in #181
  • revert some changes by @MV-GH
  • type changes by @MV-GH
  • Add original type info by @MV-GH
  • Adding hide community. Fixes #183 by @SleeplessOne1917 in #184
  • Merge branch 'main' into add_community_hide by @SleeplessOne1917
  • Add set header func by @SleeplessOne1917 in #185

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.9...v0.19.0-rc.13

What's Changed in v0.19.0-rc.9

  • v0.19.0-rc.9 by @dessalines
  • Adding a set header function. by @dessalines
  • Adding hide community. Fixes #183 by @dessalines
  • Fixing addadmin local_user_id -> person by @SleeplessOne1917 in #180
  • Merge branch 'main' into fix_add_admin by @SleeplessOne1917
  • Adding block instance. by @dessalines in #178

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.7...v0.19.0-rc.9

What's Changed in v0.19.0-rc.7

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.6...v0.19.0-rc.7

What's Changed in v0.19.0-rc.6

  • v0.19.0-rc.6 by @dessalines
  • Fixing addadmin local_user_id -> person by @dessalines
  • Updating moderator_view. by @SleeplessOne1917 in #177

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.3...v0.19.0-rc.6

What's Changed in v0.19.0-rc.3

  • v0.19.0-rc.3 by @dessalines
  • Updating moderator_view. by @dessalines
  • change moderator view to be a listing type by @SleeplessOne1917 in #172
  • change moderator view to be a listing type by @biosfood

New Contributors

  • @biosfood made their first contribution

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.19.0-rc.1...v0.19.0-rc.3

What's Changed in v0.19.0-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.3-rc.3...v0.19.0-rc.1

What's Changed in v0.18.3-rc.3

  • v0.18.3-rc.3 by @dessalines
  • Generate error enum types by @SleeplessOne1917 in #161
  • Upgrade prettier. by @SleeplessOne1917 in #167
  • Merge branch 'main' into update_prettier_3_0_0 by @SleeplessOne1917

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.3-rc.2...v0.18.3-rc.3

What's Changed in v0.18.3-rc.2

  • v0.18.3-rc.2 by @dessalines
  • changes for blur_nsfw/auto_expand by @tgxn in #162

New Contributors

  • @tgxn made their first contribution in #162

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.3-rc.1...v0.18.3-rc.2

What's Changed in v0.18.3-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.1...v0.18.3-rc.1

What's Changed in v0.18.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.1-rc.3...v0.18.1

What's Changed in v0.18.1-rc.3

  • v0.18.1-rc.3 by @dessalines
  • Add open links in new tab. by @dessalines in #160
  • Handle 413 response on image uploads by @sunaurus in #154
  • Add show_nsfw community sort. by @SleeplessOne1917 in #156
  • Add show_nsfw community sort. by @dessalines

New Contributors

  • @sunaurus made their first contribution in #154

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.1-rc.2...v0.18.1-rc.3

What's Changed in v0.18.1-rc.2

  • v0.18.1-rc.2 by @dessalines
  • Make fetch function optional by @SleeplessOne1917 in #148

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.1-rc.1...v0.18.1-rc.2

What's Changed in v0.18.1-rc.1

  • v0.18.1-rc.1 by @dessalines
  • Adding additional post sorts. by @dessalines in #153
  • Add default value to client functions that have optional form data or query params by @SleeplessOne1917 in #147
  • Add default object to client functions where the form data or query is optional by @cavanaugh-richards
  • Run prettier by @cavanaugh-richards
  • Add default value to encodeGetParams body type param. by @cavanaugh-richards

New Contributors

  • @cavanaugh-richards made their first contribution

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.0...v0.18.1-rc.1

What's Changed in v0.18.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.0-rc.2...v0.18.0

What's Changed in v0.18.0-rc.2

  • v0.18.0-rc.2 by @dessalines
  • Removing websocket. by @dessalines in #145
  • Add Hour Sort types by @SleeplessOne1917 in #143
  • add ending empty line by @L3v3L
  • Merge branch 'main' into hour-sort-types by @L3v3L
  • add support for a custom fetch function (closing #132) by @SleeplessOne1917 in #134
  • Merge branch 'main' into custom-fetchinator by @SleeplessOne1917
  • Merge branch 'main' into custom-fetchinator by @SleeplessOne1917
  • DERP, forgot to actually set #fetchFunction by @ExperiBass
  • add support for a custom fetch function by @ExperiBass
  • Add Hour Sort types by @L3v3L

New Contributors

  • @L3v3L made their first contribution

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.18.0-rc.1...v0.18.0-rc.2

What's Changed in v0.18.0-rc.1

  • v0.18.0-rc.1 by @dessalines
  • Adding some 0.18.0 changes. by @dessalines in #138
  • remove trailing slashes from instance url by @SleeplessOne1917 in #135
  • remove trailing slashes from instance url by @ExperiBass
  • Add taglines to site res by @SleeplessOne1917 in #130

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.24...v0.18.0-rc.1

What's Changed in v0.17.2-rc.24

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.17.2-rc.23...v0.17.2-rc.24

What's Changed in 0.17.2-rc.23

  • Adjust version by @SleeplessOne1917 in #129
  • Make private class properties actually private by @SleeplessOne1917 in #128

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.17.2-rc.21...0.17.2-rc.23

What's Changed in 0.17.2-rc.21

  • Remove BigInt by @SleeplessOne1917 in #127
  • Remove BigInt by @makotech222
  • Better error wrapping. by @dessalines in #126

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.20...0.17.2-rc.21

What's Changed in v0.17.2-rc.20

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.19...v0.17.2-rc.20

What's Changed in v0.17.2-rc.19

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.18...v0.17.2-rc.19

What's Changed in v0.17.2-rc.18

  • v0.17.2-rc.18 by @dessalines
  • MarkCommentReplyAsRead response was wrong. by @dessalines in #125
  • Add missing response types in http client. by @dessalines in #124
  • Making the http {"error": "..."} json into a string exception. by @SleeplessOne1917 in #122
  • Merge branch 'main' into add_error_message_as_exception by @dessalines
  • Adding new distinguish comment. by @SleeplessOne1917 in #123
  • Adding new distinguish comment. by @dessalines
  • Switching to const. by @dessalines
  • Making the error json into an exception. by @dessalines

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.17...v0.17.2-rc.18

What's Changed in v0.17.2-rc.17

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.16...v0.17.2-rc.17

What's Changed in v0.17.2-rc.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.15...v0.17.2-rc.16

What's Changed in v0.17.2-rc.15

  • v0.17.2-rc.15 by @dessalines
  • Fix body not serializing because of bigint by @SleeplessOne1917 in #119

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.14...v0.17.2-rc.15

What's Changed in v0.17.2-rc.14

  • v0.17.2-rc.14 by @dessalines
  • Make script for adding types to index by @SleeplessOne1917 in #118

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.13...v0.17.2-rc.14

What's Changed in v0.17.2-rc.13

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.2-rc.5...v0.17.2-rc.13

What's Changed in v0.17.2-rc.5

  • v0.17.2-rc.5 by @dessalines
  • Merge branch 'makotech222-custom-emojis' by @dessalines
  • Add woodpecker by @dessalines
  • feat: add image upload method to http client by @SleeplessOne1917
  • docs: Fix incorrect code sample in README by @SleeplessOne1917
  • Totp by @dessalines
  • Add Custom Emojis Support by @makotech222 in #97
  • Fixes for monads by @makotech222
  • Add custom emojis by @makotech222
  • Add woodpecker by @dessalines in #110
  • feat: add image upload method to http client by @SleeplessOne1917 in #108
  • docs: Fix incorrect code sample in README by @SleeplessOne1917 in #109
  • Totp by @dessalines in #106
  • Adding email admins for new reports. by @dessalines in #105

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.62...v0.17.2-rc.5

What's Changed in v0.17.0-rc.62

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.61...v0.17.0-rc.62

What's Changed in v0.17.0-rc.61

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.59...v0.17.0-rc.61

What's Changed in v0.17.0-rc.59

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.58...v0.17.0-rc.59

What's Changed in v0.17.0-rc.58

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.56...v0.17.0-rc.58

What's Changed in v0.17.0-rc.56

  • v0.17.0-rc.56 by @dessalines
  • Add class instantiation in readme. by @dessalines in #95
  • Add FeaturePost support by @makotech222 in #88
  • fix: Move required dependencies to prod dependencies instead of devependencies by @SleeplessOne1917 in #91
  • Fixed links to Documentation by @hbroer in #84

New Contributors

  • @hbroer made their first contribution in #84

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.54...v0.17.0-rc.56

What's Changed in v0.17.0-rc.54

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.53...v0.17.0-rc.54

What's Changed in v0.17.0-rc.53

  • v0.17.0-rc.53 by @dessalines
  • Update Taglines pt 2 by @makotech222 in #81

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.52...v0.17.0-rc.53

What's Changed in v0.17.0-rc.52

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.45...v0.17.0-rc.52

What's Changed in v0.17.0-rc.45

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.43...v0.17.0-rc.45

What's Changed in v0.17.0-rc.43

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.39...v0.17.0-rc.43

What's Changed in v0.17.0-rc.39

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.31...v0.17.0-rc.39

What's Changed in v0.17.0-rc.31

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.16.4-rc.3...v0.17.0-rc.31

What's Changed in v0.16.4-rc.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.10...v0.16.4-rc.3

What's Changed in v0.17.0-rc.10

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.17.0-rc.9...v0.17.0-rc.10

What's Changed in v0.17.0-rc.9

  • v0.17.0-rc.9 by @dessalines
  • Use enum types in API. Fixes #51 by @dessalines
  • Remove creator from SiteView by @shilangyu in #49

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.16.4-rc.2...v0.17.0-rc.9

What's Changed in v0.16.4-rc.2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.16.4-rc.1...v0.16.4-rc.2

What's Changed in v0.16.4-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.16.0-rc.1...v0.16.4-rc.1

What's Changed in v0.16.0-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.4-rc.3...v0.16.0-rc.1

What's Changed in v0.15.4-rc.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.4-rc.2...v0.15.4-rc.3

What's Changed in v0.15.4-rc.2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.4-rc.1...v0.15.4-rc.2

What's Changed in v0.15.4-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0...v0.15.4-rc.1

What's Changed in v0.15.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.34...v0.15.0

What's Changed in v0.15.0-rc.34

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.33...v0.15.0-rc.34

What's Changed in v0.15.0-rc.33

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.32...v0.15.0-rc.33

What's Changed in v0.15.0-rc.32

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.31...v0.15.0-rc.32

What's Changed in v0.15.0-rc.31

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.30...v0.15.0-rc.31

What's Changed in v0.15.0-rc.30

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.29...v0.15.0-rc.30

What's Changed in v0.15.0-rc.29

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.28...v0.15.0-rc.29

What's Changed in v0.15.0-rc.28

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.27...v0.15.0-rc.28

What's Changed in v0.15.0-rc.27

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.26...v0.15.0-rc.27

What's Changed in v0.15.0-rc.26

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.25...v0.15.0-rc.26

What's Changed in v0.15.0-rc.25

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.24...v0.15.0-rc.25

What's Changed in v0.15.0-rc.24

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.23...v0.15.0-rc.24

What's Changed in v0.15.0-rc.23

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.22...v0.15.0-rc.23

What's Changed in v0.15.0-rc.22

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.21...v0.15.0-rc.22

What's Changed in v0.15.0-rc.21

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.20...v0.15.0-rc.21

What's Changed in v0.15.0-rc.20

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.19...v0.15.0-rc.20

What's Changed in v0.15.0-rc.19

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.18...v0.15.0-rc.19

What's Changed in v0.15.0-rc.18

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.17...v0.15.0-rc.18

What's Changed in v0.15.0-rc.17

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.16...v0.15.0-rc.17

What's Changed in v0.15.0-rc.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.15...v0.15.0-rc.16

What's Changed in v0.15.0-rc.15

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.14...v0.15.0-rc.15

What's Changed in v0.15.0-rc.14

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.13...v0.15.0-rc.14

What's Changed in v0.15.0-rc.13

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.12...v0.15.0-rc.13

What's Changed in v0.15.0-rc.12

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.11...v0.15.0-rc.12

What's Changed in v0.15.0-rc.11

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.10...v0.15.0-rc.11

What's Changed in v0.15.0-rc.10

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.9...v0.15.0-rc.10

What's Changed in v0.15.0-rc.9

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.15.0-rc.8...v0.15.0-rc.9

What's Changed in v0.15.0-rc.8

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.14.0-rc.1...v0.15.0-rc.8

What's Changed in v0.14.0-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.13.0...v0.14.0-rc.1

What's Changed in v0.13.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.13.0-rc.2...v0.13.0

What's Changed in v0.13.0-rc.2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.12.0...v0.13.0-rc.2

What's Changed in v0.12.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.12.0-rc.1...v0.12.0

What's Changed in v0.12.0-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.4-rc.16...v0.12.0-rc.1

What's Changed in v0.11.4-rc.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.4-rc.12...v0.11.4-rc.16

What's Changed in v0.11.4-rc.12

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.3-rc.4...v0.11.4-rc.12

What's Changed in v0.11.3-rc.4

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.3-rc.3...v0.11.3-rc.4

What's Changed in v0.11.3-rc.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0...v0.11.3-rc.3

What's Changed in v0.11.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.11...v0.11.0

What's Changed in v0.11.0-rc.11

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.10...v0.11.0-rc.11

What's Changed in v0.11.0-rc.10

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.8...v0.11.0-rc.10

What's Changed in v0.11.0-rc.8

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.7...v0.11.0-rc.8

What's Changed in v0.11.0-rc.7

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.6...v0.11.0-rc.7

What's Changed in v0.11.0-rc.6

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.5...v0.11.0-rc.6

What's Changed in v0.11.0-rc.5

  • v0.11.0-rc.5 by @dessalines
  • Adding show scores to LocalUserSettings and SaveUserSettings by @dessalines in #16
  • Adding show scores to LocalUserSettings and SaveUserSettings by @dessalines

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.4...v0.11.0-rc.5

What's Changed in v0.11.0-rc.4

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.3...v0.11.0-rc.4

What's Changed in v0.11.0-rc.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.1...v0.11.0-rc.3

What's Changed in v0.11.0-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.3...v0.11.0-rc.1

What's Changed in v0.10.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0...v0.10.3

What's Changed in v0.10.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.11.0-rc.2...v0.10.0

What's Changed in v0.11.0-rc.2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.13...v0.11.0-rc.2

What's Changed in v0.10.0-rc.13

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.12...v0.10.0-rc.13

What's Changed in v0.10.0-rc.12

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.10...v0.10.0-rc.12

What's Changed in v0.10.0-rc.10

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.9...v0.10.0-rc.10

What's Changed in v0.10.0-rc.9

  • v0.10.0-rc.9 by @dessalines
  • Moving matrix_user_id and admin to Person table. by @dessalines
  • Merge branch 'main' into split_user_table_2 by @dessalines
  • Fix markAllAsRead response type by @dessalines in #10
  • Fix markAllAsRead response type by @shilangyu

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.5...v0.10.0-rc.9

What's Changed in v0.10.0-rc.5

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.4...v0.10.0-rc.5

What's Changed in v0.10.0-rc.4

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.3...v0.10.0-rc.4

What's Changed in v0.10.0-rc.3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.2...v0.10.0-rc.3

What's Changed in v0.10.0-rc.2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.10.0-rc.1...v0.10.0-rc.2

What's Changed in v0.10.0-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.9...v0.10.0-rc.1

What's Changed in v0.9.9

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.8...v0.9.9

What's Changed in v0.9.8

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.4...v0.9.8

What's Changed in v0.9.4

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.4-rc.1...v0.9.4

What's Changed in v0.9.4-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.1...v0.9.4-rc.1

What's Changed in v0.9.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.1-rc.1...v0.9.1

What's Changed in v0.9.1-rc.1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0...v0.9.1-rc.1

What's Changed in v0.9.0

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0-rc.18...v0.9.0

What's Changed in v0.9.0-rc.18

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0-rc.17...v0.9.0-rc.18

What's Changed in v0.9.0-rc.17

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0-rc.16...v0.9.0-rc.17

What's Changed in v0.9.0-rc.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0-rc.13...v0.9.0-rc.16

What's Changed in v0.9.0-rc.13

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.9.0-rc.15...v0.9.0-rc.13

What's Changed in 0.9.0-rc.15

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.9.0-rc.14...0.9.0-rc.15

What's Changed in 0.9.0-rc.14

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/0.9.0-rc.13...0.9.0-rc.14

What's Changed in 0.9.0-rc.13

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0-rc.12...0.9.0-rc.13

What's Changed in v0.9.0-rc.12

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v0.9.0-rc.11...v0.9.0-rc.12

What's Changed in v0.9.0-rc.11

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta6...v0.9.0-rc.11

What's Changed in v1.0.17-beta6

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta5...v1.0.17-beta6

What's Changed in v1.0.17-beta5

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta4...v1.0.17-beta5

What's Changed in v1.0.17-beta4

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta3...v1.0.17-beta4

What's Changed in v1.0.17-beta3

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta2...v1.0.17-beta3

What's Changed in v1.0.17-beta2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta1...v1.0.17-beta2

What's Changed in v1.0.17-beta1

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.17-beta...v1.0.17-beta1

What's Changed in v1.0.17-beta

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.16...v1.0.17-beta

What's Changed in v1.0.16

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.15...v1.0.16

What's Changed in v1.0.15

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.14...v1.0.15

What's Changed in v1.0.14

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.13...v1.0.14

What's Changed in v1.0.13

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.12...v1.0.13

What's Changed in v1.0.12

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.11...v1.0.12

What's Changed in v1.0.11

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.10...v1.0.11

What's Changed in v1.0.10

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.8...v1.0.10

What's Changed in v1.0.8

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.7...v1.0.8

What's Changed in v1.0.7

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.6...v1.0.7

What's Changed in v1.0.6

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.5...v1.0.6

What's Changed in v1.0.5

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.4...v1.0.5

What's Changed in v1.0.4

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.2...v1.0.4

What's Changed in v1.0.2

Full Changelog: https://github.com/LemmyNet/lemmy-js-client/compare/v1.0.1...v1.0.2

What's Changed in v1.0.1