Skip to content

1.1.0: Performance improvements

Compare
Choose a tag to compare
@thekid thekid released this 11 Feb 12:47
· 92 commits to main since this release
  • Merged PR #14: Declare Test, After and Before annotations in order
    to prevent repeated class loading queries, increasing performance
    (@thekid)
  • Added type-hints to Expect annotation so that incorrect usage surfaces
    early along instead of causing confusing errors somewhere downstream
    (@thekid)