Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 11:25
2297926

Minor Changes

  • 002e3b4: Improved key generation for helper functions withCache & cachedCall - they now prefix the helper name to the key to avoid cache clashes with anonymous functions between helpers. They will still clash within the same helper - use an explicit key if you wish to avoid this.