Skip to content

Releases: SyntaxError2505/jlook

v1.3.0

Choose a tag to compare

@SyntaxError2505 SyntaxError2505 released this 02 Jul 06:51

Full Changelog: v1.2.1...v1.3.0

  • added single line comments using //. Feature is still experimental

v1.2.1

Choose a tag to compare

@SyntaxError2505 SyntaxError2505 released this 01 Jul 20:29
  • 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

Choose a tag to compare

@SyntaxError2505 SyntaxError2505 released this 01 Jul 20:11

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

Choose a tag to compare

@SyntaxError2505 SyntaxError2505 released this 01 Jul 12:45

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

Choose a tag to compare

@SyntaxError2505 SyntaxError2505 released this 30 Jun 16:18

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.