Ui5 Schemas Versions Save

:rocket: UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).

v0.5.0

4 years ago

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 https://github.com/ui5experts/ui5-schemas/issues/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

https://github.com/ui5experts/ui5-schemas/compare/v0.4.2...v0.5.0

v0.4.0

4 years ago

Features

  • Now supports openui5nightly in options.sdk

Bug Fixes

Dependencies

  • various dependency updates
  • now requires a minimum node.js version >=8.10.0

Commits

  • docs 915f9d3
  • docs a000101
  • docs 5a0132d
  • docs 3761ccd
  • updates node.js to > 8.10.0 6d3181a
  • lint fixes 11fc405
  • adds support for openui5nighlty c4c9a8f
  • fixes https://github.com/ui5experts/ui5-schemas/issues/17
  • fixes https://github.com/ui5experts/ui5-schemas/issues/18 8649990
  • Merge pull request #24 from ui5experts/dependabot/npm_and_yarn/eslint-plugin-import-2.17.3 7de9e27
  • Bump eslint-plugin-import from 2.17.2 to 2.17.3 9d515e4
  • lint fixes fixes yargs usage 1325427
  • switch to ssh url 9f81204
  • dependency updates adds np 1b0fb3c
  • Merge pull request #23 from ui5experts/dependabot/npm_and_yarn/yargs-13.2.4 07897ad
  • Merge pull request #21 from ui5experts/dependabot/npm_and_yarn/request-2.88.0 28c5a0b
  • Merge branch 'master' into dependabot/npm_and_yarn/request-2.88.0 bc3bfbb
  • Merge branch 'master' into dependabot/npm_and_yarn/yargs-13.2.4 90aefa0
  • Merge pull request #19 from ui5experts/dependabot/npm_and_yarn/fs-extra-8.0.1 65495ef
  • Merge pull request #22 from ui5experts/dependabot/npm_and_yarn/eslint-plugin-import-2.17.2 afe6926
  • Merge pull request #20 from ui5experts/dependabot/npm_and_yarn/eslint-config-airbnb-base-12.1.0 cbeed2d
  • Bump yargs from 8.0.2 to 13.2.4 ed9ba85
  • Bump eslint-plugin-import from 2.8.0 to 2.17.2 85abac6
  • Bump request from 2.83.0 to 2.88.0 a61ba8c
  • Bump eslint-config-airbnb-base from 11.3.2 to 12.1.0 4404d57
  • Bump fs-extra from 4.0.2 to 8.0.1 6a33ad2
  • License 3bcc77b
  • stops cleaning directory (which cleaned the wrong path anyways) schema files will seamlessly override old files. ca2f9a6

https://github.com/ui5experts/ui5-schemas/compare/v0.3.1...v0.4.0

v0.3.0

6 years ago
  • removes option 'outputDir' in favor of app data directory. Advantage: files only stored once per sdk/version, files not stored in project anymore
  • limits sdk choices to either 'sapui5' or 'openui5'
  • updates dependencies