Skip to content

Commit

Permalink
Merge pull request #92 from neocotic/develop
Browse files Browse the repository at this point in the history
Release 4.0.1
  • Loading branch information
neocotic committed Jun 4, 2017
2 parents 9152165 + cb5add3 commit 3cc2c0c
Show file tree
Hide file tree
Showing 10 changed files with 163 additions and 174 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 4.0.1, 2017.06.04

* Publish releases to open source CDN [#87](https://github.com/neocotic/qrious/issues/87)
* Add live demo link to README [#89](https://github.com/neocotic/qrious/issues/89)
* webpack - need to manually install qrious-core [#90](https://github.com/neocotic/qrious/issues/90)
* Remove dependencies (non-dev) badge from README [#91](https://github.com/neocotic/qrious/issues/91)

## Version 4.0.0, 2017.06.02

* Split into multiple modules [#53](https://github.com/neocotic/qrious/issues/53) (**breaking change**)
Expand Down
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = function(grunt) {
moduleName: 'QRious',
sourceMap: true,
sourceMapRelativePaths: true,
external: [ 'qrious-core' ],
banner: [
'/*',
' * QRious v<%= pkg.version %>',
Expand Down Expand Up @@ -85,7 +84,6 @@ module.exports = function(grunt) {
moduleName: 'QRious',
sourceMap: true,
sourceMapRelativePaths: true,
external: [ 'qrious-core' ],
banner: [
'/*! QRious v<%= pkg.version %> | (C) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %> | GPL v3 License',
'Based on jsqrencode | (C) 2010 [email protected] | GPL v3 License',
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[QRious](https://github.com/neocotic/qrious) is a pure JavaScript library for generating QR codes using HTML5 canvas.

[![Chat](https://img.shields.io/gitter/room/neocotic/qrious.svg?style=flat-square)](https://gitter.im/neocotic/qrious)
[![Dependency Status](https://img.shields.io/david/neocotic/qrious.svg?style=flat-square)](https://david-dm.org/neocotic/qrious)
[![Demo](https://img.shields.io/badge/demo-live-brightgreen.svg?style=flat-square)](https://codepen.io/neocotic/pen/YQzmBm)
[![Dev Dependency Status](https://img.shields.io/david/dev/neocotic/qrious.svg?style=flat-square)](https://david-dm.org/neocotic/qrious?type=dev)
[![License](https://img.shields.io/npm/l/qrious.svg?style=flat-square)](https://github.com/neocotic/qrious/blob/master/LICENSE.md)
[![Release](https://img.shields.io/npm/v/qrious.svg?style=flat-square)](https://www.npmjs.com/package/qrious)
Expand All @@ -36,8 +36,8 @@ $ bower install --save qrious

If you want to simply download the file to be used in the browser you can find them below:

* [Development Version](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.js) (71kb - [Source Map](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.js.map))
* [Production Version](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.min.js) (18kb - [Source Map](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.min.js.map))
* [Development Version](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.js) (71kb - [Source Map](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.js.map))
* [Production Version](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.min.js) (18kb - [Source Map](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.min.js.map))

Check out [node-qrious](https://github.com/neocotic/node-qrious) if you want to install it for use within
[Node.js](https://nodejs.org).
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": "4.0.0",
"version": "4.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"authors": [
Expand Down
283 changes: 137 additions & 146 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.

Loading

0 comments on commit 3cc2c0c

Please sign in to comment.