Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 855 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 855 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Changed

  • Minor fix to the documentation.

0.2.0 – 2020-08-16

Added

  • Readme.md, License and this Changelog.md.
  • Async-await no-std friendly implementation.
  • Add parsing test suite.
  • Command line interface demo.
  • GCode example file.
  • Expressions and parameters support.
  • Add Github actions.
  • Documentation of non-obvious, publicly exposed types & methods.

Changed