Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 17:18
· 58 commits to main since this release

⚠️ Breaking Changes:

  • The query function now does an APL query, if you want to keep using the non-apl query function, you can use queryLegacy. If you're using queryApl in your codebase, rename those calls to query to fix any errors.
    queryLegacy will go away in the future.