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

release: v9.9.0-beta.3

70ef9239a902d52083226215a51bdcef1f59f47f authored over 2 years ago
fix(types::BasePropOptions): replace "set" & "get" with upstream types

51296f4b62cf9fec9bd55c02f61d1a338ac91983 authored over 2 years ago
fix(types::ValidateStringOptions): replace "match" with upstream types

f290fad470ce4bacd0b87fe3b04119a589f35cec authored over 2 years ago
fix(types::VirtualOptions): replace options with upstream types

replaces typegoose types for "localField" and "foreignField" with upstream mongoose types
becaus...

e2c721a736ee07a4c3444d35ffc7e3c37ed6c6ab authored over 2 years ago
fix(types::IndexOptions): remove options that has been fixed upstream

98c19183caade70d00f908d29c466abb09779c5f authored over 2 years ago
style(types): update tsdoc

15488e6dcc6e6143776a1c7c18cf369d839b2ca6 authored over 2 years ago
style(typegoose): update tsdoc

07acb6166457e374a93d07fa146ddbb617a6cff5 authored over 2 years ago
style(prop): update tsdoc

619c7d7f2acd6fb9842a43cb634a439ca6795dd2 authored over 2 years ago
style(typeguards): update tsdoc

also rename some arguments to match casing

1c056843c50a854f1f787f2b089dc278d27c5070 authored over 2 years ago
style(queryMethod): update tsdoc

c4e26320af73d03e6900948ebbd5b4066b59c3f7 authored over 2 years ago
style(constants): add tsdoc deprecate to backwards-compat Value

079180711d6dc829d7b70b8404446228c542c304 authored over 2 years ago
style(plugin): update tsdoc

175351457e961d72f9d60756442cbad69784bfb0 authored over 2 years ago
style(modelOptions): update tsdoc

a95d0aa0b1c007900cc69b220f91723abeb1cf30 authored over 2 years ago
style(globalOptions): update tsdoc

c10271b0e40a2d50af7bdee5f9bbe0ac3142bc2f authored over 2 years ago
style(utils): update tsdoc to match current implementations

also renames some arguments to make more sense

f2a10d022e8142f6046ce7572fc7f4012dd1a360 authored over 2 years ago
style(index): update tsdoc

3f3723aab1bc476c9782dae573f0cf33b5fffd97 authored over 2 years ago
style(errors::InvalidWhatIsItError): add tsdoc deprecate to backwards-compat error

eec2843a20348ffd73bc36787d43594273d697ef authored over 2 years ago
release: v9.9.0-beta.2

eb4413f826b48542729811d96c6be2d926176331 authored over 2 years ago
chore(website/yarn.lock): lockfile maintenance

2238f8bc16ad800646011aa669426ae2ae13a15d authored over 2 years ago
chore(website): update docusaurus to "2.0.0-beta.21"

b54bc348db447e203857e1389a5d3de7493f110a authored over 2 years ago
chore(workflow::website): update nodejs version used for website deployment

nodejs 16 is at least required for the next docusaurus beta version

07c60edd97d3db1a7b81d6c157d22471efe7e687 authored over 2 years ago
chore(website/yarn.lock): lockfile maintenance

48ee0fcb5a0990a818ab0666b2720aa9e7adc2cc authored over 2 years ago
dependencies(mongoose): upgrade to 6.3.5

7f70529fa5bbcad3d767fdd1cf6bc40481c497f7 authored over 2 years ago
Revert "chore(website/yarn.lock): lockfile maintenance"

This reverts commit 797dc2c059f25eefb78e13ee80b9651a3812ee5b.

6ec71a30d2b9c36f0865caf91d0bf01aec1467a7 authored over 2 years ago
chore(website/yarn.lock): lockfile maintenance

797dc2c059f25eefb78e13ee80b9651a3812ee5b authored over 2 years ago
release: v9.9.0-beta.1

3ee835778a8362b9e76a032eb7ca59630c724782 authored over 2 years ago
dependencies(@types/node): upgrade to 12.20.52

