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

Changed links from an object to an array #25

Commits on Jun 15, 2016

  1. Changed links from an object to an array

    Links is no longer an object with links expressed either as string or
    as arrays of strings. Instead, links is an array, with each link
    being represented by a single object. This object is a tuple of type
    and target (an enumerated value and a UUID string, respectively).
    
    Updated all mentions of links in the repository, including use cases
    and their graphical representations.
    d-stahl-ericsson committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    eccc216 View commit details
    Browse the repository at this point in the history