-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Updated to support keyed attributes #1076
Merged
Merged
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ae23594 - Browse repository at this point
Copy the full SHA ae23594View commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7bd7305 - Browse repository at this point
Copy the full SHA 7bd7305View commit details -
Switched to HashMap for added performance. Fixed issue if their isn't…
… a key on the nodes to not process the list. Issue yewstack#479
Configuration menu - View commit details
-
Copy full SHA for 66be935 - Browse repository at this point
Copy the full SHA 66be935View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bd4af - Browse repository at this point
Copy the full SHA b9bd4afView commit details -
Deleted the node since we don't need it.
Switched to using remove instead of get_mut() to make it so we don't need to do a full scan. Issue yewstack#479
Configuration menu - View commit details
-
Copy full SHA for ca2f74e - Browse repository at this point
Copy the full SHA ca2f74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab1aab - Browse repository at this point
Copy the full SHA 5ab1aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73fc779 - Browse repository at this point
Copy the full SHA 73fc779View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cafbb - Browse repository at this point
Copy the full SHA c8cafbbView commit details
Commits on Apr 5, 2020
-
Updated the code to handle cases where the root has a key.
Nodes with keys are in a hashmap and nodes without are in vector. Added an error if duplicate keys are in the hashmap and outputs the duplicate key. Issue yewstack#479
Configuration menu - View commit details
-
Copy full SHA for c9b528c - Browse repository at this point
Copy the full SHA c9b528cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 394141d - Browse repository at this point
Copy the full SHA 394141dView commit details
Commits on Apr 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0eea074 - Browse repository at this point
Copy the full SHA 0eea074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7322678 - Browse repository at this point
Copy the full SHA 7322678View commit details -
Configuration menu - View commit details
-
Copy full SHA for e444b3a - Browse repository at this point
Copy the full SHA e444b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c09fbad - Browse repository at this point
Copy the full SHA c09fbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cc1ce - Browse repository at this point
Copy the full SHA 78cc1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 116a09f - Browse repository at this point
Copy the full SHA 116a09fView commit details -
Switched to returning a reference for the key.
Removed the key comparision for vtag.
Configuration menu - View commit details
-
Copy full SHA for d703ace - Browse repository at this point
Copy the full SHA d703aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad0631 - Browse repository at this point
Copy the full SHA 2ad0631View commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 11b74a7 - Browse repository at this point
Copy the full SHA 11b74a7View commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 818446a - Browse repository at this point
Copy the full SHA 818446aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.