Skip to content

0.66.0

Compare
Choose a tag to compare
@aaronvg aaronvg released this 04 Nov 22:47
· 31 commits to canary since this release
bf2b428

0.66.0 - 2024-11-04

Features

  • BAML_LOG supports JSON mode (#1137) - (f140767) - aaronvg
  • Block-level constraints (#1124) - (e931acb) - Greg Hale
  • Parser improvement! Streaming arrays is much more stable and parsing file paths improved (#1134) - (56570f0) - hellovai

Documentation

  • Improvements to Reference Documentation (#1125) - (12c8fa7) - hellovai
  • README.md: typo/readability fixes (#1092) - (cb67e31) - Prathamesh Pawar
  • README.md: Correct Promptfiddle link (#1108) - (b296c4c) - Sagar Sharma
  • Fix broken links (#1133) - (e0bfc94) - aaronvg

Bug-fix

  • Improve syntax highlighting for template strings (#1130) - (54de4b6) - hellovai
  • Improved static analysis for literals in jinja (#1132) - (b8a221f) - Greg Hale
  • Adds missing imports to the sync_client template (#1131) - (823f74c) - Jesus Lizama
  • Add Checked in baml client typescript (#1135) - (ad759cd) - Greg Hale
  • Produce syntax error when user misses return type on functions (#1129) - (034d6eb) - hellovai