Skip to content

1.2.0

Choose a tag to compare

@loukamb loukamb released this 07 Dec 01:02
· 147 commits to main since this release
cb4f3d2
  • 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.