crow v0.2.0 Release Notes

Release Date: 2016-08-19 // over 7 years ago
  • ➕ 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.