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

docs(hooks): update documentation for current implementation

github.com/typegoose/typegoose - 939067069591ac5dfdf605c934181ae54a032fc3 authored about 2 years ago
docs(getClass): update documentation to match current implementation

github.com/typegoose/typegoose - 164839ea5551dea1d95a617e78384e933b34af78 authored about 2 years ago
style(utils::getClass): update types to use less duplicate types

github.com/typegoose/typegoose - 5435d881fb275cd299a8e7dbc3928e691a419cf4 authored about 2 years ago
docs(getClassForDocument): note that the function has been removed

github.com/typegoose/typegoose - cc7bd8e6e7b7bc5b33d064cc60f61f2996faa122 authored about 2 years ago
chore(commitlint): change "dependencies" to "deps"

github.com/typegoose/typegoose-examples - d928108e129f6e1ff781422c55e4cdc199339918 authored about 2 years ago
deps(typescript): downgrade to 4.8.4 for now

github.com/typegoose/typegoose-examples - 3ee2508eb0c008cb53826400119fe57cad6c2fe2 authored about 2 years ago
chore(tsconfig): update exclude to actually exclude "build" on any level

github.com/typegoose/typegoose-examples - 1083d02d9471e5ed0831bc1c5edbd190df7db7ab authored about 2 years ago
chore: fix global tests

github.com/typegoose/typegoose-examples - d48a4f89e4a9be601ed1950586a6a3a2dc3b8eb6 authored about 2 years ago
chore(gitignore): dont save "config_default"

github.com/typegoose/typegoose-examples - fc0a07400472ae03fdbd98c0cacf8621a5e6dd20 authored about 2 years ago
chore(package.json): fix using wrong tsconfig

github.com/typegoose/typegoose-examples - 1a4b8c67636038e219f5451fc27a9e25199e3aed authored about 2 years ago
chore(package.json): remove unused script

github.com/typegoose/typegoose - 8c63ebcc715c6f43dd95577e54f34271ceaaf8eb authored about 2 years ago
test: move unrelated tests from "getClass" to "shouldRun"

github.com/typegoose/typegoose - bd2543a9e4a886606260494d0c0da80d65b6d79a authored about 2 years ago
feat(utils): remove function "getClassForDocument"

BREAKING CHANGE:
Function "getClassForDocument" is removed, use "getClass" directly

github.com/typegoose/typegoose - da3a878a9625a70073dedca4fc30e7d4929c4575 authored about 2 years ago
style(utils::getClass): update types to better reflect what it is doing

github.com/typegoose/typegoose - a9a23f6c40db74e6b83b9b6e61a13e894c9bb2d2 authored about 2 years ago
feat(utils::getClass): support getting name from "modelName" if available

github.com/typegoose/typegoose - 5447184a6eda1c458c87296ad32b6b1c03b159e0 authored about 2 years ago
style(types::EmptyVoidFn): remove unused type

github.com/typegoose/typegoose - 2e79801f482d784305fcbdfc8567f0ccfec07373 authored about 2 years ago
style(types::DecoratedPropertyMetadata): change "options" to have proper type instead of "any"

github.com/typegoose/typegoose - 845c5e0720eab62b6790d4a7b60a815157783fe7 authored about 2 years ago
style(utils): remove unused imports

github.com/typegoose/typegoose - 4b79a49b899f87aaba74ca23b807cc207d0e238d authored about 2 years ago
style(types): remove type "IObjectWithTypegooseName"

github.com/typegoose/typegoose - 67e8350d4da9382186755fb608fe6395eaf0b89b authored about 2 years ago
style(types::IndexOptions): remove unused generic

also remove generic from "@index" decorator (was only used for IndexOptions)

BREAKING CHANGE:
A...

github.com/typegoose/typegoose - 5ed9f25be95a007f151ceaa00099eb34e64cda3d authored about 2 years ago
feat: remove deprecated references to "WhatIsIt"

BREAKING CHANGE:
"DecoratedPropertyMetadata::whatis" got renamed to "DecoratedPropertyMetadata::...

github.com/typegoose/typegoose - b0cd080ae3b4465a8187962b2fdb78bbd4f0d798 authored about 2 years ago
style(types): remove deprecated temporary options from "ICustomOptions"

these options were only temporary, and did nothing anymore since 9.13.0

github.com/typegoose/typegoose - 932cce52c9b728136850c1d2b142241f04319fdd authored about 2 years ago
test(basicTypegoose.test-d): fix types test

github.com/typegoose/typegoose - 14145892f991072deb676f1cfb8741f8118f7745 authored about 2 years ago
chore(workflows::tests.yml): remove tests for nodejs 12

