just v0.4.3 Release Notes

Release Date: 2019-05-07 // almost 5 years ago
  • 🔄 Changed

    • 🗄 Deprecate = in assignments, aliases, and exports in favor of := (#413)

    ➕ Added

    • Pass stdin handle to backtick process (#409)

    Documented

    • 🛠 Fix readme command line (#411)
    • Typo: "command equivelant" -> "command equivalent" (#418)
    • ↪ Mention Make’s “phony target” workaround in the comparison (#421 by @roryokane)
    • ➕ Add Void Linux install instructions to readme (#423)

    🔨 Cleaned up or Refactored

    • ✂ Remove stray source files (#408)
    • Replace some calls to brev crate (#410)
    • 🔨 Lexer code deduplication and refactoring (#414)
    • 🔨 Refactor and rename test macros (#415)
    • 🚚 Move CompilationErrorKind into separate module (#416)
    • Remove write_token_error_context (#417)