Skip to content

v0.44.0

Compare
Choose a tag to compare
@jcollins-g jcollins-g released this 24 May 19:56
3057136
  • BREAKING CHANGE: Add support for generic metadata rendering in
    typedefs. (#2649, #2654). This changes how typedefs are rendered
    so that they all appear as new generic typedefs. This means
    that typedefs can no longer share the _callable templates
    and have their own implementations.
  • Add query strings to static assets to ensure they refresh in
    browsers on changes. (#2646)
  • Change the comment reference unparser to use analyzer AST tokens
    instead of file access. (#2642)