0.2.0
0.2.0
Glitter now handles bash escapes properly with the -b
command line option passed which finally fixes #10. This allows glitter formats to be on line line. This also brings along performance improvements in the interpreter along with the refactor.
Changelog
- Simpler, better main function (#26)
- Provide a more user friendly message on panic (#27)
- Properly escape ANSI codes for bash prompt (#10, #24, #28)
- Performance improvements in the interpreter (#28)
With this release, I'm happy to say that glitter is in a beta state! The main things left to tackle are the performance of all the git operations. This could be a major undertaking as writing tests and benchmarks that use git repositories seems difficult.