Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 969 Bytes

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 969 Bytes

Change Log

All notable changes to the "ark" extension will be documented in this file.

0.9.0

Added

0.8.0

Added

  • support for the std functions and closures

0.2.0

Added

  • coloration for documentation blocks
  • more keyword coloration
  • logo

Changed

0.0.4

Changed

  • Changed version pattern in package.json from "1.29.0" to "^1.29.0".

0.0.3

Added

  • CHANGELOG.md

Changed

  • Removed hastype keyword (unuseful), to add import keyword

0.0.2

Added

  • README.md file

Changed

  • Version number

0.0.1

Added

  • Keywords if, while, fun, let, set, hastype, begin
  • Numbers, Strings and language constants (true, false, nil)
  • Comments
  • Blocks completions ((), [], {})