Hey folks, we’ve got a new Nevow release for you. Tons of great changes have gone in since 0.7.0. Athena in particular has gotten a lot of attention and here are some of the new things you’ll find in 0.8.0:
- Nevow Interactive Tests - a test runner which lets you exercise code in a browser and collect results in an structured manner.
- JavaScript source lines in tracebacks logged on the server.
- A JavaScript implementation of
DeferredList
andgatherResults
from Twisted. - Direct use of Zope Interface (meaning everything will be faster from avoiding the compatibility layer provided by Twisted).
- Transparent, structured argument passing for
Widget.__init__
.
There are plenty of other minor bug fixes and feature enhancements, too. Check out the ChangeLog for all the details. What are you waiting for?