Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit da0c62d

Browse files
committed
published 0.4.0
1 parent d7d1e8c commit da0c62d

2 files changed

Lines changed: 67 additions & 25 deletions

File tree

.versions

Lines changed: 60 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,60 @@
1-
accounts-base@1.2.0
2-
base64@1.0.3
3-
binary-heap@1.0.3
4-
callback-hook@1.0.3
5-
check@1.0.5
6-
dburles:mongo-collection-instances@0.3.4
7-
ddp@1.1.0
8-
ejson@1.0.6
9-
geojson-utils@1.0.3
10-
id-map@1.0.3
11-
json@1.0.3
12-
lai:collection-extensions@0.2.1_1
13-
local-test:dburles:mongo-collection-instances@0.3.4
14-
localstorage@1.0.3
15-
logging@1.0.7
16-
meteor@1.1.6
17-
minimongo@1.0.8
18-
mongo@1.1.0
19-
ordered-dict@1.0.3
20-
random@1.0.3
21-
retry@1.0.3
22-
service-configuration@1.0.4
23-
tinytest@1.0.5
24-
tracker@1.0.7
25-
underscore@1.0.3
1+
accounts-base@2.2.9
2+
allow-deny@1.1.1
3+
babel-compiler@7.10.5
4+
babel-runtime@1.5.1
5+
base64@1.0.12
6+
binary-heap@1.0.11
7+
boilerplate-generator@1.7.2
8+
callback-hook@1.5.1
9+
check@1.3.2
10+
dburles:mongo-collection-instances@0.4.0
11+
ddp@1.4.1
12+
ddp-client@2.6.1
13+
ddp-common@1.4.0
14+
ddp-rate-limiter@1.2.1
15+
ddp-server@2.7.0
16+
diff-sequence@1.1.2
17+
dynamic-import@0.7.3
18+
ecmascript@0.16.8
19+
ecmascript-runtime@0.8.1
20+
ecmascript-runtime-client@0.12.1
21+
ecmascript-runtime-server@0.11.0
22+
ejson@1.1.3
23+
fetch@0.1.4
24+
geojson-utils@1.0.11
25+
http@1.0.10
26+
id-map@1.1.1
27+
inter-process-messaging@0.1.1
28+
lai:collection-extensions@0.4.0
29+
local-test:dburles:mongo-collection-instances@0.4.0
30+
localstorage@1.2.0
31+
logging@1.3.3
32+
meteor@1.11.4
33+
meteortesting:browser-tests@1.3.5
34+
meteortesting:mocha@2.0.0
35+
meteortesting:mocha-core@7.0.1
36+
minimongo@1.9.3
37+
modern-browsers@0.1.10
38+
modules@0.20.0
39+
modules-runtime@0.13.1
40+
mongo@1.16.8
41+
mongo-decimal@0.1.3
42+
mongo-dev-server@1.1.0
43+
mongo-id@1.0.8
44+
npm-mongo@4.17.2
45+
ordered-dict@1.1.0
46+
promise@0.12.2
47+
random@1.2.1
48+
rate-limit@1.1.1
49+
react-fast-refresh@0.2.8
50+
reactive-var@1.0.12
51+
reload@1.3.1
52+
retry@1.1.0
53+
routepolicy@1.1.1
54+
socket-stream-client@0.5.2
55+
tracker@1.3.3
56+
typescript@4.9.5
57+
underscore@1.0.13
58+
url@1.3.2
59+
webapp@1.13.6
60+
webapp-hashing@1.1.1

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Meteor Mongo Collection Instances
22

3+
[![Meteor Community Package](https://img.shields.io/badge/Meteor-Package-green?logo=meteor&logoColor=white)](https://meteor.com)
4+
[![Test suite](https://github.com/Meteor-Community-Packages/mongo-collection-instances/actions/workflows/testsuite.yml/badge.svg)](https://github.com/Meteor-Community-Packages/mongo-collection-instances/actions/workflows/testsuite.yml)
5+
[![CodeQL](https://github.com/Meteor-Community-Packages/mongo-collection-instances/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Meteor-Community-Packages/mongo-collection-instances/actions/workflows/github-code-scanning/codeql)
6+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
7+
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
8+
9+
310

411
This package augments Mongo.Collection (and the deprecated Meteor.Collection) and allows you to later lookup a Mongo Collection instance by the collection name.
512

0 commit comments

Comments
 (0)