72cb2161653f6dc84123108caedc88690aae7122 authored over 2 years ago
dependencies(commitlint): upgrade to 16.3.0

dd7301e9edfa389dc9a1e7a8ef328da5158a6bf5 authored over 2 years ago
dependencies(tslib): upgrade to 2.4.0

8417ba17f5183d3e25e07d9160033e6ea7e67d65 authored over 2 years ago
dependencies(mongodb-memory-server): upgrade to 8.6.0

47bfcc4325a6a08ae6921e69c5a85249a42cd253 authored over 2 years ago
dependencies(jest): upgrade to 28.1.0

also upgrades "ts-jest" to 28.0.3

661b10b7c15a6faff0baf4a195090da4843005b3 authored over 2 years ago
dependencies(eslint): upgrade to 8.16.0

2be72ac054a2886b7e48aafd29b62019927a7036 authored over 2 years ago
dependencies(@typescript-eslint/*): upgrade to 5.26.0

5b25b23bb7915d3b587ca71f027d62164a071f07 authored over 2 years ago
dependencies(@types/jest): upgrade to 27.5.1

ef199cee202ad3c833c7fbde91d8608a9a7b30cf authored over 2 years ago
dependencies(@types/lodash): upgrade to 4.14.182

b1f5cb1d245b6710415ff8e1c73ceb28db0f6350 authored over 2 years ago
refactor(utils::getName): rename a parameter to be more intuitive

cbdf75904439753def36d5a756c19178a1b122c1 authored over 2 years ago
style(utils::getName): change tsdoc to be more descriptive

f10eb35961ea0668ac2e5b4da267db82c340aac9 authored over 2 years ago
style(schema::_buildSchema): update tsdoc to current implementation

082de9f3033abcf4e8fdc2be53e3db635cf60440 authored over 2 years ago
style(typegoose): add best-guess comment explaining why "rawOption" is used for "getName"

89c4b1bfead50401ab71ad6987ab79522250c8ec authored over 2 years ago
refactor(typegoose::getModelForClass): assign options to new value instead of re-assigning

2e2f3044223854bed02556788e775bf31e0a0ba2 authored over 2 years ago
style(utils::mergeMetadata): add "returns" tsdoc

109fb7d5440acc86dc495caf58d2ffe9cbc7b496 authored over 2 years ago
refactor(typegoose::getModelForClass): rename value to be more intuitive

b504314c0288e203bcf9564678973a0a6a05e657 authored over 2 years ago
style(typegoose): fix missing and incorrect tsdoc

1cb946f04a76b5948a994d27458a1990f397db69 authored over 2 years ago
feat(typegoose::getDiscriminatorModelForClass): add option to overwrite ModelOptions

fixes typegoose/typegoose#713

1c7460e9c20821cb007a709ab25320904dac72d6 authored over 2 years ago
Merge branch 'master' into beta

4a1a509b5b011b88a312005d9a9bd3cbed1d67e7 authored over 2 years ago
chore(workflow::stale): bump actions/stale from 3 to 5 (#711)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 5.
- [Release notes](https://...

2d4994b120c2136612d66a4b7e72b71c208b1368 authored over 2 years ago
chore(workflow::depsreview): add dependency review workflow to check changed dependencies (#710)

> Dependency Review GitHub Action in your repository to enforce dependency
> reviews on your pu...

872ee64a39b42103c9e3973f9a6012c171f0baf6 authored over 2 years ago
docs(quick-start-guide): fix "an" -> "a"

97a06d8fb7df42a54effccdfdf50c33d9b8968f6 authored over 2 years ago
chore(workflow::website): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.3.3

81787052ab2c65aa5403907ff8a333310d6263e3 authored over 2 years ago
chore(workflow::*): bump actions/checkout from 2 to 3 (#709)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

c3d65da62c71072e99be830b9cf05e62809e6aed authored over 2 years ago
chore(workflow::*): bump actions/setup-node from 1 to 3 (#708)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes...

31f7d5fcf6e4182f1db8085f7763cb9e6e776682 authored over 2 years ago
chore(workflow::code-ql): bump github/codeql-action from 1 to 2 (#705)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release n...

233107537586df12de06bd769c15609de7ca254a authored over 2 years ago
chore(workflow::tests): bump codecov/codecov-action from 2 to 3 (#706)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Relea...

0bdeec53a806e1fef1281bcb32206c7e4f79372d authored over 2 years ago
chore(github): setup dependabot config to check for github-actions

thanks @naveensrinivasan in mongodb-memory-server

422a5651ed5157d96bd0fd25a09097e8091cfd7f authored over 2 years ago
docs(prop): fix case-sensitive link (#704)

45ffcbe9787e5917069206e8b9ab43ed69942d31 authored almost 3 years ago
chore(workflow/tests): replace nodejs version 17 with 18

8826d7c051f3d39e9e4be6c90a5d6be3650ed34c authored almost 3 years ago
chore(workflow/tests): set permissions

b290995c4d64973938618297ceec9a68c5c4d96d authored almost 3 years ago
chore(workflow/*): set permissions for most workflows

thanks @nathannaveen (in mongodb-memory-server)

d39c63621e6a983ffe53132cded10c4cca76c54d authored almost 3 years ago
docs(nesting-classes): add note that the initial mongoose code is not a 1:1 translation

cad00027d72e7f3a20a1f495ec9e694eff8e7eb4 authored almost 3 years ago
chore(website/yarn.lock): lockfile maintenance

32a925d0826c82b2da3edc9959aa80d74d69531b authored almost 3 years ago
chore(website): update docusaurus to "2.0.0-beta.20"

147fdd9b1031783776dbf867bf71c8afbcaa8b14 authored almost 3 years ago
docs(common-plugins): add different versions for "esModuleInterop"

closes typegoose/typegoose#640
closes typegoose/typegoose#643

c6338c5e24b276e914c378891594b935c31c3523 authored almost 3 years ago
chore: fix extension to be "mdx"

this change is not neccessary, but to differentiate between documents

bd8c040455ed02ca9c0fa090797d660361c84102 authored almost 3 years ago
docs(nesting-classes): add guide

aa04583e839928058594a6902fe2d6d2ac046c02 authored almost 3 years ago
chore(CHANGELOG): add note to "9.8.1" that the type-change may be breaking in some cases

61a936fc42899641a98a9793ba065279eab27fd4 authored almost 3 years ago
release: v9.8.1

76fa1f275b385d2c5d5da633de297cd885f33832 authored almost 3 years ago
fix(hooks): add "this" typing for post-query hooks

fixes typegoose/typegoose#694

44ff1c120dccf2aaab78df0500484547244404f5 authored almost 3 years ago
docs(buildSchema): remove extra trailing newline in example code

f40374a721de2f82ddd2793b235ab3dabd1b985c authored almost 3 years ago
docs(deleteModel): fix title

437036bcf36e3e8fdeed8af21bfdbb00a553e658 authored almost 3 years ago
docs(quick-start-guide): fix typo "querys" -> "queries" (#691)

The plural of 'query' is 'queries' not 'querys'

4b422a4aadfd1daa93734020ad6afb06b929a0bf authored almost 3 years ago
docs(quick-start-guide): fix typo in a note (#690)

15908b5e20d0c120c0aded71a5d6b7341f27add9 authored almost 3 years ago
docs(queryMethod): add note that a function is not in the example

f94d3b0e3bff08fe364e610f07c8184adfb6cc8f authored almost 3 years ago
docs(queryMethod): remove note about "not to do example"

remove the note about that the example is a "not to do", because the example is correct
also add...

443a1d2938c874d83ef233da8412d5aea69a8e05 authored almost 3 years ago
release: v9.8.0

41a0326a5460cbc25730c8602e2fdb683ff3160f authored almost 3 years ago
chore(deps): bump async from 2.6.3 to 2.6.4 in /website (#689)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://g...

110768c0d42138a070e2b9860589b9b4f82dc018 authored almost 3 years ago
fix(types::VirtualOptions): fix "localField" and "foreignField" typings

fixes typegoose/typegoose#674

eb6521be5086f919287ece15807116d5a9506ce3 authored almost 3 years ago
dependencies(mongoose): upgrade to 6.3.0

2419824219e7907dd8f8788125594ff6809a41c6 authored almost 3 years ago
dependencies(mongodb-memory-server): upgrade to 8.5.0

7392b7747edd058660d6b257e0d99a491b44500d authored almost 3 years ago
dependencies(semver): upgrade to 7.3.7

367d79793c303fe122e1e4059869e06d3b46ae54 authored almost 3 years ago
dependencies(prettier): upgrade to 2.6.2

f2adbc6d86ddea8db461d930c1970d5615213151 authored almost 3 years ago
dependencies(eslint): upgrade to 8.13.0

c6b80383432b5e78e6f3a47b07cec08210d55a03 authored almost 3 years ago
dependencies(eslint-config-prettier): upgrade to 8.5.0

0f629172b78f8dccf7d041794de9866428ab3885 authored almost 3 years ago
dependencies(@typescript-eslint/*): upgrade to 5.19.0

c86c5c8b50b4078a8b0e542da06a223bb86f4cfd authored almost 3 years ago
dependencies(commitlint): upgrade to 16.2.3

c4862290629334e54af4e6b62f7e7884d981fa2d authored almost 3 years ago
dependencies(@types/lodash): upgrade to 4.14.181

02b1aee313c8464b729aec57219d1a12fb22c3fc authored almost 3 years ago
dependencies(@types/jest): upgrade to 27.4.1

f1f1f7cca9ba856847dcd5d48333769a049efc5f authored almost 3 years ago
dependencies(ts-jest): upgrade to 27.1.4

4358ecc1571d91aee443802506368d646c8bb031 authored almost 3 years ago
docs(virtuals): fix typo

noticed by "DreamChaser" on discord

2c77753c484209bc36911fc900c099500ca4e023 authored almost 3 years ago
docs(index): use actual description for meta-tag (#685)

Adds an actual description to the Landing-Page in the meta-tag

Co-authored-by: hasezoey <hase...

342c70476db8ddc4b7816dd3bc8e1ca7a932ee47 authored almost 3 years ago
chore(deps): bump minimist from 1.2.5 to 1.2.6 (#684)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](h...

08b73226e1a44112b62f01aa3bbe694202a9927b authored almost 3 years ago
chore(website/yarn.lock): lockfile maintenance

e787091fb54ca2f1b44210d3a11d237855fabd39 authored almost 3 years ago
chore(website): update docusaurus to "2.0.0-beta.18"

3912476a2e41debcb53456d8e04260e582ed5676 authored almost 3 years ago
docs(faq): update "I want to the return document with property `id` instead of `_id`"

0e47225033bbef9ca8ec3a8cc936a63cf8d7c760 authored almost 3 years ago
docs(faq): update "Why does `new Model({})` not have types?"

bf0ebf624c4aea872fd54373748f1496975fae99 authored almost 3 years ago
chore(website/yarn.lock): lockfile maintenance

06fde896308e89ad93c251eaf55868afa2f10e7c authored almost 3 years ago
chore(website): update docusaurus to "2.0.0-beta.17"

bf03ce9a45782be271e6097f4a17ddb839189705 authored almost 3 years ago
chore(deps): bump node-forge from 1.2.1 to 1.3.0 in /website (#683)

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release note...

ebff2ed1363665302378f0a2127633a6a681e593 authored almost 3 years ago
release: v9.7.1

97c57d4dbff598c945793d7bb61f95b8b716b7a7 authored almost 3 years ago
fix(processProp): fix handling map-array values

correctly handle "Map<string, string[]>" types
add function "utils.isTypeMeantToBeArray"

fixes ...

36deb80cd9a63542eb16c0a0fcb5db84ce5db81e authored almost 3 years ago
style(utils::mapOptions): add proper interface for return type

add type "MappedInnerOuterOptions"
change return type for "utils.mapOptions" to be "MappedInnerO...

3deb4ecc283145badb251b01974531f9f2896e87 authored almost 3 years ago