This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
Releases: tlewis17/TouchPortalAPI
Releases · tlewis17/TouchPortalAPI
0.3.3 - Fixes to ListChangeEventHandler
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
Fixed OnListChange and OnClose handlers.