• v0.1.3 6a2e4a7ac1

    Lux v0.1.3 Stable

    blu released this 2026-02-18 23:12:12 -05:00 | 45 commits to master since this release

    Lux v0.1.3

    Changes

    • chore: bump version to 0.1.3
    • feat: add record spread syntax { ...base, field: val }
    • feat: add Math.sin, Math.cos, Math.atan2 trig functions
    • fix: JS const _ duplication and hardcoded version string
    • feat: add ++ concat operator and auto-invoke main

    Installation

    curl -Lo lux https://git.qrty.ink/blu/lux/releases/download/v0.1.3/lux-linux-x86_64
    chmod +x lux
    ./lux --version
    
    Downloads