Skip to content

groqd@1.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 22:11
· 35 commits to main since this release
78394d4

Minor Changes

  • Feature: added count method (#354)

    Feature: added coalesce method

Patch Changes

  • Fix: always require [] when projecting arrays. (#358)

    • Prevents issues with chaining .deref() and .field()
    • Makes code clearer
    • Reduces noise in auto-complete suggestions