Skip to content

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 04 May 16:46
49ecaa1

3.2.0 (2026-05-04)

Features

  • pass --quiet and --no-color flags through ez watch (#1606) (e35016e), closes #1573
  • stdlib: add base parameter to strconv.to_int/to_uint (#1603) (3fd62c8)
  • stdlib: add strconv module (#1603) (fbc995e)
  • stdlib: add strconv module for string/type conversions (#1603) (ae8a310)

Bug Fixes

  • cli: remove duplicate --no-color flag on watchCmd (1935e83)
  • parser: replace uppercase heuristic with struct name prescan (e72004b)
  • parser: suppress struct literal parsing on RHS of comparisons (0db8b88)
  • repo: enable blank issues in issue template config (3f8db8f)
  • stdlib: complete strconv module wiring (Makefile, fallible tables) (#1603) (20e7ee0)
  • typechecker: allow type names in size_of while rejecting bare builtin functions (b67ee7c)
  • typechecker: enforce private access, reject nonexistent struct functions, catch struct type mismatches (#1599) (4151ca7)
  • typechecker: reject bare builtin names used as values (3e48888)
  • typechecker: suppress false W1002 warnings for sub-file imports (5df0121)