Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@winsmith winsmith released this 29 Dec 15:54
· 140 commits to main since this release
685264f

This version adds support for sending numerical values in Signals via the new floatValue property. Any signal you send can have one floatValue (which, annoyingly, maps to a Double type in Swift). On the server, you'll be able to aggregate, min, max and average these values.

What's Changed