Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Latest commit

 

History

History
80 lines (36 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

80 lines (36 loc) · 2.77 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0-beta.1 (2018-11-14)

Bug Fixes

0.1.0-beta.0 (2018-11-14)

Bug Fixes

  • finally got the ResponseTos type to work (bc75da2)
  • got EventHandlers working (basically) with the new responseTo feature (095f85a)

Features

  • added a waitFor parameter to SocketClient#connect() to resolve connection issue (f666770)
  • added SocketClient#blockEvent(event) (c013c52)
  • started work on the responseTo feature for socket interfaces (3256c13)

0.1.0-alpha.3 (2018-11-04)

Features

  • implemented the SocketExpressClient (90c6497)

0.1.0-alpha.2 (2018-11-03)

Bug Fixes

  • build: fixed issue with uncommitted files during release (45a2ce3)

0.1.0-alpha.1 (2018-11-03)

Bug Fixes

  • made HttpHandlers allow for handlers unspecified by the API (51719a8)
  • lint: fixed linter error (8b620ad)

Features

  • theoretically finished the SocketClient (0f0e4cb)

0.1.0-alpha.0 (2018-10-31)

Features

  • made SocketInterface allow for extra handlers (14ce4fd)

0.0.2-alpha.2 (2018-10-31)