github.com/typegoose/typegoose - 91f7e10985df1da16c53dc2b344afcab9675dfb1 authored about 2 years ago
feat(tsconfig.json): update "target" to match minimal NodeJS capabilities

fixes typegoose/typegoose#735

BREAKING CHANGE:
tsconfig "target" is now "es2020" which could be...

github.com/typegoose/typegoose - 896aef2c06e279c64b135313f9b7d5f7ccb521b1 authored about 2 years ago
dependencies(mongoose): upgrade to 6.7.3

github.com/typegoose/typegoose - f3870ffddb89efa9e6eea3f676646b9585793047 authored about 2 years ago
dependencies(mongodb-memory-server): upgrade to 8.10.1

github.com/typegoose/typegoose - 287dda87acd6482b850fe700cc545e191b69d129 authored about 2 years ago
dependencies(semantic-release): upgrade to 19.0.5

github.com/typegoose/typegoose - 3d9175ec2f257ca8f67f44b3e528003d8bc2936e authored about 2 years ago
dependencies(@types/node): upgrade to 14.14.31

github.com/typegoose/typegoose - 9f150d443082149ffe68c5a311e9dc272b8e4179 authored about 2 years ago
dependencies(lint-staged): upgrade to 13.0.4

github.com/typegoose/typegoose - 31f082c870b87d74ee18a9640b392aa200467a23 authored about 2 years ago
dependencies(commitlint): upgrade to 17.3.0

github.com/typegoose/typegoose - ee9fc80adbe88456e2023da2fa11c4bd8354cdaa authored about 2 years ago
dependencies(husky): upgrade to 8.0.2

github.com/typegoose/typegoose - 4e1c894ad2120a8fd97c0f30ab80923ac11f81c0 authored about 2 years ago
dependencies(jest): upgrade to 29.0.3

github.com/typegoose/typegoose - 4252897efcfff050513bca42df9d1b7cc2f9bc6e authored about 2 years ago
chore: update minimal NodeJS version to 14.0.0

BREAKING CHANGE:
NodeJS 14.0 is now the lowest required node version

github.com/typegoose/typegoose - fcffbd8f9a2f2444b06637ef4ef839ff8079beae authored about 2 years ago
feat(types::Ref): update to transparently use "DocumentType"

fixes typegoose/typegoose#730
fixes typegoose/typegoose#772

BREAKING CHANGE:
"Ref" now transpar...

github.com/typegoose/typegoose - 4b3520e55b8b13947cce2a28d83b53825e22fd60 authored about 2 years ago
chore: exclude ".test-d.ts" files from "build:tests" script

github.com/typegoose/typegoose - a7094a456e9302f48764e248276412604183be92 authored about 2 years ago
refactor(hooks): dont define empty hooks options if not provided

github.com/typegoose/typegoose - 89b94169efc80d1be3fea7419d9289b110621918 authored about 2 years ago
style(hooks): update types to more closely match mongoose's

fixes typegoose/typegoose#587

github.com/typegoose/typegoose - 62e1f2bd7cca0376f392cc78aa20ea3f254fc330 authored about 2 years ago
style(schema): update comment explaining on why "as any" is used for hooks

github.com/typegoose/typegoose - 3e0386b3d2dda194e0552e9b84facbb359235d53 authored about 2 years ago
refactor(hooks): use mongoose's array looping over methods over typegoose's

re typegoose/typegoose#587

github.com/typegoose/typegoose - ca2a03a64c9d23c5ad30e42eaa1800eac79ac5f6 authored about 2 years ago
feat(utils): remove function "initProperty"

function went unsued, because the property get re-written completely anyway

github.com/typegoose/typegoose - 0993605c59e317af2f1bf5b6582b16a96b8f152d authored about 2 years ago
refactor(utils::initProperty): simplify paths

github.com/typegoose/typegoose - 37ca83ede507340bac06fa340d04552f906fb953 authored about 2 years ago
feat: refactor to remove "data.schemas"

now uses reflection to store it in the class itself

re typegoose/typegoose#760

github.com/typegoose/typegoose - 3fdeab1c2247f80f0c60103a35f9e65e3d9b308a authored about 2 years ago
dependencies(typescript): upgrade to 4.9.3

github.com/typegoose/typegoose - cfca61665838f0e565cdd946ef339c8e2c78644b authored about 2 years ago
dependencies(@types/lodash): upgrade to 4.14.190

github.com/typegoose/typegoose - 57233c9a09345338aa5e7c67a5a5f38369ffd8da authored about 2 years ago
dependencies(prettier): upgrade to 2.8.0

