Skip to content

Keep lexigraphic sort ordering for this.stores#265

Open
indexzero wants to merge 2 commits into
masterfrom
gh-200
Open

Keep lexigraphic sort ordering for this.stores#265
indexzero wants to merge 2 commits into
masterfrom
gh-200

Conversation

@indexzero
Copy link
Copy Markdown
Owner

Supersedes #200

ernoaapa and others added 2 commits August 16, 2017 00:02
Previously, when store were updated with `Provider.use()` function
it were moved as last in configuration hierarchy. This caused
that usually some other configuration were overriding updated
configurations and the updates never get applied.
Updated `use()` function to not remove/add the store, but just
re-define it so the store key keep the same position in the
`this.stores` variable.
@mhamann mhamann added this to the v1.0.0 milestone Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment