Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 20 May 23:43
· 24 commits to main since this release
4b2ea39

Major Changes

  • Make the passed orderBy argument a function that can be $called. #25 e84281c @fehnomenal

    To migrate:

    - .orderBy(orderBy)
    + .$call(orderBy)

Patch Changes