Skip to content

v0.6.0

Compare
Choose a tag to compare
@hermannm hermannm released this 06 Jun 14:45
· 131 commits to main since this release
v0.6.0
0b43c88
  • Change the getLogger {} function using a lambda parameter to a zero-argument getLogger() function
  • Mark the buildLog lambda parameter on logger methods as crossinline
    • This prevents users from accidentally doing a non-local return inside the lambda, which would drop the log
  • Improve documentation