Skip to content

Commit a2ed448

Browse files
committed
🚚 v3.0.0
- πŸ‘·β€β™‚οΈ Overall codebase refactoring - πŸ“¦ Reduced size of the package, for minimal footprint and top performance - πŸ‘¨β€πŸ’» Add support for TTL, closing #4 #5 and #2 , thanks to @bobagold @hakod and @JspHansen - πŸ‘¨β€πŸ”¬ Tests for new TTL feature - 🀝 Compatibility with `meteor@1.8.1`
1 parent 0958894 commit a2ed448

File tree

4 files changed

+203
-143
lines changed

4 files changed

+203
-143
lines changed

β€Ž.versions

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allow-deny@1.1.0
2-
babel-compiler@7.2.4
2+
babel-compiler@7.3.4
33
babel-runtime@1.3.0
44
base64@1.0.11
55
binary-heap@1.0.11
@@ -9,40 +9,40 @@ check@1.3.1
99
ddp@1.4.0
1010
ddp-client@2.3.3
1111
ddp-common@1.4.0
12-
ddp-server@2.2.0
12+
ddp-server@2.3.0
1313
diff-sequence@1.1.1
1414
dynamic-import@0.5.1
1515
ecmascript@0.12.4
1616
ecmascript-runtime@0.7.0
1717
ecmascript-runtime-client@0.8.0
1818
ecmascript-runtime-server@0.7.1
1919
ejson@1.1.0
20-
fetch@0.1.0
20+
fetch@0.1.1
2121
geojson-utils@1.0.10
2222
id-map@1.1.0
2323
inter-process-messaging@0.1.0
24-
local-test:ostrio:cstorage@2.2.2
24+
local-test:ostrio:cstorage@3.0.0
2525
logging@1.1.20
26-
meteor@1.9.2
26+
meteor@1.9.3
2727
minimongo@1.4.5
28-
modern-browsers@0.1.3
28+
modern-browsers@0.1.4
2929
modules@0.13.0
3030
modules-runtime@0.10.3
31-
mongo@1.6.0
32-
mongo-decimal@0.1.0
31+
mongo@1.6.2
32+
mongo-decimal@0.1.1
3333
mongo-dev-server@1.1.0
3434
mongo-id@1.0.7
35-
npm-mongo@3.1.1
35+
npm-mongo@3.1.2
3636
ordered-dict@1.1.0
37-
ostrio:cstorage@2.2.2
37+
ostrio:cstorage@3.0.0
3838
promise@0.11.2
3939
random@1.1.0
40-
reload@1.2.0
40+
reload@1.3.0
4141
retry@1.1.0
4242
routepolicy@1.1.0
4343
socket-stream-client@0.2.2
4444
tinytest@1.1.0
4545
tracker@1.2.0
4646
underscore@1.0.10
47-
webapp@1.7.1
47+
webapp@1.7.3
4848
webapp-hashing@1.0.9

0 commit comments

Comments
Β (0)