Skip to content

Version 1.0.0-alpha.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@Whathecode Whathecode released this 15 Oct 14:49
· 643 commits to master since this release
6def9be

Updated dependencies:

  • kotlinx.serialization to 1.0.0
    • The collection initializers for JS which were previously used have been removed. The new TS declarations now require ListSerializer, MapSerializer, and SetSerializer initializer functions rather than the old get_list, get_set, and get_map. (bea4dd6)

Protocols subsystem changes:

  • Added new device registration: BLESerialNumberDeviceRegistration and MACAddressDeviceRegistration.
  • Added new device descriptor: BLEHeartRateSensor (using MACAddressDeviceRegistration). (#166)

Common:

  • Added new data types: Acceleration, RRInterval, and SensorSkinContact, used by BLEHeartRateSensor.
  • Bugfix: UUID.stringRepresentation was case sensitive. Made it case sensitive (lower case needed) and added a parse method to make initialization less strict (allowing upper case).

Multiplatform release accessible through Maven:
https://mvnrepository.com/artifact/dk.cachet.carp