Skip to content

v0.21.3

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 19:44
· 1192 commits to master since this release

Breaking Changes

  • The bug fix to correct #1585 may change the case of created file names. Files are now created with the same case as your exported member names. This could cause broken links for external links to doc pages. See #1633 for more details.

Bug Fixes

  • Improve detection for "property methods" to convert as methods (98331b5), closes #1624
  • Two members differing only by case produced broken links (f909281), closes #1585
  • Resolve some memory leaks (9be9e36)

API Breaking Changes

  • Options may not be set once conversion starts. Enables a small perf improvement. (f3294cd)

Thanks!

  • Andrew Bradley