Skip to content

Releases: h3poteto/megalodon

2.1.0

09 Dec 14:09
a3a3c05
Compare
Choose a tag to compare

Added

  • #106 Get event-stream using axios
  • #101 Create browser example

Changed

  • #110 Remove unused request package
  • #109 Update description and readme for browser
  • #108 Replcae EventStream to StreamListener
  • #95 Bump eslint-config-prettier from 4.3.0 to 6.7.0
  • #93 Bump prettier from 1.18.2 to 1.19.1
  • #99 Bump eslint from 6.6.0 to 6.7.1
  • #97 Bump @types/jest from 24.0.16 to 24.0.23
  • #98 Bump ts-jest from 24.1.0 to 24.2.0
  • #100 Bump @types/ws from 6.0.3 to 6.0.4
  • #96 Bump jest from 24.8.0 to 24.9.0
  • #94 Bump eslint-plugin-node from 9.1.0 to 10.0.0
  • #92 Bump eslint-config-standard from 14.0.1 to 14.1.0
  • #91 Bump eslint-plugin-standard from 4.0.0 to 4.0.1
  • #76 Bump eslint from 6.1.0 to 6.6.0
  • #77 Bump ws from 7.1.1 to 7.2.0
  • #75 Bump @types/request from 2.48.2 to 2.48.3
  • #78 Bump eslint-plugin-prettier from 3.1.0 to 3.1.1
  • #84 Bump https-proxy-agent from 3.0.0 to 3.0.1
  • #89 Bump @types/ws from 6.0.1 to 6.0.3
  • #83 Bump eslint-config-standard from 12.0.0 to 14.0.1
  • #82 Bump ts-jest from 24.0.2 to 24.1.0
  • #85 Bump typescript from 3.5.3 to 3.7.2
  • #90 Bump axios from 0.18.1 to 0.19.0

Fixed

  • #105 Specify typescript version to 3.5.3

2.0.1

14 Nov 14:40
3df350c
Compare
Choose a tag to compare

Changed

  • #88
    Remove tslint because it is not used

Fixed

  • #87 Clear all listeners and close the connection before reconnect

2.0.0

21 Oct 13:59
d690d87
Compare
Choose a tag to compare

Breaking Changes

  • Changed arguments at StreamingListener.consutructor, please see #71
  • Added https-proxy-agent and socks-proxy-agent, these libraries can't compile for browser

Added

  • #73 Add support to using socks proxy for REST, streaming and websocket
  • #72 Add proxy support for web socket
  • #71 Add proxy support for streaming
  • #70 Add support proxy connection for REST endpoint
  • #68 Auto reconnect when does not receive any messages for a while

Changed

  • #74 Update badges in readme

1.0.3

30 Aug 13:48
Compare
Choose a tag to compare

Fixed

  • #66 fix: Remove error handler after close connection and set connection flag

1.0.2

28 Aug 14:16
Compare
Choose a tag to compare

Changed

  • #65 Update eslint-utils version to 1.4.2

1.0.1

26 Aug 14:01
Compare
Choose a tag to compare

Fixed

  • Fix npmignore for src directory

1.0.0

26 Aug 13:50
Compare
Choose a tag to compare

Added

  • #64 Add integration tests
  • #63 Add unit tests

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