5 Commits

Author SHA1 Message Date
Nurul Huda (Apon)
25c3630547
refactor(migration): Zig 0.16.0 (#116)
Few regressions bugs are there but merging to main to continue development on main and will make release only after all known bugs related to Zig 0.16.0 has been fixed.

- [x] Upstream http.zig - Core web server and routing - [PR](https://github.com/karlseguin/http.zig/pull/191)
- [x] Upstream zli - CLI Parser - remove dependancies and use [proposed std.cli](4b4d625ca9/lib/std/cli.zig)
- [x] Upstream zig-tree-sitter - [PR](https://github.com/tree-sitter/zig-tree-sitter/pull/40)
- [x] Core Ziex Language
- [x] Core Ziex app
- [x] Core Ziex CLI
- [x] Ziex Dev Server (zx dev)
- [x] LSP
- [x] Playground
    - [x] Upgrade to Zig 0.16.0
    - [x] Fix WASM Regression
- [ ] Fix regressions
    - [ ] Runtime: File Form
    - [x] CLI: Export
    - [x] CLI: Bundle
    - [ ] Runtime: Websocket
    - [ ] DevServer: Error Overlay
    - [x] WASI Build
2026-05-29 09:22:04 +06:00
Nurul Huda (Apon)
26f8b93475
refactor: camel to snake for generated events 2026-04-19 11:03:55 +06:00
Nurul Huda (Apon)
ff24de0290
feat(csr): client event type generation 2026-04-18 23:39:41 +06:00
Satheeshkumar
9c91733ebd
feat: improve the style definition (#94) 2026-03-30 15:30:35 +06:00
Satheeshkumar
4546b41b7e
feat(style): zx.Style - add algebraic CSS calc expressions and refactor codegen into structured generator helpers. (#91) 2026-03-25 16:32:01 +06:00