File tree 2 files changed +18
-1
lines changed
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
+
1
18
## 5.0.14 (2018-01-10)
2
19
[Compare `@uirouter/core` versions 5.0.13 and 5.0.14](https://github.com/ui-router/core/compare/5.0.13...5.0.14)
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/core" ,
3
3
"description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4
- "version" : " 5.0.14 " ,
4
+ "version" : " 5.0.15 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _bundles" ,
7
7
"compile" : " npm run clean && tsc && tsc -m es6 --outDir lib-esm" ,
You can’t perform that action at this time.
0 commit comments