Wednesday, April 26, 2006

New Version of Chickenfoot (Finally!)

We finally got the new version of Chickenfoot out the door: [Release Notes] I'm really excited because we finally released our include() command which lets you import other JavaScript libraries into a namespace. Considering that JavaScript doesn't have native support for namespaces, I think this is a pretty big deal.

Oh, and for you Greasemonkey fans, we basically made it as easy as humanly possible to create Greasemonkey scripts in Chickenfoot. We provide a greasemonkey.js library and the option to create a new script pre-populated with the code: include("greasemonkey.js"). It doesn't get much easier than that.

No comments:

Post a Comment