File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 5.0.15 (2018-01-28)
2+ [Compare `@uirouter/core` versions 5.0.14 and 5.0.15](https://github.com/ui-router/core/compare/5.0.14...5.0.15)
3+
4+ ### Bug Fixes
5+
6+ * **core:** Fix memory leak of resolve data from ALL transitions ever ([7f2aed1](https://github.com/ui-router/core/commit/7f2aed1))
7+ * **pathNode:** add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. ([4833a32](https://github.com/ui-router/core/commit/4833a32))
8+
9+
10+ ### Features
11+
12+ * **common:** Add map-in-place support to map() ([12bc7d8](https://github.com/ui-router/core/commit/12bc7d8))
13+ * **common:** Add onEvict() callback registry for queues with max length ([c19d007](https://github.com/ui-router/core/commit/c19d007))
14+
15+
16+
17+
118## 5.0.14 (2018-01-10)
219[Compare `@uirouter/core` versions 5.0.13 and 5.0.14](https://github.com/ui-router/core/compare/5.0.13...5.0.14)
320
Original file line number Diff line number Diff line change 11{
22 "name" : " @uirouter/core" ,
33 "description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4- "version" : " 5.0.14 " ,
4+ "version" : " 5.0.15 " ,
55 "scripts" : {
66 "clean" : " shx rm -rf lib lib-esm _bundles" ,
77 "compile" : " npm run clean && tsc && tsc -m es6 --outDir lib-esm" ,
You can’t perform that action at this time.
0 commit comments