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

[BREAKING] index.js export: Remove top-level access to adapters #69

Merged
merged 1 commit into from Jan 9, 2019

Conversation

RandomByte
Copy link
Member

@RandomByte RandomByte commented Jan 9, 2019

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

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).
@RandomByte RandomByte requested a review from matz3 January 9, 2019 20:52
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.239% when pulling ea65dbf on refactor-index into 0f85b25 on master.

@RandomByte RandomByte merged commit f1f7831 into master Jan 9, 2019
@RandomByte RandomByte deleted the refactor-index branch January 9, 2019 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants