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

Common JS #55

Merged
merged 12 commits into from
Nov 19, 2015
Merged

Common JS #55

merged 12 commits into from
Nov 19, 2015

Conversation

roboshoes
Copy link
Owner

This is quite the big change. It finally moves cane from AMD to CommonJS. While AMD was and is an amazing way to manage dependencies, the community seems to be moving towards commonJS for a variety of reasons.

With this PR, all modules have been changed to follow CommonJS syntax, as well as all the tests. Test now also run on tape as I found that a more appropriate way to test node style code as well as its way of handling async code very well.

Since this is a breaking change, the version has been bumped to 1.0.0. Cane is also available via NPM which makes a lot more sense now.

roboshoes added a commit that referenced this pull request Nov 19, 2015
@roboshoes roboshoes merged commit 51415e7 into master Nov 19, 2015
@roboshoes roboshoes deleted the common-js branch November 19, 2015 05:24
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

Successfully merging this pull request may close these issues.

1 participant