github.com/typegoose/typegoose - 932804318f66c1f8b2de0b8f059bdff0f919c3ac authored about 2 years ago
dependencies(@typescript-eslint/*): upgrade to 5.44.0

github.com/typegoose/typegoose - 70ab1bb8ba9b6e2d32c22c85880e0c6b0d4733c7 authored about 2 years ago
dependencies(eslint): upgrade to 8.28.0

github.com/typegoose/typegoose - ddcd191ab4b5183c5ec19b4b3a75b46ed307a893 authored about 2 years ago
feat(tsconfig.json): update "target" to match minimal NodeJS capabilities

fixes typegoose/typegoose#735

BREAKING CHANGE:
tsconfig "target" is now "es2019" which could be...

github.com/typegoose/typegoose - 59826c1aabec37ba577f9c110c5d916024ae463c authored about 2 years ago
release: v9.13.1

github.com/typegoose/typegoose - 0bfafd6eba1fbe414c8db4c531b0da6e9631f382 authored about 2 years ago
chore(website/yarn.lock): lockfile maintenance

github.com/typegoose/typegoose - a29d56a509fb0383aefe94d1c387faa5ac63ea46 authored about 2 years ago
chore(website): update docusaurus to "2.2.0"

github.com/typegoose/typegoose - 3c76f054ef443429b76d4a2146966a880a8c08a2 authored about 2 years ago
docs(defaultClasses): update "Base" description

github.com/typegoose/typegoose - 5f78be0b13153d7352c1a0a9e4a95d62cece0a1a authored about 2 years ago
docs(error-warning-details): update some details

github.com/typegoose/typegoose - 3e6a1720023c9a1cd331e4c2578f3bcda5fea946 authored about 2 years ago
docs(error-warning-details): remove old note

github.com/typegoose/typegoose - 5b05c149cc1cfa30486fe0ba101e355a3082d81a authored about 2 years ago
docs(faq): extend "passthrough" class mention

github.com/typegoose/typegoose - 1482db3b05ed193873b0b9fa346e4cf6a6700233 authored about 2 years ago
docs(faq): add link explaining a short-form

github.com/typegoose/typegoose - a37804d0a051acc2f0838340737053cb638817c9 authored about 2 years ago
docs(quick-start-guide): small changes for readability

github.com/typegoose/typegoose - 26e0a8463f8b3b4f2ed4bf0d301d7d9d533e68cb authored about 2 years ago
docs(quick-start-guide): update comments regading "no types"

for constructor and create

github.com/typegoose/typegoose - 4b2f04de8ccc36a472aa45b02cacd53f2d1d32b0 authored about 2 years ago
fix(typeguards): quick fix for typescript 4.9

i have no clue why it errors or how to fix it, but a "ts-ignore" supresses the error and still w...

github.com/typegoose/typegoose - df36c346006cb89e4d89c8d152c63b3b222bcfd5 authored about 2 years ago
update mongoose & typegoose

github.com/typegoose/typegoose-testing - 0324161941e91f0e92b2be62c5cdf53f523ca7ce authored about 2 years ago
release: v9.13.0

github.com/typegoose/typegoose - 8394fc3e857aac032d124e15e923cb3c06a175ee authored about 2 years ago
Merge branch 'beta'

github.com/typegoose/typegoose - b90f3c28613bd273f69f737089ac86e4d52bb6a7 authored about 2 years ago
style(dbIndex.test): remove unused imports

github.com/typegoose/typegoose - 7c1c7bee2a208c7d1e194319728504e9bd95d917 authored about 2 years ago
release: v9.13.0-beta.2

github.com/typegoose/typegoose - d7b6d0b6f77488fd4bbf316a286f2160ea6fbf1e authored about 2 years ago
Merge branch 'master' into beta

github.com/typegoose/typegoose - 96f309dd8919e1c6c45cf4aff0c2ecdf0ead7472 authored about 2 years ago
feat: fix non-nested discriminator hooks & plugins

also add more tests regading this implementation to not break again unnoticed

re mongoose #1247...

github.com/typegoose/typegoose - 8cc73018aaf538a698ac390bb3bb0d46628cabcc authored about 2 years ago
test(discriminators): update test to match typegoose specifications

github.com/typegoose/typegoose - 1deeec77fb1d7438479422f9bfac9caaac7c054d authored about 2 years ago
dependencies(tslib): upgrade to 2.4.1

github.com/typegoose/typegoose - 9da260029f06bf5d34a789e09bd4c86a2f301273 authored about 2 years ago
dependencies(loglevel): upgrade to 1.8.1

github.com/typegoose/typegoose - b017f76cdb55cbe257fbf02cad5e699d93102a77 authored about 2 years ago
dependencies(mongodb-memory-server): upgrade to 8.10.0

github.com/typegoose/typegoose - 79242e64588887e63a78b3866f600508e38af18d authored about 2 years ago
dependencies(@types/lodash): upgrade to 4.14.189

github.com/typegoose/typegoose - 62572238e3cdbe2d7ce944da395f5f2ff7637593 authored about 2 years ago
dependencies(eslint): upgrade to 8.27.0

github.com/typegoose/typegoose - 436036ab21352ef625007d2a46b9d677f4e99f90 authored about 2 years ago
dependencies(@typescript-eslint/*): upgrade to 5.43.0

github.com/typegoose/typegoose - 851163f33d75c0ec707ccc3e843a7cd222f1960b authored about 2 years ago
dependencies(mongoose): upgrade to 6.7.2

github.com/typegoose/typegoose - d1e83f7aa140a4c5fce605e80340d617a4fe5fe2 authored about 2 years ago
chore(deps): bump loader-utils from 2.0.3 to 2.0.4 in /website (#771)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release n...

github.com/typegoose/typegoose - 1041673701971fc30581ffcc479e17d544abedf5 authored about 2 years ago
chore(deps): bump actions/dependency-review-action from 2 to 3 (#770)

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) fr...

github.com/typegoose/typegoose - 6447d0d066ebfc84619847c3ebf6e1cee1c3cec4 authored about 2 years ago
chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /website (#769)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release n...

github.com/typegoose/typegoose - f0b7e67e9fe1b26eb9565e0d5a0ab1eaed9ed5e6 authored about 2 years ago
release: v9.13.0-beta.1

github.com/typegoose/typegoose - 87b87eb34aa1f06ca9052400d245f507813c0529 authored over 2 years ago
test(dbIndex): remove some "as Class" workarounds

github.com/typegoose/typegoose - 4317408e6e6e5aa471d46dede0399241c79c65cf authored over 2 years ago
dependencies(typescript): upgrade to 4.8.4

closes #644

github.com/typegoose/typegoose - 6590961e8736804fe17a1d0f9f82e19c1b0f09ff authored over 2 years ago
dependencies(@types/semver): upgrade to 7.3.13

github.com/typegoose/typegoose - 9c7a15182cafc3a59ff213b3e76a05b488b84ac2 authored over 2 years ago
dependencies(@typescript-eslint/*): upgrade to 5.41.0

github.com/typegoose/typegoose - e10e53aac461a0bb40890c15449db6ee29a6ff90 authored over 2 years ago
dependencies(mongoose): upgrade to 6.7.0

github.com/typegoose/typegoose - d5fa0e09d933e6132241c5d2c2159882dc6d8b91 authored over 2 years ago
dependencies(@types/lodash): upgrade to 4.14.186

github.com/typegoose/typegoose - 836745224e5a167ab8a5cb6701fbe3335bc7b651 authored over 2 years ago
dependencies(mongodb-memory-server): upgrade to 8.9.3

github.com/typegoose/typegoose - 1725f65af25c86fb89f3f1cbd5cb4795ce9e0edf authored over 2 years ago
dependencies(eslint): upgrade to 8.26.0

github.com/typegoose/typegoose - 187c84337b1836b0243b17550b579307877f3667 authored over 2 years ago
dependencies(semver): upgrade to 7.3.8

github.com/typegoose/typegoose - 7dc813880df15ad9fc7fd4861661f8fb3d767a0d authored over 2 years ago
update nodejs version

github.com/typegoose/typegoose-testing - 40e53515b090ff83c14d45d6178e2fba91cf61d0 authored over 2 years ago
upgrade dev dependencies

github.com/typegoose/typegoose-testing - 16eb25e14003ed166b09ddb97167ae6643c81a43 authored over 2 years ago
chore(deps): bump JamesIves/github-pages-deploy-action (#766)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-ac...

github.com/typegoose/typegoose - 7e9f03f85966358676efd27b430b5cfac636838e authored over 2 years ago
docs(reference-other-classes): add population section

also change some text to be more readable

fixes typegoose/typegoose#630

github.com/typegoose/typegoose - 5961eb910fad0fdaea04ff000d276ea7ede5fbb7 authored over 2 years ago
update dev dependencies

github.com/typegoose/typegoose-testing - bf86004757f382887da0f9e19fa619bf85e1525e authored over 2 years ago