From 6f02116663a7c1abfb5acefe5b1468926231b933 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Wed, 4 Mar 2015 22:32:21 +0100 Subject: [PATCH] Updated Readme to include Code 39 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 450f801..3530e49 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ quaggaJS ======== -- [Changelog](#changelog) (2015-01-21) +- [Changelog](#changelog) (2015-03-04) QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-time localization and decoding of various types of barcodes such as __EAN__ and __CODE128__. The library is also capable of using `getUserMedia` to get direct @@ -262,6 +262,10 @@ In case you want to take a deeper dive into the inner workings of Quagga, get to ## Changelog +### 2015-03-04 +- Features + - Added support for [Code 39][code39_wiki] barcodes + ### 2015-01-21 - Features - Added support for web-worker (using 4 workers as default, can be changed through `config.numOfWorkers`) @@ -283,3 +287,4 @@ In the course of implementing web-workers some breaking changes were introduced [chaiUrl]: http://chaijs.com/ [mochaUrl]: https://github.com/mochajs/mocha [karmaUrl]: http://karma-runner.github.io/ +[code39_wiki]: http://en.wikipedia.org/wiki/Code_39