Skip to content

chore: version packages#18

Merged
lxcid merged 1 commit intomainfrom
changeset-release/main
Feb 12, 2026
Merged

chore: version packages#18
lxcid merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@taskade/temporal-parser@1.2.1

Patch Changes

  • 3f20258: Add support for ISO 8601 basic format and bare hours in parseTimeString()

    New formats supported:

    1. ISO 8601 basic format (compact, no colons):
      • "1430" → 14:30
      • "143045" → 14:30:45
      • "143045.123" → 14:30:45.123
    2. Bare hours (defaults to :00 minutes):
      • "7" → 7:00
      • "7 AM" → 7:00 AM
      • "23" → 23:00

    The parser intelligently detects the format based on digit count and presence of colons, maintaining full backward compatibility with existing formats.

@lxcid lxcid merged commit 6161ec3 into main Feb 12, 2026
@lxcid lxcid deleted the changeset-release/main branch February 12, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant