Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

64 lines (50 loc) · 2.27 KB

Changelog

2014 11 29 - v0.1.3-alpha

  • Separate a lot of CLI logic to lib/spider
  • Default behaviour for CLI
  • Refactor spider.compile API
  • Fix source map path bug with ES5 target
  • Fix "System is not defined" error when using Spider API

2014 11 29 - v0.1.2-alpha

  • CLI bug fixes

2014 11 27 - v0.1.1-alpha

  • Async/Await
  • Channels
  • Add undefined keyword
  • Fix an undefined bug with destructing patterns
  • Fix CLI execute and remove dependency on vm2

2014 11 26 - v0.1.0-alpha

2014 11 22 - v0.0.7-alpha

  • Fat Arrow (=>) Function Expressions
  • not keyword
  • Fix break and return statements inside for-in and for-of statements
  • Disable source map generation option in CLI
  • Fix CLI execute script
  • Comma is now optional between switch case clauses
  • Regular Expression Literals

2014 11 20 - v0.0.6-alpha

  • Fallthrough Statement
  • Fix line endings

2014 11 20 - v0.0.5-alpha

  • Spider is now self-hosted
  • Parenthesis in while and until statements are now optional
  • Massive parsing performance improvements
  • Fix "use strict" in compiled JS
  • Add setTimeout to use :node and use :browser
  • Optimize !!! to ! in compiled JS