Ecosyste.ms: OpenCollective

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

github.com/typegoose/typegoose

Typegoose - Define Mongoose models using TypeScript classes.
https://github.com/typegoose/typegoose

Update Dependencies

- update semver to 7.3.2
- update coveralls to 3.0.13
- update jest to 25.4.0
- update mongoose t...

bc6daa552378f2d542b69025b0423d9be7f73f5d authored almost 5 years ago
Release 6.5.0

4f9a08689a6999e9a52556328bf26fe4bb6955dc authored almost 5 years ago
Changelog Catchup

c0ef96879e0442b560e0f429b20f98f0db7e45fc authored almost 5 years ago
Upgrade Dependencies

- upgrade loglevel to 1.6.8
- upgrade semver to 7.3.2
- upgrade tslib to 1.11.1
- upgrade typedoc...

20b5e16e418c4f962f919e4ebfd66cb099e78f3f authored almost 5 years ago
Add "getModelWithString" to navigation

- navigation(gh-page): add missing "getModelWithString" link
- package: replace hompage link with...

6b10abdd20866b5177c81b98f37f1c0ecd098651 authored almost 5 years ago
Merge branch 'master' into r7/master

b7ed2c9b1882e9995be364e1e32ff15a4c611a1b authored almost 5 years ago
Add "queryMethod" decorator

- rename "optionsProp" to "modelOptions"
- queryMethod(src): add file
- queryMethod(gh-page): add...

234963ffe462f36822467494b39c61434bc75362 authored almost 5 years ago
Add Option "addNullToEnum"

- prop(src): add option "addNullToEnum"

closes typegoose/typegoose#235

1b0d224b90ce4c87fde5a0b00fcb32dd6ac80eaa authored almost 5 years ago
fix isRefType documentation

- navigation(gh-page): add isRefType
- isRefType(gh-page): fix redirection link

4293615e01401b0a654f77fe9445e63371dbca9b authored almost 5 years ago
Changelog Catchup

9584702bf2fb3f3ab00d57a34960da778457666d authored almost 5 years ago
Set Version to 7.0.0-2

35b12873b733c8c9c1597a100c3fc2122482351a authored almost 5 years ago
Remove non-working test

- warnings(test): remove non-working test
- prop(src): add warning to report if the message is se...

b3883746795dc010f463ae9e84e53ce180d8592b authored almost 5 years ago
Add tests for isRefTypeArray

- typeguards(test): add tests for "isRefTypeArray"

b0c8ee4249e0b12fdd7d8c630ba5a183acd18152 authored almost 5 years ago
Test warnings

