Good Eggs, Inc. is announcing that Teacup with version number 2.0.0 is already available to download.
What is Teacup ?
Teacup is A templating system for CoffeeScript .
CoffeeScript is a programming language (actually a JavaScript superset) that compiles into JavaScript.It's a newly discovered method for writing JavaScript code, using a simpler and cleaner syntax, while still being outputted as JavaScript code in the end.Teacup's place into all of this is to help developers produce HTML code in an ordered fashion.It's basically a templating engine for assembling page layouts together, and inserting content in designed places.Teacup currently works with client-side (browsers) and server-side (Node.js) environments as well.
This is changelog for Teacup version 2.0.0 :
- Prevent buffer corruption combing teacup with express and fibers.
You can read the complete changelog and also download this latest version on their homepage:
goodeggs.github.io