Skip to content

v0.1.0-dev.1252

Latest

Choose a tag to compare

@nurulhudaapon nurulhudaapon released this 16 Jun 03:59
47fba11

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.1252

Features

  • feat: addTranslateZx to allow component library 48e29b9
  • feat: make zx.kv, zx.cache opt-in feauture 78162af

Fixes

  • fix: make kv_fs stable global var 4150f6a
  • fix: sync template fixing issues 4b1c5d4

Documentation

  • docs: copy new pkg in dockerfile 9240c4b
  • docs: add missing cp in dockerfile 315ae52
  • docs: add more missing cp in dockerfile f88549d
  • docs: add template pages as mod 5f5ae6a
  • docs: add zig 0.17 in versions table 47fba11

Miscellaneous

  • chore: update ziexjs dep ba45914
  • refactor: kv, db vtable impl to be co-located fd2bdd0
  • refactor: internalize vendored cache.zig 42f7146
  • wip(refactor): inj step rendering 1efb14b
  • wip: build system ziex.createModule 7cee152
  • refactor: move injection rendering from build time to comptime d732718
  • chore: comments cleanup 25c7cb4
  • chore: dummy Io interface files 6e84b14
  • chore: update deps version in e2e 01cde2e
  • refactor: vtable based zx.App 6dd1f53
  • chore: sync template version 50eb794

Contributors