- refactored stream class
- XjsStream now escapes strings by default; use writeRaw for not that
- Single '{'s can now be used in PCDATA
- added inline xjs blocks
- automatically loop through local arrays
render(response)
can now be a callback function or a writable stream- added command line xjsserver, a simple way of serving xjs
- Reversed the order of parameters:
render(response, local)
- Fixed bug due to leading/trailing whitespace in code blocks
- Initial release