Skip to content

Releases: h3poteto/megalodon

0.8.0

06 Jul 12:09
Compare
Choose a tag to compare

Changed

  • #52 Use ws instead of websocket as websocket library

0.7.5

12 Jun 15:53
Compare
Choose a tag to compare

Fixed

  • #51 Downgrade axios version to 0.18.1

0.7.4

12 Jun 15:37
Compare
Choose a tag to compare

Fixed

  • #50 Remove User Agent in REST API call because it is guarded

0.7.3

12 Jun 14:18
Compare
Choose a tag to compare

Added

  • #49 Add User Agent option and provide user agent for streaming and web_socket

0.7.2

08 Jun 14:16
Compare
Choose a tag to compare

Changed

  • #47 Update axios for security fix

0.7.1

30 May 14:27
Compare
Choose a tag to compare

Changed

  • #46 Use type instead of interface for entities

0.7.0

25 May 14:02
Compare
Choose a tag to compare

Overview

I changed id types in entities, because Mastodon and Pleroma provide id as string.

Changed

  • #45 Fix id type to string
  • #43 Use eslint instead of tslint

Fixed

  • #44 Update TravisCI badge
  • #42 Handle delete message from streaming

0.6.4

29 Apr 10:56
Compare
Choose a tag to compare

Fixed

  • #40 Fix redirect_uri param for registerApp function

0.6.3

10 Apr 12:55
Compare
Choose a tag to compare

Changed

  • #38 Add params to delete method

0.6.2

07 Apr 11:47
Compare
Choose a tag to compare

Fixed

  • #37 Add max_toot_chars and registrations to Instance