- changelog(gh-page): catchup
- environment(gh-page): remove "TG_USE_NEW_ENUM"
- globalOptions(sr...

5b29c00a60316575c980bb280d71cbfc1df44946 authored almost 5 years ago
Replace if-throw with assertion

- utils(src/internal): add function "assertion" and "assertionIsClass"
- all other: refactor to u...

f4b84135d72e3fb1bd335f479ba20d434d09dbb4 authored almost 5 years ago
fix lint & rename test imports

- shouldAdd(test): fix lint
- shouldAdd(test): remove "as" import casts
- getClassForDocument(tes...

3b3e8cb96d65ef7618b0e6e682159f1ec104cc57 authored almost 5 years ago
Update link to createIndex

- indexes(gh-page): mention weights
- indexes(gh-page): update link to "createIndexes"
- index...

c1c43b7799aa47750e1a8464bd56d7cff64f87f7 authored almost 5 years ago
Add "language_override" option to index options

- types(src): IndexOptions add "language_override"

fixes typegoose/typegoose#223

c03f4242ce3631e9395600cae5847c97d5cf0ee0 authored almost 5 years ago
Changelog Catchup

82a5a19562721aa60469f7e5c99c08f139748a82 authored almost 5 years ago
Remove instance properties from model

- types(src): remove "& T" from ModelType to remove instance properties from model

This is a ...

6cc33bb9d4743d4110f80f2dd59e078afe3b3b6b authored almost 5 years ago
Merge branch 'master' into r7/master

c4dcfbb8bc4cdb15225d9b3961c4889c2d91c75c authored almost 5 years ago
fix lint

983aae541a25feeaf236b07181dd8732270e9baf authored almost 5 years ago
Example for arrayProp of subdocuments to items

- arrayprop(gh-page): items: add example for subdocuments
- arrayprop(gh-page): make it more re...

fad70dacae4c23deab5e3f41a4796601ad158b32 authored almost 5 years ago
Mention the corresponding Babel plugins as requirements

- readme: mention required babel plugins

This is a squash merge of typegoose/typegoose#229

e2997a27664475c20ca3456e2509164a75ff49c8 authored almost 5 years ago
Add typegoose/auto-increment as plugin examples

- plugins(gh-page): add typegoose/auto-increment as plugin example

aa940331dafd0986cde3bf9cc9700c211c712a39 authored almost 5 years ago
Replace chai & mocha & nyc with jest

- remove nyc & mocha files
- jest.config(src): add jest config
- *.test(test): refactor for jest
...

21c26cd147f7d7c90789fdf8c444c871efc28dfc authored almost 5 years ago
Set Version to 7.0.0-1

e290b5e529fd061d2956bcf4bebcc3593a9046af authored almost 5 years ago
Move VirtualPopulate cache to Reflection

- data(src/internal): remove virtuals map
- types(src): add type "VirtualPopulateMap"
- constants...

e57b995a3f628564353cf9dd2e6a13e981b16869 authored almost 5 years ago
Move Hooks cache to Reflection

- data(src/internal): remove hooks map
- constants(src/internal): DecoratorKeys: add "HooksPre" a...

15fce06a7f7f065f17ba39363cd52d13fbcc07ab authored almost 5 years ago
Move Plugins cache to Reflection

- data(src/internal): remove plugins map
- constants(src/internal): DecoratorKeys: add "Plugins"
...

da961265db31b43773da2b7f9e9021b46a55d693 authored almost 5 years ago
Add 7.0 to mongoose-compatibility

- mongoose-compatibility(gh-page): add 7.0

23d66c2cd05cb74df1d246a56fa9988321a60e7d authored almost 5 years ago
Merge branch 'master' into r7/master

1dc5155cd7a9859f80f389fbc9c6e9aeda0991de authored almost 5 years ago
Update Dependencies

- update mongoose to 5.9.9
- update loglevel to 1.6.8
- update semver to 7.3.0
- update nyc to 15...

f8acbddf79784b4d751c4d16ac8419be1153f275 authored almost 5 years ago
fix typos in documentation

- all: fix typos in documentation and making it better readable

This is a squash merge of typ...

0249c2bdc94ae73fb2e11bbd2621fd8dfc3e5783 authored almost 5 years ago
Update mongoose-compatability file

- mongoose-compatibility(gh-page): update version table

0221b282208961e528c71dc66ce103bf51fe89bd authored almost 5 years ago
Explain how to import TimeStamps and Base defaultClasses

- defaultClasses(gh-page): add imports to the examples

This is a squash merge of typegoose/ty...

b451a0f927ddbc78b1d6b33bce71c1e735451bb9 authored almost 5 years ago
Remove Reference to the Typegoose class in arrayProp

- arrayProp(gh-page): remove reference to the typegoose class

fixes typegoose/typegoose#217

11725eabe0b7ae702ada0608269441fee359a295 authored almost 5 years ago
README: fix sloppiness (#212)

- README: fix sloppiness

This is a squash merge of typegoose/typegoose#212

5943fcae598fa907a9b67ea74be85a63a4d2f3c4 authored almost 5 years ago
Implement Multidimensional Arrays

- arrayProp(gh-page): fix missing "[]" in examples
- arrayProp(gh-page): add documentation about ...

8c980eaf69f4fedcf4d13a2ffc41df40c0931565 authored almost 5 years ago
Update Dependencies

- update mongoose to 5.9.5
- update @types/mongoose 5.7.7
- update typescript to 3.8.3
- update t...

d0adb78a0d774d036622d5087e153d637fa1667e authored almost 5 years ago
Merge branch 'master' into r7/master

d0dba8e00ea9c82cdc34df7fdf536d94774b2351 authored almost 5 years ago
Add Guide for changing the type of "_id"

- changeIDType(gh-page): init
- navigation(gh-page): add changeIDType

fixes typegoose/typegoose#206

34ab25db12dd0111c80b69cad6f7d924cc97a3c7 authored almost 5 years ago
Add difference between ModelType and ReturnModelType to docs

- returnModelType(gh-page): add difference between ModelType and ReturnModelType

fixes typegoose...

25545a2464a827cdfbd0e32623ef461b8338c0e8 authored almost 5 years ago
Add warning to primitive Mixed

- prop(src): add warning to primitive when Mixed
- utils(src/internal): isObject: add option to r...

4af5902130abfb13da9bc151d072cf0b34a457f0 authored almost 5 years ago
Fix plugins generic type

- plugin(src): replace "extends any" with "= any"

This is a squash merge of typegoose/typegoo...

81f8b6bd540890a98992af7df8c25c370d1b1490 authored almost 5 years ago
Changelog Catchup

30a84fef587f8598badcbe2f31a0fb293df5f1b8 authored almost 5 years ago
Remove "useNewEnum"

- globalOptions(src): remove commented-out code refering to "useNewEnum"
- index(test): remove co...

b39f196a7f7150809d00752101ffdfddcfcb87f9 authored almost 5 years ago
Changelog Catchup

58c859e22d44d32eabfccf25ee24253ba39a13f4 authored almost 5 years ago
Merge branch 'master' into r7/master

e32df9b3acc400ec709fc72ea0664ad3652d20e0 authored almost 5 years ago
Replace all deprecated array-prop options in tests

- all(test/models/*): replace deprecated arrayProp options with proper options
- shouldAdd(test/t...

ed5a1138ee0fb87c3243601d066a772f975d5bd1 authored almost 5 years ago
Remove deprecated options from examples

- virtuals(gh-page): replace "itemsRef" with "ref"
- ref(gh-page): replace "itemsRef" with "ref"
...

0fc800b19f3bcc83571c67f84f6c0d6c60cae054 authored almost 5 years ago
Remove deprecated arrayProp options from types

- types(src): remove deprecated types from "ArrayPropOptions"

b9f2270202ce875177bbcd9a5ee3d592af01438b authored almost 5 years ago
Remove "[]" from Types.Array example

- arrayProp(gh-page): remove "[]" from "mongoose.Types.Array" example

03130e3e2abc10819e21f7a6f9f98568e85da5e3 authored almost 5 years ago
Remove deprecated arrayProp-Options

- prop(src): remove deprecated "arrayProp" Options
- arrayProp(gh-page): remove deprecated "array...

5a14bc7df0a7252d96104befa86255e4cf112d3e authored almost 5 years ago
Add note about "mongoose.Types.Array"

- arrayProp(gh-page): add note about "mongoose.Types.Array" is also possible
- shouldRun(tests): ...

57afeee4c12e21d17e3a62c2272e880c90b7f05d authored almost 5 years ago
Completly remove deprecated class "Typegoose"

- typegoose(src): completly remove deprecated class "Typegoose"
- typegoose(src): completly remov...

4733cf0dccf186e67e6b9f7e61f36921e7a21d43 authored almost 5 years ago
Apply typescript 3.8

- typegoose(src): export everything from "index" instead of "."
- typegoose(src): use the new syn...

dbdd276a446d9b937e4a568bb20ef3e7baa14a8d authored almost 5 years ago
Rename "log" as "logger" directly

- logSettings(src): import as "logger" directly
- tslint: remove rule "whitespace" because it con...

7a27bb443413c5fff9cc2b80b879947fa9fe73c5 authored almost 5 years ago
Update travis config to fix warnings

- travis: fix all warnings

853104cf379d48dc7e0ae5d50f8d50ad08475e1e authored almost 5 years ago
Set Travis coverage node version to 13

8b9c3f0329bc31426e0af6da26fa4da2c2220819 authored almost 5 years ago
Upgrade Typescript to 3.8

- upgrade typescript to 3.8.2
- set minimal supported nodejs version to 10.15.0
- travis: remove ...

681c52dfb22b47664f9728aac6927e1e798251dd authored almost 5 years ago
Set Version to 7.0.0-0

895904c49ad1a833ea2a6c485352e581d4ab54f5 authored almost 5 years ago
Release 6.4.0

2c1181dc93528149e5a01f001eee651b71b58f4f authored almost 5 years ago
Changelog Catchup

fd62e6705830768e523442e5de7d803467473704 authored almost 5 years ago
Upgrade Dependencies

- upgrade mongoose to 5.9.2
- upgrade @types/mongoose to 5.7.1
- upgrade tslib to 1.11.0
- upgrad...

63c50ac31f29576577c14870f3d1cf18fe331e95 authored almost 5 years ago
Completly remove "__uniqueID"

- utils(src/internal): remove function "createUniqueID"

1964c48979c52c193868238de056f5043d1906dd authored almost 5 years ago
Document options for "getModelForClass"

- getModelForClass(gh-page): Document overwriteoptions

ed6fdce21690fee12921a6183c6f5363d05cd774 authored about 5 years ago
Add typeguard "isRefType"

- typegurads(src): add function "isRefType" & "isRefTypeArray"
- isRefType(gh-page): add inital f...

7e72281b34d7d64c6a0a2271cfbccd9a323c47c2 authored about 5 years ago
Add section "Typegoose Plugins" to plugins

- plugins(gh-page): add section "Typegoose Plugins"

65e5e4d72fd4edb955992f2eb27734b9f19882a5 authored about 5 years ago
Release 6.3.2

c5a6904ed75f17d5bad166ab9ab800abb9e7fd83 authored about 5 years ago
Clone index array instead of re-using it

- index(src): clone array instead of re-using it

fixes typegoose/typegoose#194

7bd6194ddd83d35e987ed26a66a2b146f6018a13 authored about 5 years ago
Release 6.3.1

10a705f0cf01c2feef9b874a55df63f9c74ae159 authored about 5 years ago
Changelog Catchup

91b4390cca1522c5d5152077a0b62aa56ce7dde9 authored about 5 years ago
Fix Strictmode erro

- types(src): remove "?" from the new "Ref" type

5a72cfb6e1a4fc7cbb1adbb771958c2fc397a70a authored about 5 years ago
Changelog Catchup

c19cd6106bdc2fc8c3f0aaf3f77a61b8a0b99427 authored about 5 years ago
Release 6.3.0

bfa88470c28f19091bb0be78e61f6aed231699d7 authored about 5 years ago
Add "bugs" and "homepage" to package.json

05493853344f4f93940432436224719c61c061de authored about 5 years ago
Changelog Catchup

- typegoose(src): fix mongoose version check

e593dfa1fd128bd3d2f90a34755d0e3b6c2185a4 authored about 5 years ago
Update Dependencies

- update mongoose to 5.8.11
- update @types/mongoose to 5.7.0
- update semver to 7.1.2

75af3ea6cfc1bfc245f675a1a621256ca0e735ac authored about 5 years ago
Add the new Ref-Type

- plugin(src): add type to easily set the type for the plugin options
- plugin(src): remove the s...

51984d46562b714360a0d9080634fda0be6b9886 authored about 5 years ago
Add "@types/mongoose" to peerDependencies

closes typegoose/typegoose#183

6f8616c6e5536d90b9dab849d649c40a84af299f authored about 5 years ago
Release 6.2.2

8ba749894a875ab56dfb35eef07192f946e5e481 authored about 5 years ago
Add function "isRefType"

- utils(src/internal): add function isRefType to filter out aliases in "mongoose.Schema.Types"
- ...

e2c1b84435a14dce66ed49846850da69108bb73c authored about 5 years ago
Add npm script "mocha-ci"

- make extra ci test npm script to have local source map support

eafaaa30328225e8fef7de4d9074470f7504fe2f authored about 5 years ago
Upgrade Dev-Dependencies

- upgrade mocha to 7.0.0
- upgrade ts-node to 8.6.2
- upgrade typescript to 3.7.5
- upgrade mongo...

7dbefb90eb11e6672c09ad02c0ef1e18fba811f8 authored about 5 years ago
Add "select" and "toJSON" to the docs

- prop(gh-page): add section for "select"
- virtuals(gh-page): add section "Extra Notes"
- vir...

a01ddc8bcb80aac0080142f62cdeec5f7497bf5c authored about 5 years ago
Release 6.2.1

70a65168d0f7a3ad4e36d5592ddb64cc94931b4c authored about 5 years ago
Changelog Catchup

8de5e3f6231fb8a8e4549ea61be558cda817f984 authored about 5 years ago
Fix "isString" & "isNumber"

- utils(src/internal): fix "isString" to check against "String" and "mongoose.Schema.Types.String...

27a93065ac88b2d111010eb1b3c8da927df8a896 authored about 5 years ago
Update README Requirements

20bc08d97ed5b1c5e1c2f87ea11fcb5f4b432158 authored about 5 years ago
Release 6.2.0

8bcbb3bbd407c70baaa6ec354a6da2aa6c3a73f2 authored about 5 years ago
Changelog Catchup

d3b9ad696b1656c06ece06a5cdf362f15480112c authored about 5 years ago
Add note to Changelog & utils name check

- utils(src/internal): isObject: add check for "name === 'Mixed'"
- changelog(gh-page): 6.2.0: ad...

6e8d662be330bb0ae5664b8c54ee815d6e5b0586 authored about 5 years ago
Changelog Catchup

ae6a6a11f899d0f09ee3f73e930a4281019c72f2 authored about 5 years ago
Add a note about "typePojoToMixed"

- known-issues(gh-page): add a note about "typePojoToMixed"

a6bed81198de00b7c2a68b8925f44128df1a7bb8 authored about 5 years ago
Add "tslint-consistent-codestyle"

- add "tslint-consistent-codestyle"
- tslint: replace rule "no-unused-variable" with "no-unused"
...

5dcdb26a837dfae68d47921e7abd35c6b1ebddf6 authored about 5 years ago
Upgrade NYC

- typegoose(src): re-enable mongoose version check
- package: update peer-dependencie
- upgrade n...

1dd814603495400b3e8455643972ee69d8c72a32 authored about 5 years ago
Upgrade Dependencies & refactor of "mapOptions"

- upgrade mongoose to 5.8.3
- upgrade @istanbuljs/nyc-config-typescript to 1.0.0
- fix tests not ...

fe14302ac0b01a80dbb359c0383caa67a0da1ded authored about 5 years ago
Upgrade Dependencies

- mongoose to 5.8.2
- mongodb-memory-server to 6.1.1
- semver to 7.1.1

014c907b25f2e5ea5ae0e5243bc450567e009a36 authored about 5 years ago
parity with autopopulate

- types(src): add "Function" and "object" to "BasePropOptions.autopopulate"

fixes typegoose/type...

5a5fd31291ee3b7bd239330f00920ff117490706 authored about 5 years ago