nativescript-vibrate
Version:
A vibrate NativeScript plugin for Android and iOS
95 lines (53 loc) • 3.67 kB
Markdown
# Change Log
# [v4.0.1](https://github.com/juliomrqz/nativescript-vibrate/compare/v4.0.0...v4.0.1) (2020-09-02)
* fix typing errors ([8d46ed0d](https://github.com/juliomrqz/nativescript-vibrate/commit/8d46ed0dea82818601bd8df2bf5daea5aa13e315))
### Refactor
* upgrade demo to NativeScript v7 ([e6d7797f](https://github.com/juliomrqz/nativescript-vibrate/commit/e6d7797fb81a8b0b9af221c423012a5eba381487))
# [v4.0.0](https://github.com/juliomrqz/nativescript-vibrate/compare/v3.1.0...v4.0.0) (2020-09-02)
- Support NativeScript 7 ([#126](https://github.com/juliomrqz/nativescript-vibrate/pull/126)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
### BREAKING CHANGES
* **minimum required NativeScript version is 7**
# [v3.1.0](https://github.com/juliomrqz/nativescript-vibrate/compare/v3.0.0...v3.1.0) (2020-07-19)
* dependencies updates
### Refactor
* update layout of docs articles ([b59869c](https://github.com/juliomrqz/nativescript-vibrate/commit/b59869c01ad101e78f49ae4d32b5b499ce4c82c9))
* update project owner ([d52289b](https://github.com/juliomrqz/nativescript-vibrate/commit/d52289b83ccb876924419bd5ea09e5c783581aa6))
## [v3.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v3.0.0) (2019-11-21)
- Bump dependencies to NativeScript 6
- Delay getting the service on Android until needed ([#85](https://github.com/juliomrqz/nativescript-vibrate/pull/85)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
## [v2.1.3](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.3) (2019-03-14)
- Maintenance Update
## [v2.1.2](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.2) (2018-10-15)
- Update some dependencies
- Fix vibration on iOS ([#19](https://github.com/juliomrqz/nativescript-vibrate/pull/19)), (thanks to [EddyVerbruggen](https://github.com/EddyVerbruggen))
## [v2.1.1](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.1) (2018-07-13)
- Maintenance Update
## [v2.1.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.1.0) (2018-05-06)
- Bump Demo to Nativescript v4
- Add Support to Nativescript v4
## [v2.0.2](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.2) (2018-04-02)
- Improve Documentation
- Minor fixes and Improvements
## [v2.0.1](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.1) (2017-08-31)
**Android**
- Fix to add automatically the Vibration permissions to the AndroidManifest.xml
- Fix missing the app import [#9](https://github.com/juliomrqz/nativescript-vibrate/pull/9), ([danielgek](https://github.com/danielgek))
- Fix the vibration pattern execution
## [v2.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/v2.0.0) (2017-08-30)
- Use TypeScript as a development language
- Create Unit Tests
- Add NativeScript 3.0 Support
**Android**, support for:
- Vibration patterns
- Pattern repeat
- Cancel method
## [1.1.2](https://github.com/juliomrqz/nativescript-vibrate/tree/1.1.2) (2016-10-16)
- TypeScript support [\#2](https://github.com/juliomrqz/nativescript-vibrate/pull/2) ([TheOriginalJosh](https://github.com/TheOriginalJosh))
- Fix an issue when loading the module before context is available [\#1](https://github.com/juliomrqz/nativescript-vibrate/pull/1) ([naderio](https://github.com/naderio))
## [1.1.0](https://github.com/juliomrqz/nativescript-vibrate/tree/1.1.0) (2015-07-21)
- Migrating to a new project architecture
## [1.0.3](https://github.com/juliomrqz/nativescript-vibrate/tree/1.0.3) (2015-05-08)
**Android**
- Fix an issue in the NativeScript v1.0.0 release
## [1.0.0](https://github.com/juliomrqz/nativescript-vibrate/tree/1.0.0) (2015-04-11)
- Initial Release