From 846d637089a658696fb01cdfcbc1a74f01b724d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Wed, 3 Aug 2016 21:53:00 +0200 Subject: [PATCH] Update README.me --- CHANGELOG.md | 2 +- README.md | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea649ea..c71d63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - [__change__:] Plugin requires Android KitKat or newer - [__change__:] `isAvailable` returns false if no enabled service can be found (Android) - [feature:] New `pick` interface to pick a printer for future usage -- [feature:] Initial support for Windows10 platform (Thanks to #cristi-badila) +- [feature:] Support for Windows10 platform (Thanks to #cristi-badila) - [enhancement:] `isAvailable` returns count of available services (Android) - [enhancement:] `print` returns bool value to indicate the result - [enhancement:] Added missing `duplex` support (Android) diff --git a/README.md b/README.md index be3bdaa..99fb2fa 100644 --- a/README.md +++ b/README.md @@ -58,19 +58,17 @@ And then execute: ## ChangeLog #### Version 0.7.2 (not yet released) -- __TODO__ +- Finally on __NPM__ +- __Windows__ support +- New __pick__ method +- Fixed iOS build issue +- Various enhancements See [CHANGELOG.md][changelog] to get the full changelog for the plugin. ## Usage -The plugin creates the object `cordova.plugins.printer` with the following methods: - -- [check][check] -- [pick][pick] -- [print][print] - -__Note:__ The plugin and its methods are not available before the *deviceready* event has been fired. +The plugin and its methods are not available before the *deviceready* event has been fired. ```javascript document.addEventListener('deviceready', function () {