Update to 0.9.1

This commit is contained in:
Christoph Oberhofer
2016-02-28 20:33:36 +01:00
parent 63457d607f
commit 8a706d31c3
4 changed files with 462 additions and 370 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
name: QuaggaJS name: QuaggaJS
markdown: redcarpet markdown: kramdown
baseurl: /quaggaJS baseurl: /quaggaJS
exclude: [node_modules] exclude: [node_modules]
+445 -365
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
File diff suppressed because one or more lines are too long
+12
View File
@@ -109,6 +109,12 @@ file is only valid for the non-uglified version `quagga.js` because the
minified version is altered after compression and does not align with the map minified version is altered after compression and does not align with the map
file any more. file any more.
### Node
The code in the `dist` folder is only targeted to the browser and won't work in
node due to the dependency on the DOM. For the use in node, the `build` command
also creates a `quagga.js` file in the `lib` folder.
## <a name="api">API</a> ## <a name="api">API</a>
You can check out the [examples][github_examples] to get an idea of how to You can check out the [examples][github_examples] to get an idea of how to
@@ -550,6 +556,12 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
## <a name="changelog">Changelog</a> ## <a name="changelog">Changelog</a>
### 2016-02-18
- Internal Changes
- Restructuring into meaningful folders
- Removing debug-code in production build
### 2016-02-15 ### 2016-02-15
Take a look at the release-notes ([0.9.0] Take a look at the release-notes ([0.9.0]
(https://github.com/serratus/quaggaJS/releases/tag/v0.9.0)) (https://github.com/serratus/quaggaJS/releases/tag/v0.9.0))