Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 May 07:48
· 6 commits to main since this release

What's Changed

  • feat(peripherals): migrate peripheralInit to libjstl by @tony-go in #8
  • refactor(peripherals): migrate to libjstl by @tony-go in #9
  • refactor(server, charcateristics): move to libjstl by @tony-go in #10
  • refactor(request): migrate to libjstl by @tony-go in #11
  • refactor(mutable): migrate to libjstl by @tony-go in #12
  • refactor(server): migrate to libjstl by @tony-go in #13
  • refactor(scan): migrate to libjtsl by @tony-go in #14
  • refactor(l2): move to libjstl by @tony-go in #15
  • chore: Update libjstl by @tony-go in #16
  • fix(peripheral, server, l2cap): leaks by @tony-go in #17
  • fix(server, central): gracefully destroy by @tony-go in #18
  • fix(peripheral): gracefully destroy by @tony-go in #20
  • chore: use _handle instead of handle by @tony-go in #21
  • refactor(central, peripheral): pass objects instead of raw handles by @tony-go in #22
  • fix(central, server): make destroy idempotent by @tony-go in #23
  • fix(cleanup): release tsfns before deleting js reference by @tony-go in #24
  • fix(central, server): release manager and queue in dealloc by @tony-go in #25
  • fix(l2cap): release stream thread and write queue in dealloc by @tony-go in #26
  • fix(memory): remove redundant CFBridgingRetain on alloc-owned handle by @tony-go in #27
  • chore: rename server to peripheral-manager by @tony-go in #29
  • test(service): cover basics by @tony-go in #31
  • test(characteristic): add cases by @tony-go in #30
  • test(central): clean by @tony-go in #32
  • test(peripheral-manager): revamp by @tony-go in #33
  • chore: remove l2cap test by @tony-go in #34
  • provide serviceData on discover event by @sethvincent in #19
  • test(peripheral): revamp and make predictible by @tony-go in #35
  • refactor(test): helper by @tony-go in #36
  • chore: update doc and ts types by @tony-go in #37

New Contributors

Full Changelog: v0.1.2...v0.2.0