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

Remove array, object, and storage mixins and helpers/utils #374

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fsmanuel
Copy link
Member

If you used the following imports:

import ArrayMixin from 'ember-local-storage/mixins/array';
import ObjectMixin from 'ember-local-storage/mixins/object';

please open an issue so we can discuss how to solve the breaking change.

If you used the following imports:

import StorageMixin from 'ember-local-storage/mixins/storage'

you can change the import to

import StorageProxyMixin from 'ember-local-storage/-private/legacy-mixins/storage';

but this is not guaranteed to stay there in the future so also please open an issue so we can discuss how to solve the breaking change.

If you used the following imports:

import StorageMixin from 'ember-local-storage/helpers/utils'

you can change the import to

import StorageProxyMixin from 'ember-local-storage/-private/legacy-utils';

but this is not guaranteed to stay there in the future so also please open an issue so we can discuss how to solve the breaking change.

@fsmanuel fsmanuel force-pushed the native-classes branch 2 times, most recently from dfa9712 to 3a5e879 Compare February 6, 2024 19:06
Base automatically changed from native-classes to master February 6, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant