Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 15:12
· 332 commits to main since this release
v0.10.0
9e2afbc

Highlights ✨

  • Added a testing guide for module authors
  • Introduced a minimal testing framework
  • Embedded an assertion library based on Deno stdlib assertions
  • Relaxed module loading in zinnia CLI to allow importing JS files from any directory
  • Fixed Fetch API client to report a non-empty User Agent

What's Changed

  • feat: a minimal testing framework by @bajtos in #212
  • refactor: move module loader to its own file by @bajtos in #216
  • docs: update the taglines by @bajtos in #195
  • feat: embed Deno assertions as zinnia:assert by @bajtos in #217
  • feat: zinnia CLI can import JS from anywhere by @bajtos in #218
  • ci: remove protoc dependency from release builds by @bajtos in #221
  • deps: Bump clap from 4.2.7 to 4.3.0 by @dependabot in #226
  • ci: Bump Swatinem/rust-cache from 2.3.0 to 2.4.0 by @dependabot in #225
  • fix: user agent reported by Fetch client by @bajtos in #224
  • refactor: cleanup code handling import sandboxing by @bajtos in #220
  • docs: testing guide for module authors by @bajtos in #222
  • feat: prettify test failures by @bajtos in #223
  • feat: upgrade Deno to 2023.05.18 by @bajtos in #227
  • chore: update deep deps & fix deprecations by @bajtos in #228

Full Changelog: v0.9.0...v0.10.0