Skip to content

@alloy-js/python@0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Oct 03:02
· 5 commits to main since this release
36ab36a

Bug Fixes

  • #317 Add an extra line after the ClassDoc
  • #316 Add support for floats that end in .0
  • #282 <Unresolved symbol> include the refkey information for easier debugging

Features

  • #302 Create SingleTypeExpression, refactor FunctionDeclaration, split Enum implementations and split docs components into separate components
  • #284 Declaration components' name prop and symbol constructors' name parameter now allow namekeys. Namekeys are a special kind of refkey which
    takes a name and name options. For example, namekey("myVariable", { disableNamePolicy: true}) when passed to a declaration component would create a symbol named "myVariable", use the namekey as a refkey, and disable the name policy for that symbol.