Skip to content

v0.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 21:34
d315d8a

Release created on: 15.04.2023 - 21:34:29

This release reverts changes made to symbols and names in earlier releases. Both features were merged some versions ago, but as shown in #70, a symbol (semantic) can have multiple name styles (syntax).

Changes

  • Reworked Symbol classes to be a separate class structure. (Formerly derived from Name classes).
  • Derived AllName from SelectedName.
  • Updated testcases according to the changes in symbols and names.
  • Reworked some more .format(...) calls to f-strings.
  • Bumped dependencies.

Related Issues: