Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 16:40
· 2 commits to main since this release
b388f11

Minor Changes

  • e2b6e24: Add parseTimeString function for parsing standalone time strings in multiple formats (12h/24h, AM/PM, locale variations). Returns TimeAst compatible with Temporal.PlainTime. Handles common LLM-generated time formats like "09:00" alongside locale formats like "9:07 AM". Features LLM-friendly error messages with examples and suggestions.