KnitML Changelog

What's new in KnitML 0.5.0

Apr 25, 2009
  • New projects from refactoring effort:
  • knitml-knitting-engine: the knitting simulation component (formerly in knitml-validation)
  • knitml-el: the Knitting Expression Language (formerly in knitml-tools) * knitml-command-line: command-line utilities (formerly in knitml-tools) * Removed knitml-tools project knitml-core
  • Added 'version' to pattern element (for compatibility tracking)
  • Added 'no-stitch' element to support charting
  • Added 'stitch-holder','slip-to-stitch-holder', and 'from-stitch-holder' elements knitml-pattern-renderer
  • Complete support for user-supplied preferences * Chart rendering with three symbol providers (text art, Knitters Symbols, and Aire River Knitting Font)

New in KnitML 0.4.2 (Mar 6, 2009)

  • New KEL format extensions:
  • capital lettered function names
  • new 'all' keyword (e.g. bindOff all sts instead of bindOff allStitches)
  • "Row 1: k to end" (previously only "row 1 { k to end }" worked)
  • Updated documentation and samples with above extensions
  • Added shorthand names (e.g. 'cvr' instead of 'convertValidateAndRender') for KnitML executable