Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Typegoose

Collection of Typegoose projects
Collective - Host: opensource - https://opencollective.com/typegoose - Website: https://typegoose.github.io/ - Code: https://github.com/typegoose

Merge branch 'hasezoey/feature/fixIRP' into release5.9

github.com/typegoose/typegoose - 87aca6f5aa7bc53665cc6e710055acddbe6d22b0 authored over 5 years ago
Add test for "IRP" and make it working

- make "itemsRefPath" working
- make tests for "itemsRefPath"
- include #191
- adding test for #1...

github.com/typegoose/typegoose - f6ec6b5c50f0eb3eaac1c4a8f68ee8cd2a5b9ac2 authored over 5 years ago
Updated prop to allow itemsRef by string

github.com/typegoose/typegoose - cf75bd0fc10b3d4909fd838c6c634b111229762c authored over 5 years ago
Merge branch 'PabloSzx/isModel' into release5.9

github.com/typegoose/typegoose - 8d7e324100591eaa9170c3b961f5e900615590a8 authored over 5 years ago
Merge branch 'hasezoey/feature/fix263' into release5.9

github.com/typegoose/typegoose - 34776fa4f9659e6c7860c9cd5ec1d7a22811d941 authored over 5 years ago
Merge branch 'hasezoey/feature/indexWeights' into release5.9

github.com/typegoose/typegoose - 8b1161f946b64d54795e55e9f24007f42680f09b authored over 5 years ago
Merge branch 'hasezoey/feature/hookREGEXP' into release5.9

github.com/typegoose/typegoose - ed976a2b8208f8baf7cf664567e4effe160bcba9 authored over 5 years ago
Merge branch 'hasezoey/feature/githubchanges' into release5.9

github.com/typegoose/typegoose - e5d30a85e110aec63a07ca9cfe12c4909a23f608 authored over 5 years ago
Merge branch 'hasezoey/feature/split_tests' into release5.9

github.com/typegoose/typegoose - b3780bac6ccbeaf2e16d80600a4834bfaadff2b0 authored over 5 years ago
"Fix" github PR templates

- renames the PR-templates to lowercase, like issue templates
- adds a bit text to the templates
...

github.com/typegoose/typegoose - 9a9148ec663ec1bff033ac5f77757e16b004e6cb authored over 5 years ago
isDocument & isDocumentArray type guards

