Releases: hamedniroomand/waverune
Releases · hamedniroomand/waverune
Release list
v0.3.1
Install from npm with npm install -g waverune (Node.js 22+), or with one command and no runtime: curl -fsSL https://raw.githubusercontent.com/hamedniroomand/waverune/main/install.sh | bash (macOS, Linux) or irm https://raw.githubusercontent.com/hamedniroomand/waverune/main/install.ps1 | iex (Windows). The archives below hold standalone executables that embed the Bun runtime.
What's Changed
- feat(demo): add themes and split app.tsx into components by @hamedniroomand in #4
- chore(lint): enable pedantic rules and react plugins by @hamedniroomand in #5
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Install from npm with npm install -g waverune (Node.js 22+). The binaries below embed the Bun runtime and need no Node or Bun installation.
What's Changed
- refactor: split modules by duty and rewrite comments in simplified technical english by @hamedniroomand in #2
New Contributors
- @hamedniroomand made their first contribution in #2
Full Changelog: https://github.com/hamedniroomand/waverune/commits/v0.3.0