Skip to content

Releases: MoveUpwards/Gormsson

1.4.9

14 May 07:25
Compare
Choose a tag to compare

Add combine on connect/disconnect and update demo's project
Add possibility to scan when power is on, then off and then on again
Delete mutating on GormssonPeripheral
Disconnect return result with success or failure
Add doc on connect and remove handler parameter name + failure always return an error

In some case didUpdate wasn't call
Avoid data race condition on currentPeripherals array
Add barrier flag on fireUpdate
Remove useless private(var)
Dispatch on current BLE queue. Queue is now weak on CentralManager

1.4.0

29 Jan 10:59
Compare
Choose a tag to compare
  • Remove Pod
  • Rename scan timeout property to lifetime to better describe it's meaning
  • In case of no BLE (power OFF) send failure to scan delegates

Add write .withoutResponse Empty() response

22 Jan 11:29
Compare
Choose a tag to compare

Improve internal functions

29 May 15:31
Compare
Choose a tag to compare

read/write/notifiy #15

Device name characteristic mark obsolete

28 May 09:44
Compare
Choose a tag to compare

Add TxPowerLevel characteristic

28 May 08:17
2e996c2
Compare
Choose a tag to compare
Merge pull request #14 from MoveUpwards/feature/tx-power-level

Add TxPowerLevel characteristic

Add didConnect optional callback

27 May 18:32
Compare
Choose a tag to compare
0.4.0

Add didConnect optional handler block

Update Nevanlinna library

27 May 16:41
Compare
Choose a tag to compare

Migrate GormssonEmpty type to Empty in Nevanlinna library

Use Swift Result type

27 May 10:10
29b93de
Compare
Choose a tag to compare
  • Replace Success and Failure callback with Swift Result type
  • Add a new GormssonEmpty type

Fix write BLE command queue

06 May 07:49
Compare
Choose a tag to compare

Don't stack write BLE command when .withoutResponse type.