leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

Update jsdom to 6.x for node 4.x support #144

Closed feross closed 9 years ago

feross commented 9 years ago

This should be published as a new major version since this version of jsdom requires iojs 1+ or node 4+.

Fixes #142.

rikukissa commented 9 years ago

Thanks a lot! I've been meaning to publish a new version to NPM for a while now, but haven't been able to do so, because I'm still missing publishing rights. We should probably update the package version to 1.0.0 now, publish to NPM and create a new 0.x branch from https://github.com/leonidas/transparency/commit/e4cf45c418848c845452569df2cedffb0ceab587.

feross commented 9 years ago

@rikukissa Can you ping the other maintainers?

Right now you can't install transparency on the latest stable version of node. That's not good. Thanks for your efforts :+1:

rikukissa commented 9 years ago

I just got the publishing rights and published v1.0 to npm. Let me know if anything else comes up!

feross commented 9 years ago

Seems to work for me. Thanks!