Skip to content

v0.2.23

Choose a tag to compare

@bradleygolden bradleygolden released this 21 Feb 17:02
· 4 commits to main since this release

Fixed

  • BAML streaming sanitize_partial_strings/1 no longer crashes with Protocol.UndefinedError when the output schema parses into a struct (e.g., PuckCoder.Actions.Shell). Structs match the is_map guard but don't implement Enumerable, so Map.new/2 would raise. Added a struct-specific clause that passes through unchanged.