gcode/CHANGELOG.md

64 lines
1.2 KiB
Markdown
Raw Normal View History

2021-01-02 18:26:51 +13:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2023-01-17 11:15:25 +13:00
## [v1.0.0](https://gitlab.com/jimsy/gcode/compare/v0.4.1...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
2021-01-13 13:29:59 +13:00
## [v0.4.1](https://gitlab.com/jimsy/gcode/compare/v0.4.0...v0.4.1) (2021-01-13)
### Bug Fixes:
* bug in parsing not returning errors
2021-01-10 17:48:51 +13:00
## [v0.4.0](https://gitlab.com/jimsy/gcode/compare/v0.3.0...v0.4.0) (2021-01-10)
### Features:
* Implement (a common subset) G-code parsing.
2021-01-05 15:50:29 +13:00
## [v0.3.0](https://gitlab.com/jimsy/gcode/compare/v0.2.1...v0.3.0) (2021-01-05)
### Features:
* descriptions: Add human-readable descriptions of commonly used codes.
2021-01-05 09:04:03 +13:00
## [v0.2.1](https://gitlab.com/jimsy/gcode/compare/v0.2.0...v0.2.1) (2021-01-04)
### Bug Fixes:
* model: Change all model init functions to return a result.
2021-01-04 22:20:18 +13:00
## [v0.2.0](https://gitlab.com/jimsy/gcode/compare/v0.1.0...v0.2.0) (2021-01-04)
### Features:
* model,serialise: Implement a basic G-Code model and serialiser.
2021-01-02 18:26:51 +13:00
## [v0.1.0](https://gitlab.com/jimsy/gcode/compare/v0.1.0...v0.1.0) (2021-01-02)