Skip to content

Commit 7b021dc

Browse files
committed
📦 v3.8.0
__Major Changes:__ - ⚠️ It is recommended to set `decodeQueryParamsOnce` to `true`, fixing #78, pr #92, thanks to @michaelcbrook - ⚠️ By default use `{decodeQueryParamsOnce : true}` in tests - ⚠️ Deprecated `staringatlights:inject-data`, in favor of `communitypackages:inject-data` - ⚠️ Deprecated `staringatlights:fast-render`, in favor of `communitypackages:fast-render` __Changes:__ - 👷‍♂️ Merged #92, thanks to @michaelcbrook and @Pitchlyapp, fix #78 - 👨‍💻 Fix #93, thanks to @drone1 - 🤝 Support and compatibility with `communitypackages:inject-data` - 🤝 Support and compatibility with `communitypackages:fast-render` - 🤝 Compatibility with `[email protected]` __Other changes:__ - 📔 Overall documentation update and minor refinement - 👨‍🔬 Update test-suite to cover #93 - 🧹 Overall codebase cleanup - 👷‍♂️ Removed unnecessary "monkey patching" around `Blaze.remove()`, thanks to @jankapunkt - 🔗 Related: meteor/blaze#372 - 🔗 Related: meteor/blaze#375 __Dependencies:__ - 📦 `[email protected]`, *was `v6.5.2`*
1 parent d405c88 commit 7b021dc

File tree

3 files changed

+86
-51
lines changed

3 files changed

+86
-51
lines changed

.npm/package/npm-shrinkwrap.json

Lines changed: 40 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.versions

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
accounts-base@1.6.0
2-
3-
babel-compiler@7.5.3
4-
1+
accounts-base@2.2.3
2+
3+
babel-compiler@7.9.0
4+
55
66
7-
8-
callback-hook@1.3.0
7+
8+
callback-hook@1.4.0
99
10-
10+
communitypackages:[email protected]
11+
communitypackages:[email protected]
12+
communitypackages:[email protected]
1113
12-
ddp-client@2.3.3
14+
ddp-client@2.5.0
1315
14-
ddp-rate-limiter@1.0.7
15-
ddp-server@2.3.1
16+
ddp-rate-limiter@1.1.0
17+
ddp-server@2.5.0
1618
17-
dynamic-import@0.5.2
18-
ecmascript@0.14.3
19-
ecmascript-runtime@0.7.0
20-
ecmascript-runtime-client@0.10.0
21-
ecmascript-runtime-server@0.9.0
22-
19+
dynamic-import@0.7.2
20+
ecmascript@0.16.2
21+
ecmascript-runtime@0.8.0
22+
ecmascript-runtime-client@0.12.1
23+
ecmascript-runtime-server@0.11.0
24+
2325
2426
2527
26-
28+
2729
28-
2930
30-
local-test:ostrio:flow-router-extra@3.7.5
31+
local-test:ostrio:flow-router-extra@3.8.0
3132
32-
33-
34-
meteorhacks:[email protected]
35-
36-
37-
38-
39-
40-
33+
34+
35+
36+
37+
38+
39+
40+
4141
42-
43-
42+
43+
44+
4445
45-
ostrio:flow-router-extra@3.7.5
46-
promise@0.11.2
46+
ostrio:flow-router-extra@3.8.0
47+
promise@0.12.0
4748
4849
50+
4951
5052
51-
53+
5254
53-
54-
55-
56-
57-
staringatlights:[email protected]
58-
staringatlights:[email protected]
59-
55+
56+
57+
58+
59+
6060
6161
62-
63-
webapp@1.9.1
64-
webapp-hashing@1.0.9
62+
63+
webapp@1.13.1
64+
webapp-hashing@1.1.0

package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'ostrio:flow-router-extra',
33
summary: 'Carefully extended flow-router with waitOn and template context',
4-
version: '3.7.5',
4+
version: '3.8.0',
55
git: 'https://github.com/VeliovGroup/flow-router'
66
});
77

@@ -15,7 +15,7 @@ Package.onUse((api) => {
1515
});
1616

1717
Package.onTest((api) => {
18-
api.use(['ecmascript', 'tinytest', 'underscore', 'check', 'mongo', 'http', 'random', 'staringatlights:fast-render@3.2.0', 'staringatlights:[email protected].0', 'lamhieu:meteorx@2.1.1', 'ostrio:flow-router-extra'], ['client', 'server']);
18+
api.use(['ecmascript', 'tinytest', 'underscore', 'check', 'mongo', 'http', 'random', 'communitypackages:fast-render@4.0.6', 'communitypackages:[email protected].1', 'montiapm:meteorx@2.2.0', 'ostrio:flow-router-extra'], ['client', 'server']);
1919
api.use(['reactive-var', 'tracker'], 'client');
2020

2121
api.addFiles('test/common/fast_render_route.js', ['client', 'server']);
@@ -43,5 +43,5 @@ Package.onTest((api) => {
4343

4444
Npm.depends({
4545
page: '1.9.0',
46-
qs: '6.5.2'
46+
qs: '6.10.3'
4747
});

0 commit comments

Comments
 (0)