New
v0.1.0-dev.678
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.678
Features
- feat(init): make csr + ssr the defa;ult template
50b85be - feat: make zig build serve steps added by default
80e722d
Fixes
- fix: zx init --existing
06d6b42 - fix: wasm todo page rename
7e0ba08 - fix: jsglue version missmatch
c3d8357 - fix: jsglue version
08bce6a - fix: jsglue version
8ae730e
Documentation
- docs: polish landing page
5f2c36c - docs: footer zx -> ziex
0a22eaa - docs: update examples
96d876e - docs: added more feature icon
da9b9d7 - docs: add left side on mobile
d233798 - docs: improve project tree
64ad61f - docs: test home page example
3eb185e - docs: make social link in one peal
f71d29e - docs: add perf benchmark design
ca92231 - docs: improve accessibility
fa9e128 - docs: add file upload example
8598df6 - docs: theme variant
5d4ea2f
Miscellaneous
- test: add zx upgrade test (#41)
fbf2874 - test: fix zx upgrade (#42)
e495432 - refactor(ast): use direct import of zx
33ec717 - wip(mdzx): add Markdown.zig initial structure
9913563 - chore: ZX --> Ziex rename phase one
fba9953 - chore: update social links
d007aa7 - wip: auto jsglue injection, site->app, enable client by default
bae3bc2 - chore: bump version
f981dff - bench: update bench/client project
db7be2a - wip(bench): add next.js ssr benchmark
4a14df5 - bench: add leptos
9076221 - bench: consolidate ziex bench proj
b304fea - bench: add dockerized benchmark
b5aee28 - bench: run benchmark inside container
41521fb - bench: fix container assets
5a619a6 - bench: do not build bencher from scratch
191c850 - bench: add github.com/platformatic/ssr-performance-showdown
deddd83 - test: allow slower test for ubuntu gh action
3bf8dad - bench: use bash 3.2 plain array
d66da81 - ci: add bench gh action (#43)
23ff31c - ci(bench): speedup and caching
94cbf7a - ci: cache docker image (#44)
88ba109 - bench: add dioxus
5dbb449 - refactor: rename zx -> ziex phase 1 (#45)
b76faf5 - chore bump version
ba14883
Contributors
- @nurulhudaapon