Skip to content

Commit

Permalink
roll v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Jun 1, 2017
1 parent 5749614 commit a033060
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 3.0.0, 2017.06.01

* Reduce size of distribution files [#59](https://github.com/neocotic/qrious/issues/59) (**breaking change**)
* Drop support for Node.js < 4 [#74](https://github.com/neocotic/qrious/issues/74) (**breaking change**)
* Remove QRious.DEFAULTS [#77](https://github.com/neocotic/qrious/issues/77) (**breaking change**)
* Rewrite code in ES5 [#81](https://github.com/neocotic/qrious/issues/81) (**breaking change**)

## Version 2.3.0, 2017.05.31

* Enable setting of multiple properties at once resulting in a single re-render [#69](https://github.com/neocotic/qrious/issues/69)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The current version of `QRious`.

``` javascript
QRious.VERSION;
//=> "2.3.0"
//=> "3.0.0"
```

## Migrating from v1
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrious",
"version": "2.3.0",
"version": "3.0.0",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions dist/qrious.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/qrious.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/qrious.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/qrious.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrious",
"version": "2.3.0",
"version": "3.0.0",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/QRious.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var QRious = Nevis.extend(function(options) {
* @type {string}
* @memberof QRious
*/
VERSION: '2.3.0',
VERSION: '3.0.0',

/**
* Configures the <code>service</code> provided to be used by all {@link QRious} instances.
Expand Down

0 comments on commit a033060

Please sign in to comment.