Skip to content

0.2.2

Compare
Choose a tag to compare
@elizarov elizarov released this 09 Oct 11:41
· 28 commits to main since this release
  • Warn on markdown reference case conflicts (#20).
  • Support consistent function disambiguation using name() syntax and additional _name prefix for names with
    the lowercase first letters. This way, you can refer to CoroutineScope class, CoroutineScope() function,
    and _coroutineScope function from the same file without ambiguities.