Releases: AndyEveritt/GcodeParser
Releases · AndyEveritt/GcodeParser
0.3.0
What's Changed
- Make it faster and memory efficient, more type safe and so on by @dantetemplar in #13
New Contributors
- @dantetemplar made their first contribution in #13
Full Changelog: 0.2.4...0.3.0
0.2.4
Fix type hinting for Python 3.9
Full Changelog: 0.2.3...0.2.4
0.2.3
Improve type hinting & CI
0.2.1
Add additional test for multiple gcodes on the same line
0.2.0
What's Changed
- 'split_params' now handles parameter values prefixed with a '+' sign. by @dalibor-frivaldsky in #8
- Add github actions
New Contributors
- @dalibor-frivaldsky made their first contribution in #8
Full Changelog: v0.1.1...0.2.0