Skip to content

Commit

Permalink
published 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Dec 21, 2023
1 parent d7d1e8c commit da0c62d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 25 deletions.
85 changes: 60 additions & 25 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,25 +1,60 @@
accounts-base@1.2.0
base64@1.0.3
binary-heap@1.0.3
callback-hook@1.0.3
check@1.0.5
dburles:mongo-collection-instances@0.3.4
ddp@1.1.0
ejson@1.0.6
geojson-utils@1.0.3
id-map@1.0.3
json@1.0.3
lai:collection-extensions@0.2.1_1
local-test:dburles:mongo-collection-instances@0.3.4
localstorage@1.0.3
logging@1.0.7
meteor@1.1.6
minimongo@1.0.8
mongo@1.1.0
ordered-dict@1.0.3
random@1.0.3
retry@1.0.3
service-configuration@1.0.4
tinytest@1.0.5
tracker@1.0.7
underscore@1.0.3
accounts-base@2.2.9
allow-deny@1.1.1
babel-compiler@7.10.5
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.2
callback-hook@1.5.1
check@1.3.2
dburles:mongo-collection-instances@0.4.0
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.2.1
ddp-server@2.7.0
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.8
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
fetch@0.1.4
geojson-utils@1.0.11
http@1.0.10
id-map@1.1.1
inter-process-messaging@0.1.1
lai:collection-extensions@0.4.0
local-test:dburles:mongo-collection-instances@0.4.0
localstorage@1.2.0
logging@1.3.3
meteor@1.11.4
meteortesting:browser-tests@1.3.5
meteortesting:mocha@2.0.0
meteortesting:mocha-core@7.0.1
minimongo@1.9.3
modern-browsers@0.1.10
modules@0.20.0
modules-runtime@0.13.1
mongo@1.16.8
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.17.2
ordered-dict@1.1.0
promise@0.12.2
random@1.2.1
rate-limit@1.1.1
react-fast-refresh@0.2.8
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
socket-stream-client@0.5.2
tracker@1.3.3
typescript@4.9.5
underscore@1.0.13
url@1.3.2
webapp@1.13.6
webapp-hashing@1.1.1
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Meteor Mongo Collection Instances

[![Meteor Community Package](https://img.shields.io/badge/Meteor-Package-green?logo=meteor&logoColor=white)](https://meteor.com)
[![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)
[![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)
[![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)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)



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

Expand Down

0 comments on commit da0c62d

Please sign in to comment.