github.com/typegoose/typegoose - 40723fef8ee6205ca362d7c5966a5f8033a13b48 authored over 5 years ago
Update Dependencies (#358)

- update dependencies
- remove travis "before_install"
- only run coverage on one version

github.com/typegoose/typegoose - a3c7ceedc1e4818fe6282fef9218b23a00e73e74 authored over 5 years ago
Split Tests into their own files & add some

- remove comments generated from vscode (in .vscode/)
- adding tslint-eslint-rules to enforce ind...

github.com/typegoose/typegoose - 0afcdd8b77d0afbdd667e7e20b961723cd515e1f authored over 5 years ago
Adding @index({}, {weights:{}})

- adding index options weigths
- adding test for weights option

github.com/typegoose/typegoose - 3f4bd6d596c388b4f90fe83e33d5aacb1a2bec23 authored over 5 years ago
Adding REGEXP to hook method names

- adding REGEXP as method name for hooks
- adding tests for REGEXP as method for hooks

github.com/typegoose/typegoose - 339c47e2b77ce37f5345fd84266952e5c7b5661f authored over 5 years ago
Add mongoose alias prop

- add @prop({ alias })
- add tests for alias
- add tsdoc & example for alias
- add readme doc for...

github.com/typegoose/typegoose - c4e6eef501e09b600cbbb4a93d10b7f70c606ca7 authored over 5 years ago
Docs, typedoc (#336)

* removed "required: true" where it isnt required

* Adding TypeDoc
- adding typedoc dev-depd...

github.com/typegoose/typegoose - ea1c0ec6bbebdd6b27ba4580ec39c1d3535b2084 authored over 5 years ago
Add public buildSchema method with TSDoc (#341)

- add a public method for buildSchema
- add tsdoc for public-buildSchema & private _buildSchema

github.com/typegoose/typegoose - c31be73d7acd870fbf690ac79b27778b8578123c authored over 5 years ago
Add @mapProp for Maps with tests (#342)

- add @mapProp
- add tests for @mapProp
- add @mapProp README docs
- polish & rebase of #284

github.com/typegoose/typegoose - 95c3fa6281e44c23a7bef916636d209047c4c03f authored over 5 years ago
Make Hook Tests Working again (#343)

- make the hook test work again

github.com/typegoose/typegoose - b386675426dd3536cb39818d0c2d27cc28e16909 authored over 5 years ago
Include more in a Bug (Template) (#339)

- include more in a Bug template
- remove pre-defined title, because of the label

github.com/typegoose/typegoose - a6581a4780eb4068cdc51ac3c6c7e300c7564c5b authored over 5 years ago
- Re-Work of the config with In-Memory (#328)

- audit fix - mocha

github.com/typegoose/typegoose - 042414bc91194ff9c354e6e81f144a74692870b4 authored over 5 years ago
- hotfix for "@prop({select})" (#327)

- Reworking "@prop({select})"s tests
- adding some more tests for it
- small style changes
- ...

github.com/typegoose/typegoose - 740f17c9ce06485d9c3cbe47b7cb6dec559c0d12 authored over 5 years ago
fix: properly set Decimal128, ObjectID types to field (#322)

* fix: properly set Decimal128, ObjectID types to field

* fix: remove incremental builds for ...

github.com/typegoose/typegoose - 2f5d0139f473c69aef57be9bbe61cbc2a191fb84 authored over 5 years ago
Added templates (#323)

adding MIT License (as Specified in package.json)

github.com/typegoose/typegoose - e4019c2d7e15dc65d0dd58b80bb40f86514fe4a9 authored over 5 years ago
add missing string validation options with tests (#293)

adding chai-as-promised

github.com/typegoose/typegoose - 7418c34d792b16f1028b71d3c9f43707a3826ea1 authored over 5 years ago
adding the select property (#324)

adding tests for the select property
closes #197

github.com/typegoose/typegoose - 61c5948745a3338757a82155d363b4418022dffd authored over 5 years ago
Fix typo: "net" -> "next" (#316)

github.com/typegoose/typegoose - 664b3e0346e14dd26aa27b0a7c72dffeaba14027 authored over 5 years ago
remove unused type in hooks (#317)

github.com/typegoose/typegoose - 5769912a2991ebbff1fd9fa79b357f7ef546d801 authored over 5 years ago
Modify the tests (#318)

* - change mongoose connection to the newUrlParser
- adding a easy-to-edit config
- removing d...

github.com/typegoose/typegoose - 73583bc187c72e2e227c2a780b8a267fe6222880 authored over 5 years ago
Fixed #311, more consistent Coding-Style (#312)

* removing extra vscode task
adding "watch" to the npm scripts

* adding tsbuildinfo / increm...

github.com/typegoose/typegoose - dfa47eb1b3792b08688bfecb3c493e38f3602e43 authored over 5 years ago
Support for mongoose refPath, see #310 (#311)

* Support for refPath, see #310

* Updated documentation

* Make lint happy

github.com/typegoose/typegoose - 6d5af8f4aa3c785ddc512fe600a041188197b753 authored over 5 years ago
Release 5.7.2 (#304)

github.com/typegoose/typegoose - 4fc64e5eee78c1d1d58ecb6e2ab65e994eace5fb authored over 5 years ago
Remove mongoose promise override to allow for use of other promise libraries (#300)

github.com/typegoose/typegoose - 8a2161e13416f6a89b2c5d943d6fa14089f9bcd4 authored over 5 years ago
Add type property to array schema to fix array defaults (#302)

Fixes #296
Fixes #301

Signed-off-by: Chris Lahaye <[email protected]>

github.com/typegoose/typegoose - d2c00c4dac7e981d0932dd70a25eabc5d9107de4 authored over 5 years ago
#270 Docs: adding @prop options _id

github.com/typegoose/typegoose - 795b4abefadf67ed54d849d08989c06bd6b67bf8 authored over 5 years ago
#276 Add a note to InstanceType

#276 Add a note to InstanceType

github.com/typegoose/typegoose - 6a52a02d480a395fa6034987851cc9c9a01eb865 authored over 5 years ago
#295 Add virtual populate options

#295 Add virtual populate options

github.com/typegoose/typegoose - 633f0524835cd288b7bfeef031bbfda7b990bc27 authored over 5 years ago
Update version for next release (#255)

updated version number to 5.6.0

github.com/typegoose/typegoose - 287a209ef7d80ccef3ba2866d707d57165caf64e authored almost 6 years ago
Better support for Model middleware hooks (#228)

Fixes type SimplePreSerialFn for Model middleware calls

github.com/typegoose/typegoose - c6f1c3b8bb5407d2494dc82028366baa7638b0dc authored almost 6 years ago
Feature/remove lodash depedency (#252)

Remove lodash

github.com/typegoose/typegoose - bbd9b110e5c715b6062a335e61bfcd433f62bd09 authored almost 6 years ago
Bumped to version: 5.5.1 after updating lodash dependencie (#250)

* dash": "~4.17.11" in package-lock.json
* bumping patch version to 5.5.1

github.com/typegoose/typegoose - 56a2e7d94ecf81b2d1099fdd3be52166e1431d1f authored almost 6 years ago
correction lodash in dependencie (#249)

Update dependencies: Prototype Pollution in lodash Patched in ">=4.17.11"

github.com/typegoose/typegoose - c89d4374ceff50ff99914313f87df59b455a2638 authored almost 6 years ago
Formatting improvements and minor typo (#214)

Formatting improvements

github.com/typegoose/typegoose - 7f00fa20488cf6473f2285b7533ef9b4dd551a4e authored almost 6 years ago
Add string transformers to props options (#217)

* Add string transformer to props options: lowercase, uppercase and trim

github.com/typegoose/typegoose - 714135b01320e0c030113493914340af57962f10 authored almost 6 years ago
Release 5.5.0

github.com/typegoose/typegoose - 8df156c3e45cecef85da164ddff9a897bc363ab7 authored almost 6 years ago
Add the possibility to use instance methods in sub schemas (#199)

Add the possibility to use instance methods in sub schemas

github.com/typegoose/typegoose - 9141ed941adde9feabb2f451ae35407cbde14c11 authored almost 6 years ago
Update NPM token again

github.com/typegoose/typegoose - 3496dccac1fc7b4019d768b46ae0fc96e9939381 authored over 6 years ago
fix(): config for array enums must be set correctly (#203)

Fix: config for array enums must be set correctly. Fixes #202

github.com/typegoose/typegoose - 399149752d91b66c84ad7771d345f1dfb11b2003 authored over 6 years ago
Update TravisCI config

github.com/typegoose/typegoose - 191bb6bb6940dc14703bdb6f445f3ebc0f2aa663 authored over 6 years ago
add @index class decorator (#188)

* add @index class decorator
* fix tests and lint errors
* add IndexOptions interface, add exa...

github.com/typegoose/typegoose - 30a139dcd904c25cd93d3e8e7fc6d020836cdad4 authored over 6 years ago
Add spaces to the message of NoMetadataError (#189)

I got this message in the console because I forgot to enable `emitDecoratorMetadata`, and notice...

github.com/typegoose/typegoose - 756f28fe667aef117a47776edc9b19c59923445d authored over 6 years ago
Reduce NPM package size

github.com/typegoose/typegoose - ba60c37cff1f6c19a78472a645cdabc743c2890c authored over 6 years ago
Updated 'ref' parameter to allow population by string (#154)

Updated 'ref' parameter to allow population by string

github.com/typegoose/typegoose - 252c740be06f93eaab5c0b292ed91516f98716c7 authored over 6 years ago
Support for custom validators (#164)

Support for custom validators

github.com/typegoose/typegoose - 7d5a021ae909cbeea2f35eab652abc9f09e47798 authored over 6 years ago
Add support for updateMany hook (#167)

Add support for updateMany hook

github.com/typegoose/typegoose - 037098d7116c0cefc28f7478ca739d64baf716f8 authored over 6 years ago
Use Decimal128 from mongoose.Types

github.com/typegoose/typegoose - 74daaa07cbf34f594a010abb53c6c86eb82e4b4d authored over 6 years ago
Update devDependencies

github.com/typegoose/typegoose - 24b66fd57dba268340c47a577f284b1f8eb78e37 authored over 6 years ago
Fix definition for Ref<T>

github.com/typegoose/typegoose - db6295e4e5f3251d74f73e9f946652d42c69de7c authored over 6 years ago
Allow supressing _id for subdocuments (#147)

github.com/typegoose/typegoose - 9620af344d72efd155f146dce7c85dac825e0bb7 authored over 6 years ago
Add Decimal128 as primitive type. (#139)

Add Decimal128 as primitive type

github.com/typegoose/typegoose - 2a5decedb51ad1dce8d1b18dbffbd265fe3b72b1 authored over 6 years ago
Update dependencies

github.com/typegoose/typegoose - ca566dc7d7a8cccad189a92f32e9c189321d168e authored over 6 years ago
Move mongoose and reflect-metadata to peer depencencies (#128)

github.com/typegoose/typegoose - 032ee55c8b5b12ab83f83ca1eb1b160b03abe390 authored almost 7 years ago
Release 4.0.1

github.com/typegoose/typegoose - a1cc6cfa75357849547c55f9508c81581b94ce04 authored almost 7 years ago
Add missing option 'updateOne' to hook definitions

github.com/typegoose/typegoose - 9a910314ce1b976068d00fb5d167c400aa91c82e authored almost 7 years ago
Add mongoose-findorcreate again as dev-dependency, remove inlined version

github.com/typegoose/typegoose - 9db102284257c4f37975a6280d650827f128bcc0 authored almost 7 years ago
Release 4.0.0

github.com/typegoose/typegoose - 4a4ad915b638da9b5d5e3e55ef8be079ebb70835 authored almost 7 years ago
Validation on nested Schemas using subdocuments (#101)

- Add support for subdocument options
- Update mongoose dependency to version 5.0

github.com/typegoose/typegoose - defc62df482e9ec3331aeb237d15ccb426f54ae5 authored almost 7 years ago
Release 3.9.0

github.com/typegoose/typegoose - 4e80f65833a3d56070546c406c24ed4905d91469 authored almost 7 years ago
Pin typescript to 2.6.2 due to compiler issues with 2.7.x (lodash typings)

github.com/typegoose/typegoose - 4c4a28336473fcca678451941b49a1de9161ef6f authored almost 7 years ago
Merge pull request #77 from ukoester/master

Add support for nested documents

github.com/typegoose/typegoose - 9591b19467cfd7da0a896435e774779e0d63723b authored almost 7 years ago
Merge pull request #79 from bitjson/feature/update-dep

update @types/mongoose

github.com/typegoose/typegoose - 8fef9115189219f4378ee6036496a078de63eb74 authored almost 7 years ago
Merge pull request #87 from afgTheCat/master

Adding 'sparse' and 'expires' to BasePropOptions

github.com/typegoose/typegoose - d5fdb14549b45100881197ff475104dfcd13eb62 authored about 7 years ago
Merge branch 'master' of github.com:afgTheCat/typegoose

github.com/typegoose/typegoose - af316b4ae7c3a16e6e79e140b57b4646cbdd61c2 authored about 7 years ago
Added tests to Typegoose

github.com/typegoose/typegoose - 37c4bb82c4460ffd1428f9625316f3979e3bf621 authored about 7 years ago
Delete package-lock.json

github.com/typegoose/typegoose - fd7a161bc9bdfc46f3de9056b1093f640bd64239 authored about 7 years ago
Added 'sparse' and 'expires' to BasePropOptions

github.com/typegoose/typegoose - 70a42baa4c8df672c9f79ca9dfa51539c9248ad0 authored about 7 years ago
update @types/mongoose

github.com/typegoose/typegoose - a3c7d1d847f9e8e675e6bd8b53714f803946bcf0 authored about 7 years ago
Merge branch 'master' of https://github.com/szokodiakos/typegoose

github.com/typegoose/typegoose - 283fa85298c666568517dfe132960be491702899 authored about 7 years ago
Nested documents

github.com/typegoose/typegoose - f4bccc0e78daf729c8a3246643bb841d003bb379 authored about 7 years ago
Merge pull request #71 from kaihaase-wd/master

Added function setModelForClass to allow models to be overwritten

github.com/typegoose/typegoose - daaabc199d979c38736278828ba6954ffd57d576 authored about 7 years ago
README extended

github.com/typegoose/typegoose - b2d30c9f0eed48d1872631890a0b51d2bc8e8939 authored about 7 years ago
Added function setModelForClass to allow models to be overwritten

github.com/typegoose/typegoose - 2bed8f57356679641423cbba39c498ba984a7f91 authored about 7 years ago
Merge pull request #61 from ukoester/master

Schema inheritance

github.com/typegoose/typegoose - 90cde8c67c63c3c1dee9b383876a5a292fe94aff authored over 7 years ago
Resolved merge conficts

github.com/typegoose/typegoose - bc04521fd01c6dfea51bdf2f2e8b4cd8193fa9ee authored over 7 years ago