Skip to content

1.3.0

Choose a tag to compare

@james-pre james-pre released this 16 Apr 04:26
· 14 commits to main since this release
v1.3.0
1b4564f

This release adds the warnOnce utility function which will emit a warning only one time (i.e. warnOnce("hi");warnOnce("hi"); will only emit the warning hi once).