Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 13:38
d29a7d1
  • Fixed potential misinterpretation of fractions in hex numbers (#128)
  • Fixed usage of capital X or B for hex or binary representations
  • Fixed bug in JSON representation using trailing comma
  • Fixed arithmetic overflow detection for number edge cases (#125) by @josefblaha
  • Improved GC allocations (#81)
  • Added wrapping of Task in Future (#64)
  • Added octal representation (e.g., 0o123) for numbers
  • Added insertion points (_) to function calls (#129)
  • Added JSX syntax (#120)
  • Added default jsx and html function (#120)
  • Added events to Engine to handle uncaught errors (#121)
  • Added object metadata retrievable via type (#49)
  • Added a randi function to generate random integers (#124) by @GhostVaibhav