Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@madroneropaulo madroneropaulo released this 03 Feb 13:36
· 47 commits to master since this release

Major API update

  • Simplify encoder. Every encodign/decoding operations must be performed on consumer, connect-ts-api encodes a message with the passed function before sending it, and decodes once a new message is fetched.
    • fix ambiguous public methods.
    • Added interfaces
    • Add destroy adapter public method (to prevent round dependencies hell)