-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: ui-router/core
base: 5.0.14
head repository: ui-router/core
compare: 5.0.16
- 20 commits
- 41 files changed
- 4 contributors
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 12bc7d8 - Browse repository at this point
Copy the full SHA 12bc7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95b0ca - Browse repository at this point
Copy the full SHA b95b0caView commit details
Commits on Jan 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c19d007 - Browse repository at this point
Copy the full SHA c19d007View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaff405 - Browse repository at this point
Copy the full SHA eaff405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc0924 - Browse repository at this point
Copy the full SHA 9bc0924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2709cbe - Browse repository at this point
Copy the full SHA 2709cbeView commit details
Commits on Jan 21, 2018
-
fix(core): Fix memory leak of resolve data from ALL transitions ever
The treeChanges object has references to the PathNodes from the previous transition (`.treeChanges("from")`). The PathNode object has resolve data inside it. The previous transition is reachable via a resolve (via tokens: `"$transition$"` or `Transition`). Through this chain, all other transitions are reachable and not eligible for GC. This change cleans out the previous Transition object from the resolves, but only after a transition has been evicted from the `successfulTransitions` queue. The `successfulTransitions` queue currently has a max size of 1, so the transition is cleaned up once it is no longer the current nor previous transition (it is cleaned when it's the previous previous transition); Fixes #55 Fixes angular-ui/ui-router#3603 Fixes ui-router/angular#21
4Configuration menu - View commit details
-
Copy full SHA for 7f2aed1 - Browse repository at this point
Copy the full SHA 7f2aed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9d0f9 - Browse repository at this point
Copy the full SHA ab9d0f9View commit details
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8172697 - Browse repository at this point
Copy the full SHA 8172697View commit details
Commits on Jan 26, 2018
-
Merge pull request #114 from ui-router/greenkeeper/rollup-plugin-ugli…
…fy-3.0.0 Update rollup-plugin-uglify to the latest version 🚀
Configuration menu - View commit details
-
Copy full SHA for b1b26ff - Browse repository at this point
Copy the full SHA b1b26ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fea758 - Browse repository at this point
Copy the full SHA 4fea758View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe06ce8 - Browse repository at this point
Copy the full SHA fe06ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb36c71 - Browse repository at this point
Copy the full SHA bb36c71View commit details
Commits on Jan 27, 2018
-
Revert "refactor(treeChanges): Simplify variables when calculating tr…
…ee changes" This reverts commit f65cfb3 Also adds retainedWithToParams
Configuration menu - View commit details
-
Copy full SHA for 632ed4f - Browse repository at this point
Copy the full SHA 632ed4fView commit details
Commits on Jan 28, 2018
-
fix(pathNode): add backwards compat for PathNode.clone(). Add retaine…
…dWithToParams to treeChanges interface.
Configuration menu - View commit details
-
Copy full SHA for 4833a32 - Browse repository at this point
Copy the full SHA 4833a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5baeed4 - Browse repository at this point
Copy the full SHA 5baeed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce7aed - Browse repository at this point
Copy the full SHA 5ce7aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a78f47 - Browse repository at this point
Copy the full SHA 5a78f47View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 61d0afc - Browse repository at this point
Copy the full SHA 61d0afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0c3e3 - Browse repository at this point
Copy the full SHA df0c3e3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.0.14...5.0.16