Skip to content

v1.0.0

Compare
Choose a tag to compare
@openui5bot openui5bot released this 10 Jan 06:54

Breaking Changes

  • index.js export: Remove top-level access to adapters f1f7831

Dependency Updates

BREAKING CHANGE

Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via the top-level export of index.js (example: require("@ui5/project").FileSystem). This is no longer possible. Adapters are now grouped in the top-level object "adapters" and can be accessed from there (example: require("@ui5/project").adapters.FileSystem).

All changes

v0.2.0...v1.0.0