Releases: SyntaxError2505/jlook
Releases · SyntaxError2505/jlook
Release list
v1.3.0
Full Changelog: v1.2.1...v1.3.0
- added single line comments using //. Feature is still experimental
v1.2.1
- Fixed even more targets not working due too files existing in the Makefile using PHONY
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: v1.1.0...v1.2.0
- fixed brackets having syntax highlighting despite -nc or --no-color option being given
- fixed the Makefile "clean" target not working if a file named clean exists
- Cleaned up a lot of the argument parser and added a warning when an argument is unknown or unexpected
v1.1.0
Full Changelog: v1.0.0...v1.1.0
- Removed unnecessary allocation (project is stack only now)
- Made it faster by not waiting for the whole input to finish
- Added REPL that triggers when ran without input
v1.0.0
After a month of development, jlook is ready for real use supporting everything I need including some args, syntax highlighting with colored braces and advanced piping. While development will continue, this is the version you should be using right now.