- Converted source code from CoffeeScript to ECMAscript
- Switched underlying noble library to abandonware fork since the original noble seems to have become unmaintained
- Added some more convenience functions
- Updated the example in the README
- (Hopefully) fixed some severe bugs that made simble interfere with other BLE devices
- Fixed some errors in the v0.2.2 changes
- Removed package-lock.json for now, because I don't fully comprehend it and that may have caused some issues
- Added some more debug messages
- Some further improvements, like the ability to set auto-disconnect timeouts
- Fixed a few bugs
- Improved the source code
- Removed some pointless functions
- Added some debug output (Enable with
DEBUG=simble:*
)
- Fixed bug that affected reconnecting
- Complety changed API; no longer tries to mimic Web Bluetooth
- Added
requestCharacteristics
convenience function - Extended README
- Updated README
- First somewhat usable version.
- Initial, barely usable version.