Skip to content

v0.1.0-dev.1050

Latest

Choose a tag to compare

@nurulhudaapon nurulhudaapon released this 18 Apr 13:02
· 21 commits to main since this release
689503e

This is a developer preview of Ziex; some features are still works in progress.
Update or install the Ziex CLI using the following scripts.

Installation

Linux/macOS
curl -fsSL https://ziex.dev/install | bash
Windows
powershell -c "irm ziex.dev/install.ps1 | iex"

Changelog

v0.1.0-dev.1050

Features

  • feat(lsp): inlay hint for zig block 49b9b0f
  • feat(db): typed row 1d2c844

Fixes

  • fix(lsp): mem leak and unicode err f41663d
  • fix: propper position for request state 2c0f478
  • fix: add server-only stub module gen a06461c
  • fix(lsp): utf encoding slection a8cc222

Documentation

  • docs: add basic intearactivity docs cb42537
  • docs: cleanup unused file and fix wasi build dd0a46a
  • docs: mascot runner width e8e7f88
  • docs: home page responsiveness 79c89e2
  • docs(pg): render all pub decl cmp cde06c1
  • docs: open in playground 546c847
  • docs: open in playground in home page 5af72ba

Miscellaneous

  • ci: build ssr on gh 7ab0770
  • ci: rm build_ssr matrix 226ae42
  • ci: look at remote image dd21ef3
  • refactor: cleanup net interfaces 47b37d3
  • ci: prebuild for edge e7fcbf9
  • ci: update job needs ef596b1
  • ci: deploy_edge should need pre_depljoy 6726149
  • ci: install bun in deploy_edge f8358c8
  • refactor: rm react integration docs 2caba26
  • ci: wrangler include hidden files 19015f9
  • chore: update example e9778d3
  • test: add e2e step 99dc0df
  • chore: add more to vercel ignore 2789a28
  • refactor: zig-0.16.0 migration prep 93586f8
  • test(db): typed row 50b62b0
  • chore: disable sleeping component 6cd0901
  • refactor: move private fields to _internal struct 08c462b
  • refactor: rm deprecated e3d6d1b
  • refactor: rename zx.zx to zx.x f22b89a
  • chore: bump version 689503e

Contributors