All Versions
3
Latest Version
Avg Release Cycle
9 days
Latest Release
2770 days ago

Changelog History

  • v0.3.0 Changes

    August 27, 2016

    โž• Added

    • ๐Ÿ”– Version flag (-v) to CLI
    • โœ… Examples in markdown (also acts as tests)

    โœ‚ Removed

    • ๐Ÿšš Internal: Removed a lot of specs now covered by markdown examples

    ๐Ÿ›  Fixed

    • Strict flag that was broken in CLI
  • v0.2.0 Changes

    August 19, 2016

    โž• Added

    • Transpile proc var assignment to function definitions
    • Transpile global variables
    • Transpile self to this
    • Transpile type aliases
    • Transpile is_a? to instanceof
    • Transpile vars; bool, number and string literals explicitly
    • Transpile case/when to switch/case
    • Transpile rescue to catch

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Strict mode - Enabled by default, CLI will not allow use of fallback transpilation, but throw an exception. Disable by passing --no-strict to the CLI.
  • v0.1.0 Changes

    August 10, 2016

    โž• Added

    • ๐ŸŒฒ Transpile p to console.log
    • Transpile class structures (constructors, instance variables etc.)
    • Transpile variable assignment (using let and const)
    • Transpile nil
    • Transpile symbols
    • Transpile if, unless
    • Transpile typed arrays
    • Transpile hash to object

    ๐Ÿš€ [Unreleased]: https://github.com/geppetto-apps/crow/compare/v0.3.0...HEAD