12-06-2025

1.2.0

  • Added fs library for operating around the file system.
  • Removed os.rename in favor of fs.move.
  • Removed os.remove in favor of fs.remove.
  • Fixed incorrect version strings.
  • Fixed H3 test harness not running.
  • Fixed catch erroring when parsed as a statement.
  • H1 JSON test now includes the RFC8259 dataset.
  • H1 JSON test now makes use of fs library.