Skip to content

Latest commit

 

History

History
129 lines (66 loc) · 6.95 KB

CHANGELOG.md

File metadata and controls

129 lines (66 loc) · 6.95 KB

0.13.1 (2024-04-18)

Bug Fixes

0.13.0 (2024-04-06)

Features

  • implement chapters 14-25 🇦🇺 🦘 (#168) (7a8d0b9)

0.12.6 (2024-02-24)

Bug Fixes

  • more complete handling of * and / combinations for currency (#63) (60f0cf6), closes #49

0.12.5 (2024-02-24)

Bug Fixes

  • make a separate index.js with a shebang to run as global binary (#61) (22af571), closes #50

0.12.4 (2024-02-24)

Bug Fixes

  • clock returns seconds, not milliseconds (#62) (bd257e6), closes #51

0.12.3 (2024-02-04)

Bug Fixes

  • REPL should not crash on runtime errors (#47) (43dd522), closes #45

0.12.2 (2024-02-03)

Bug Fixes

0.12.1 (2024-02-03)

Bug Fixes

0.12.0 (2024-02-02)

Features

Performance Improvements

0.11.0 (2024-01-27)

Features

0.10.0 (2024-01-24)

Features

  • Support euros (€) and operations/printing on currencies (#23) (2805056)

0.9.0 (2024-01-23)

Features

  • Implement Chapter 11 (Resolving and Binding) (#22) (e93c0b3)

0.8.0 (2024-01-20)

Features

0.7.0 (2024-01-19)

Features

  • Implement Chapter 9 (Control Flow) (#20) (a03ba95)

0.6.0 (2024-01-19)

Features

  • Add expression evaluation back to REPL (#18) (c4279f6)

0.5.0 (2024-01-16)

Features

0.4.0 (2024-01-14)

Features

0.3.0 (2024-01-12)

Features

0.2.0 (2024-01-11)

Features

  • Implement Chapter 6, Parsing Expressions (#8) (e0e164c)

0.1.0 (2024-01-09)

Bug Fixes

  • More scanner tests and parse !=<> correctly (#5) (9b64ba6)

Features