Skip to content

v0.18.0

Choose a tag to compare

@JumpLink JumpLink released this 12 Jul 05:40
9746112

Features

  • webcrypto: implement AES-KW (RFC 3394) key wrap (5d679b9)
  • webcrypto: implement SubtleCrypto.wrapKey / unwrapKey (45399d2)

Bug Fixes

  • cli: propagate a non-zero gjs exit through run's script dispatch (f0a0e2a)

Documentation

  • add 2026-07-11 code-quality & consistency audit (e042298)
  • reconcile package/suite counts with the tree (f43d183)
  • restore README reference sections, keep the vivid intro (f5dc3ab)
  • rewrite README around the project's purpose and goal (e477ccb)
  • update audit report with landed fixes + two new findings (840df94)

Code Refactoring

  • cli: centralize the GJS system probes in runtime.ts (09086de)
  • cli: unify the permissive package.json readers (93371a3)

Continuous Integration

  • guard that every package's test runs its gjs+node legs (e7981ef), closes #719

Tests

  • e2e: guard run-script gjs exit propagation (477e6e2)
  • web: run the GJS suites for fetch, formdata, webcrypto (5be1591)