Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@cschuff cschuff released this 10 Jun 19:48
· 21 commits to master since this release

Features

  • adds cli option 'origin' that allows to install schemas from a local SDK download or from a custom remote url (#9)
    $ npx ui5-schemas --origin '/Users/cschuff/Downloads/sapui5-sdk-1.65.1'
    $ npx ui5-schemas --origin 'https://my.abap.system/sap/public/bc/ui5_ui5'

Fixes

  • stores openui5nightly downloads within openui5 schema storage dir

Commits

  • lint fixes 43b5717
  • updates docs 721e95c
  • removes changelog 70c6b1f
  • preparation to fix #4 cf80a45
  • adds cli option 'origin'
  • Introduces simplified Options object that maintains and enriches cli options and sdk metadata
  • stores openui5nightly downloads within openui5 schema storage dir bb18a4e

v0.4.2...v0.5.0