Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 01:19
· 2 commits to main since this release
2ac321d

What's Changed

  • feat(stdrot): cryptographically safe gamba() RNG (#215) by @leo-aa88 in #279
  • feat(gang): support arrays of struct/union values and pointers by @leo-aa88 in #287
  • brainray: add rl_draw_text_int and rl_measure_text_int by @leo-aa88 in #292
  • brainray: add rl_draw_texture_rec by @leo-aa88 in #293
  • fix: check call arguments against parameters in source order by @leo-aa88 in #294
  • fix: implement logical NOT, which the lexer had been discarding by @leo-aa88 in #296
  • test: cover yap and both sides of !p for logical NOT by @leo-aa88 in #298
  • fix: convert rather than reinterpret when reading a float as an integer by @leo-aa88 in #299
  • brainray: add audio -- music streams and one-shot sounds by @leo-aa88 in #302
  • fix: a user-defined function call must run exactly once by @leo-aa88 in #303
  • docs: require tests that prove every behavior-changing PR by @leo-aa88 in #305
  • docs: test the broken contract at the lowest reachable layer by @leo-aa88 in #306
  • Phase 5 Road B: by-value struct ABI + generated raylib binding (#208) by @leo-aa88 in #307

Full Changelog: v0.1.8...v0.2.0