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

Add support for textual expressions in attribute mappings #56

Merged
merged 2 commits into from
May 30, 2024

Commits on May 22, 2024

  1. Add support for textual expressions in attribute mappings

    - Allow specifying expressions in attribute mappings as string
    - Validate reference expressions '{{expression}}'
    - Provide suggestions for reference expressions
    - Allow attribute mappings to have 0 to n sources (previously 1)
    
    Minor:
    - Guard return value in selection data service for undefined references
    martin-fleck-at committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4174776 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. PR Feedback

    - Improve handling of auto-completion to allow partial match
    - Avoid opening error markers in mapping diagram
    martin-fleck-at committed May 27, 2024
    Configuration menu
    Copy the full SHA
    83e9f60 View commit details
    Browse the repository at this point in the history