Skip to content

Commit 43828b3

Browse files
committed
πŸ“¦ v3.12.0
- 🐞 Fixed #120 and #118 β€” template's data context, thanks to @aboire - ✨ `data` and `onNoData` hooks are now __async__ - πŸ‘·β€β™‚οΈ CI GitHub Action Workflow running tests when pushed to `master` thanks to @jankapunkt - πŸ“” Updated and refactored docs with better examples - 🀝 Better compatibility with `meteor@3` and other modern packages - πŸ€“ Improved TypeScript support
1 parent 90f1723 commit 43828b3

4 files changed

Lines changed: 1277 additions & 36 deletions

File tree

β€Ž.npm/package/npm-shrinkwrap.jsonβ€Ž

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

β€Ž.versionsβ€Ž

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
allow-deny@2.0.0
2-
babel-compiler@7.11.2
1+
allow-deny@2.1.0
2+
babel-compiler@7.11.3
33
babel-runtime@1.5.2
44
base64@1.0.13
55
binary-heap@1.0.12
@@ -8,9 +8,9 @@ callback-hook@1.6.0
88
check@1.4.4
99
core-runtime@1.0.0
1010
ddp@1.4.2
11-
ddp-client@3.0.3
11+
ddp-client@3.1.0
1212
ddp-common@1.4.4
13-
ddp-server@3.0.3
13+
ddp-server@3.1.0
1414
diff-sequence@1.1.3
1515
dynamic-import@0.7.4
1616
ecmascript@0.16.10
@@ -24,20 +24,20 @@ geojson-utils@1.0.12
2424
http@1.0.1
2525
id-map@1.2.0
2626
inter-process-messaging@0.1.2
27-
local-test:ostrio:flow-router-extra@3.11.0
27+
local-test:ostrio:flow-router-extra@3.12.0
2828
logging@1.3.5
29-
meteor@2.0.2
30-
minimongo@2.0.1
31-
modern-browsers@0.1.11
29+
meteor@2.1.0
30+
minimongo@2.0.2
31+
modern-browsers@0.2.0
3232
modules@0.20.3
3333
modules-runtime@0.13.2
34-
mongo@2.0.2
35-
mongo-decimal@0.1.4
34+
mongo@2.1.0
35+
mongo-decimal@0.2.0
3636
mongo-dev-server@1.1.1
3737
mongo-id@1.0.9
38-
npm-mongo@4.17.4
38+
npm-mongo@6.10.2
3939
ordered-dict@1.2.0
40-
ostrio:flow-router-extra@3.11.0
40+
ostrio:flow-router-extra@3.12.0
4141
promise@1.0.0
4242
random@1.2.2
4343
react-fast-refresh@0.2.9
@@ -46,11 +46,11 @@ reactive-var@1.0.13
4646
reload@1.3.2
4747
retry@1.1.1
4848
routepolicy@1.1.2
49-
socket-stream-client@0.5.3
50-
tinytest@1.3.0
49+
socket-stream-client@0.6.0
50+
tinytest@1.3.1
5151
tracker@1.3.4
52-
typescript@5.4.3
52+
typescript@5.6.3
5353
underscore@1.6.4
54-
webapp@2.0.4
54+
webapp@2.0.5
5555
webapp-hashing@1.1.2
5656
zodern:types@1.0.13

0 commit comments

Comments
Β (0)