Web Bluetooth Polyfill Versions Save

Windows 10 Web Bluetooth Polyfill

0.4.1-beta

6 years ago

0.4.0

6 years ago

fix #4: Implement BluetoothRemoteGATTCharacteristic.stopNotifications fix #35: Device chooser dialog is cut if the window is small fix #38: page font size may cause small / large font in the Device Chooser dialog

also: introduce ESLint for ensuring code style standards

0.3.6

6 years ago

fix #26: gattserverdisconnected event does not fire fix #27: removing a disconnect event listener inside a disconnect event handler can cause an exception fix #28: characteristic.writeValue() does not correctly serialize Uint16Array fix #32: polyfill is not available on subpages of http://localhost fix #33: readValue does not fire a characteristicvaluechanged event fix #34: gatt.disconnect() throws an exception if we are not connected

0.3.5

6 years ago
  • feat #24: Interoperability with Zone.js

0.3.4

6 years ago
  • fix #23: devices remain connected even after disconnecting / refreshing the page

0.3.3

6 years ago
  • Add version number to BLEServer.exe (in file properties)

0.3.2

6 years ago
  • fix #16 : support all standard service/characteristic names
  • fix #17: calling startNotifications() multiple times causes multiple characteristicvaluechanged events
  • fix #18: gracefully handle case when device local name is undefined
  • fix #19: text color affected by page style
  • fix #20: getPrimaryService() doesn't throw an error when device not found

0.3.1

6 years ago

fix: BLEServer disconnects during high volume of notifications (#15)

0.3.0

6 years ago
  • feature: Implement Device Chooser UI (#1)
  • feature: Implement acceptAllDevices filter
  • fix: gattConnect() allows connecting to any device (#7)
  • fix: scanning doesn't stop when device chooser dialog is canceled (#12)
  • fix: Scanning does not stop if page is unloaded during a requestDevice call (#13)
  • fix: Not working for 127.0.0.1 (#14)

0.2.0

6 years ago
  • Implemented gattserverdisconnected event
  • Fix #8: characteristic and service ids are reported with curly braces
  • Unit tests + CI