Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:28:48 +02:00
parent 362e4d53c3
commit 8da8d8dce8

View File

@ -0,0 +1,47 @@
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.2.0"></a>
# [0.2.0](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/compare/v0.1.3...v0.2.0) (2017-12-20)
### Bug Fixes
* fix listeners addition being queued when they should be run and vice versa ([61b2480](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/commit/61b2480))
### Features
* add/removeSensorListener now wait for Android's confirmation of registration ([fe79cef](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/commit/fe79cef))
<a name="0.1.3"></a>
## [0.1.3](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/compare/v0.1.2...v0.1.3) (2017-12-20)
<a name="0.1.2"></a>
## [0.1.2](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/compare/v0.1.1...v0.1.2) (2017-08-29)
### Bug Fixes
* fix an error message typo ([8ca00f9](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/commit/8ca00f9))
* fix sensor listeners not being properly removed ([8267ffb](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/commit/8267ffb)), closes [#3](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/issues/3)
<a name="0.1.1"></a>
## [0.1.1](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/compare/v0.1.0...v0.1.1) (2017-08-20)
<a name="0.1.0"></a>
# 0.1.0 (2017-08-20)
### Features
* first version ([b381958](https://github.com/QuentinRoy/cordova-plugin-android-sensor-listeners/commit/b381958))