Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require js incompatible #9

Closed
hyusetiawan opened this issue Oct 13, 2013 · 4 comments
Closed

require js incompatible #9

hyusetiawan opened this issue Oct 13, 2013 · 4 comments
Assignees
Milestone

Comments

@hyusetiawan
Copy link

line 1008:

define('qr', function Z() {

      return qr;
    });

should be

define(function Z() {

      return qr;
    });
@neocotic
Copy link
Owner

Thanks for pointing this out. I'll work on fixing this ASAP.

@hyusetiawan
Copy link
Author

That was fast. Thanks!

@neocotic
Copy link
Owner

I still have some other stuff I want to put in this release, so it won't be in immediately. Won't take too long though.

@neocotic
Copy link
Owner

neocotic commented Dec 3, 2013

Sorry for the delay in getting this out in an official release but there was a lot of changes I wanted to make before doing another release and finding the time to do so was difficult. Fortunately, I've worked through these over the past few days and I'm pleased to say that v1.1.1 is now out (v1.1.0 had a dumb bug so made a quick patch release today).

I can't believe it's been 2 years since the last release! 🚢

Thanks for your patience. As a bonus, this library can now be downloaded via npm and bower:

https://github.com/neocotic/qr.js#install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants