Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 991 Bytes

changelog.md

File metadata and controls

14 lines (14 loc) · 991 Bytes
  • 1.0.0 [2015/02/26]: First release
  • 1.0.1 [2015/02/27]: Fixed a typo in readme.md
  • 1.0.2 [2015/03/08]: Fixed nested control statements completely breaking.
  • 1.0.3 [2015/05/12]: Added babel plugin
  • 1.0.4 [2015/05/12]: Added instructions for use with browserify.
  • 1.1.0 [2015/06/08]: Added "index" attribute to statement (thanks helarqjsc!), fixed working-but-noncompliant code generation through JSTransform, added support for JSXElement and XJSElement in JSTransform (thanks justafish!)
  • 1.1.1 [2015/07/06]: Added example of looping over an object to docs.
  • 2.0.0 [2015/12/01]: Updated for Babel 6, moved repo to personal Github.
  • 2.0.1 [2015/12/07]: Updated readme for greater clarity.
  • 2.0.2 [2016/01/04]: Fixed <If> in <For> returning <span> when condition false (thanks texttechne!)
  • 2.0.3 [2016/01/05]: Added travis / coveralls badges to readme.md.
  • 3.0.0 [2016/01/07]: Split from babel version of jsx-control-statements.