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] manifestCreator: 'embeds' should list all components #575

Merged
merged 5 commits into from
Feb 26, 2021

Commits on Jan 27, 2021

  1. [FEATURE] manifestCreator: embeds field

    embeds field in created manifest.json now contains all nested
    manifests independent from the reverse field embeddedBy, which
    points from an embedded manifest to the library's manifest.
    tobiasso85 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    ac88f72 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Added test for smaller descriptor version

    Removed invalid code in sapui5 version section (#getUI5Version)
    
    Fixed version in sections: use a version string instead of Semver
    version object
    tobiasso85 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fed9475 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. remove async method signature for methods which do

    not require it
    tobiasso85 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d56dd1d View commit details
    Browse the repository at this point in the history
  2. remove async method signature for methods which do

    not require it
    tobiasso85 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    f7ae8bc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Added TODO for descriptorVersion parameter

    The descriptorVersion parameter is not public API, but it makes sense
    to make the parameter of type string and create a SemVer object inside.
    tobiasso85 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9cd1313 View commit details
    Browse the repository at this point in the history