Skip to content

Commit 6343a23

Browse files
committed
Updated Readme to 0.9.0
1 parent dad0b1d commit 6343a23

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
quaggaJS
22
========
33

4-
- [Changelog](#changelog) (2015-11-22)
4+
- [Changelog](#changelog) (2016-02-15)
55
- [Installing](#installing)
66
- [Getting Started](#gettingstarted)
77
- [API](#api)
@@ -120,8 +120,10 @@ may be the `inputStream.type` is set to `LiveStream`, but the browser does
120120
not support this API, or simply if the user denies the permission to use the
121121
camera.
122122

123-
If you do not specify a target, QuaggaJS would look for an element that matches the CSS selector `#interactive.viewport` (for backwards compatibility).
124-
`target` can be a string (CSS selector matching one of your DOM node) or a DOM node.
123+
If you do not specify a target, QuaggaJS would look for an element that matches
124+
the CSS selector `#interactive.viewport` (for backwards compatibility).
125+
`target` can be a string (CSS selector matching one of your DOM node) or a DOM
126+
node.
125127

126128
```javascript
127129
Quagga.init({
@@ -386,9 +388,9 @@ the readers are given, since some might return a value even though it is not
386388
the correct type (EAN-13 vs. UPC-A).
387389

388390
The `multiple` property tells the decoder if it should continue decoding after
389-
finding a valid barcode. If multiple is set to `true`, the results will be
391+
finding a valid barcode. If multiple is set to `true`, the results will be
390392
returned as an array of result objects. Each object in the array will have a
391-
`box`, and may have a `codeResult` depending on the success of decoding the
393+
`box`, and may have a `codeResult` depending on the success of decoding the
392394
individual box.
393395

394396
The remaining properties `drawBoundingBox`, `showFrequency`, `drawScanline` and
@@ -543,6 +545,10 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
543545

544546
## <a name="changelog">Changelog</a>
545547

548+
### 2016-02-15
549+
Take a look at the release-notes ([0.9.0]
550+
(https://github.com/serratus/quaggaJS/releases/tag/v0.9.0))
551+
546552
### 2015-11-22
547553

548554
- Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quagga",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"description": "An advanced barcode-scanner written in JavaScript",
55
"main": "lib/quagga.js",
66
"browser": "dist/quagga.min.js",

0 commit comments

Comments
 (0)