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

fix: mermaid complex types #119

Merged
merged 5 commits into from
Jul 17, 2024
Merged

Commits on Jul 12, 2024

  1. fix: match outermost parent type with deeper nested types

    Simplifying the regex expression.
    
    Previously from `a<b<c d, e f>>` it would ignore `a` and capture `b`, `c d` and `, e f`.
    Now it captures `a` and `b<c d, e f>`, which is disregarded as far as
    I can see.
    cobac committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3b9d1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d005d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d2891 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Revert "Revert "fix: match outermost parent type with deeper nested t…

    …ypes""
    
    This reverts commit 78d2891.
    cobac committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e718790 View commit details
    Browse the repository at this point in the history
  2. chore: formatting

    cobac committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    958a37e View commit details
    Browse the repository at this point in the history