Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.29.0 #79

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

v0.29.0 #79

wants to merge 19 commits into from

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Jun 8, 2024

New Features

  • Added resolution of record element subtypes in packages.
  • New RecordElementSymbol.

Changes

  • Bumped dependencies.
  • Added Nullable if a parameter has a default value of None.
    Older versions implicitly inferred nullable/optional, but new version if mypy request it explicitly.
  • Changed many properties from @property to @readonly.
  • Added and improved usage of parent parameter to be forwarded down to ModelEntity.

Bug Fixes

Documentation

  • Enhanced layout by CSS overrides.
  • Added doc-strings to many methods.
  • Described algorithms of:
    • AddDocument
    • IterateDesignUnits
    • IndexDeclaredItems
    • Analyze
    • AnalyzeDependencies
    • AnalyzeObjects
    • CreateDependencyGraph
    • CreateCompileOrderGraph
    • LinkArchitectures
    • LinkPackageBodies
    • IndexPackages
    • IndexPackageBodies
    • IndexEntities
    • IndexArchitectures
    • CreateHierarchyGraph
    • IterateDocumentsInCompileOrder

Related PRs:

@Paebbels Paebbels self-assigned this Jun 8, 2024
@Paebbels Paebbels added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
2 participants