·
5 commits
to main
since this release
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'
nameprop and symbol constructors'nameparameter 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.