Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 666 Bytes

history.md

File metadata and controls

34 lines (22 loc) · 666 Bytes

0.1.5

0.1.4 / 2011-04-29

  • refactored stream class
  • XjsStream now escapes strings by default; use writeRaw for not that
  • Single '{'s can now be used in PCDATA

0.1.3

  • added inline xjs blocks
  • automatically loop through local arrays

0.1.2 / 2011-04-11

  • render(response) can now be a callback function or a writable stream
  • added command line xjsserver, a simple way of serving xjs

0.1.1 / 2011-04-11

  • Reversed the order of parameters: render(response, local)
  • Fixed bug due to leading/trailing whitespace in code blocks

0.1.0 / 2011-04-11

  • Initial release