Skip to content

Releases: h3poteto/megalodon

0.9.0

15 Aug 14:41
Compare
Choose a tag to compare

Added

  • #62 Add cancel method to cancel all requests

0.8.2

14 Jul 06:57
Compare
Choose a tag to compare

Changed

  • #60 Update lodash for security update

Fixed

  • #61 Fix poll_options to Array of PollOption

0.8.1

12 Jul 15:41
Compare
Choose a tag to compare

Added

  • #59 Add poll to status
  • #58 Add poll and poll_option entity

Changed

  • #56 Remove unused tslint
  • #54 Update eslint because js-yaml has security issue

Fixed

  • #56 Fix update yarn.lock

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