Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Releases: tlewis17/TouchPortalAPI

0.3.3 - Fixes to ListChangeEventHandler

07 Jan 00:17
07174d9
Compare
Choose a tag to compare

Fixes from @jaybz

  • Fixed stray semi colon in MessageProcessor
  • Fixed issue with Newtonsoft.Json not serializing static members in ChoiceUpdate, StateUpdate, StateRemove, and StateCreate.
  • You couldn't react with ChoiceUpdate on a ListChangeEventHandler without the instanceId since you couldn't tell what instance the change happened on.

0.3.2: Merge pull request #2 from tlewis17/develop

27 Sep 22:20
66567fc
Compare
Choose a tag to compare

Fixed OnListChange and OnClose handlers.