crow v0.3.0 Release Notes

Release Date: 2016-08-27 // over 7 years ago
  • โž• 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

Previous changes from v0.2.0

  • โž• 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.