-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUGFIX BETA] Added system/store/container-instance-cache
to the -private export
#5002
Conversation
a9d5014
to
27af46b
Compare
@workmanw can you add a test, so we can be sure to not regress? |
27af46b
to
8d3f4aa
Compare
@stefanpenner Added. There wasn't really presidence for this, and short of writing some tests that touch the interface of this, I didn't know what more to test than I also added two more tests for |
@workmanw awesome thanks. One last request, if you can leave a comment as to who is depending on this private API. It wont be a mystery for future travelers. |
@stefanpenner Good idea. Would you prefer to see it in the |
file |
…rivate export file
8d3f4aa
to
96a9208
Compare
👍 Done. Thank you. |
Thanks @workmanw. |
Thanks @bmac! Any chance I could talk you into cherry-picking this into the |
@workmanw I just published v2.14.0-beta.3. |
@bmac Thank you!!! |
I'm sure adding more things to the
-private
export is 😢 . Unfortunately we need access to this class in ember-data-model-fragments. There was previously a discussion about alternative approaches, but we settled on monkey patching this class (adopted-ember-addons/ember-data-model-fragments#224).