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

Move "Methods" section from README to github-page completly

- readme: remove section "Methods"

github.com/typegoose/typegoose - 949a6e828e6a005ef51067825ad8baeed3b48bfb authored over 5 years ago
Move "Types" section from README to github-page completly

- readme: add section "FAQ"
- readme: add section "Known Issues"
- readme: remove section "Types"...

github.com/typegoose/typegoose - f6d682a4da0035182e3cf4397864d9890537847c authored over 5 years ago
Add more debug logs

- prop(src): add more debug logs

github.com/typegoose/typegoose - 7c932bfd0746c58e691c7a20b153fa3de6620802 authored over 5 years ago
Enable "useUnifiedTopology" for tests

github.com/typegoose/typegoose - 2a14d1512c79c36de21506894cdd8cc257e5e12a authored over 5 years ago
Set Version to 6.1.0-1

github.com/typegoose/typegoose - e0a34bc2bfa3375884a16e7df49b2a32e4f2e9aa authored over 5 years ago
Refactor Decorator Cache to be in the class itself

- move "WhatIsIt"-enum to "types.ts"
- decorator cache is now on the class itself
- constants(...

github.com/typegoose/typegoose - b364284c6dd60540b18e994784f5b0fe7068f53f authored over 5 years ago
Completly remove the Method Decorators

- travis: remove "r6/master" from the github-page building
- completly remove the method decorators

github.com/typegoose/typegoose - 7710bc310c5f889ef90b0b2d13129232add52375 authored over 5 years ago
Set Version to 6.1.0-0

github.com/typegoose/typegoose - cd323ffc7388111147bc51469d1b9946361d0263 authored over 5 years ago
Changelog for 6.0.4

github.com/typegoose/typegoose - 50a28783e9aeb993a81eb6e2ba26309e40a64735 authored over 5 years ago
Fix github-page front links

- github-page: links now point to the new branch & npm package

github.com/typegoose/typegoose - d894fdab58f699c6c8b950d3e8d0b85b4e26ffb8 authored over 5 years ago
Rename some variables to make more sense

- schema(src): rename variables to make more sense
- typegoose(src): add missing character to string

github.com/typegoose/typegoose - 3ef1bf8ea1bc971eb7b3172610be774601ddb1b6 authored over 5 years ago
Add documentation for Virtuals

github.com/typegoose/typegoose - 30760b1dce530a8028e1d6be1ddf4dbd31958e51 authored over 5 years ago
Rename "document" to "documentType"

- (docs): rename "document" to "documentType"

github.com/typegoose/typegoose - ea0aa3caa131fc9ec1368b5dbaf79cfe1051ea7f authored over 5 years ago
Fix types for "inheritanceClass" test

- fix incorrect types for the "inheritanceClass" test model
- shouldRun(tests): use a longer more...

github.com/typegoose/typegoose - fe5bab04fbbf0972647dda97dbff13b8097674b8 authored over 5 years ago
Fix Style for one file

- inheritanceClass(test): fix style

github.com/typegoose/typegoose - 6eb743e60da7906cbcef2c50fa3aaf68aa9b6aa3 authored over 5 years ago
Add soft warnings when using "ref" in an arrayProp

- prop(src): add soft warning when using "ref" in an arrayProp
- prop(src): add soft warning when...

github.com/typegoose/typegoose - a2b2431cf75d205827fb3a30f19d5b1aaf3fac12 authored over 5 years ago
Add more examples to Ref Type Documentation

- ref(docs): add more examples

This is a squash merge of typegoose/typegoose#73

github.com/typegoose/typegoose - c33c923e083ed9103e986a7198d26c51fe19c2f3 authored over 5 years ago
Update Dependencies

- upgrade mongoose from 5.7.1 to 5.7.4

github.com/typegoose/typegoose - 6c6933c28f70e77538ec0a6b179b4c323fe00dc2 authored over 5 years ago
Add note that MD arrays allow any type

- known-issues: add note that multi-dimensional arrays currently allow any type

typegoose#65

github.com/typegoose/typegoose - c0e5d75edaacd076662e0bf4d51d9bb0aabe5afe authored over 5 years ago
Changelog for 6.0.3

github.com/typegoose/typegoose - 1464b27925cf4952e9b7cb0fa919d65fb7c21fbc authored over 5 years ago
Added Common Plugins as an Advanced Guide

- (guides): added "Common Plugins"
- defaultClasses(src): added default class "FindOrCreate"
- ty...

github.com/typegoose/typegoose - 660dd57bce5c69e66590eb23d8d43ce9f2936d2e authored over 5 years ago
Changelog for 6.0.2

github.com/typegoose/typegoose - a5df549e2c9500495db49b4d835e8bd4e15d4de8 authored over 5 years ago
Extend Documentation of Default Classes

- defaultClasses(guide): add infomation on how to use multiple classes
- defaultClasses(guide): ...

github.com/typegoose/typegoose - 9f1eae553c30badf34e53bbfcbada56d09ae06ea authored over 5 years ago
Update Dependencies, add extra infomation

github.com/typegoose/typegoose-testing - de9adf78e3b532a8137ec396a56ee2e1e524bace authored over 5 years ago
Remove wrong infomation from the migration guide

- migrate-to-6: remove notice that "buildSchema" (and all functions using it) had "options" removed

github.com/typegoose/typegoose - 573e4179a825355574d0bcc89e05c8212dd9c4a2 authored over 5 years ago
Adding small npm version script

github.com/typegoose/typegoose - c063d643a552802e34ebcece94b4b235f281b692 authored over 5 years ago
Changelog for 6.0.1

github.com/typegoose/typegoose - 0f49cd8ea444de277efd6671f24a993eb774c320 authored over 5 years ago
Make "PreFnWithDT"'s "next" not "optional"

fixes typegoose#64

github.com/typegoose/typegoose - c992a5ebae80a447650b752a1be72f26ceba6c89 authored over 5 years ago
Update to typegoose 6.0.0

github.com/typegoose/typegoose-testing - 851bf5ce6b4f31750ae44ad0a89357d909030ad3 authored over 5 years ago
Fix decorator options mutating

- Fix decorator options mutating

fixes typegoose#55
maybe typegoose#59

this is a squash m...

github.com/typegoose/typegoose - 7d6e28532a02a2f13786a9af7ac2f0ac370b256f authored over 5 years ago
Fix wrong documentation

- fixes wrong documentation (adds a "typeof" where it was needed)

this is a squash merge of t...

github.com/typegoose/typegoose - 6ea77e833ea38da0e11a1373c7aafc0c48143ba7 authored over 5 years ago
Use "refType" instead of "itemsRefType" in refPath

github.com/typegoose/typegoose - 3914e8bef315bde430e9544bbc9719ed832531a8 authored over 5 years ago
Add missing TSDoc for "refType"

github.com/typegoose/typegoose - 9da1865e3be37e92e2ed3b128271b3488159db07 authored over 5 years ago
Remove the pre- note

- changelog: remove the note that states that 6.0.0 is still in preview

github.com/typegoose/typegoose - 2b7acf72d57175179be970909f68b741702da5b5 authored over 5 years ago
Add note for README documentation

github.com/typegoose/typegoose - 6181d58597653c04a205d9a4c6f7c6860a582b55 authored over 5 years ago
Changelog change version from pre to full

github.com/typegoose/typegoose - 02039a382ab82c0ba3bb942fb1700a3413b9391d authored over 5 years ago
Change the position of the example connect

github.com/typegoose/typegoose - 9bbfeb425dd9cc68a1d5080c917f59b1428307e4 authored over 5 years ago
Merge branch 'r6/master' into 'master'

github.com/typegoose/typegoose - 3c108216e027274cfc1001cda800722727be5b85 authored over 5 years ago
Catchup Changelog

github.com/typegoose/typegoose - f5a5b645951cbb2d052bd55ed185a42d3bbafaf8 authored over 5 years ago
DOC: fix some minor documentation quirks (#49)

- fix some minor documentation quirks
- temporarily move broken link to tests to r6 branch link...

github.com/typegoose/typegoose - 5f1e6a492c910127d65d5704f463557ea9468c41 authored over 5 years ago
invert "automaticName"

- invert the effect of "automaticName" to be opt-in instead of opt-out

fixes hasezoey#47 (again)

github.com/typegoose/typegoose - 6bc907ddd1cb6b70ee469beb3ed18f0e372c64a7 authored over 5 years ago
Fix ref name

- prop: use utils.getName for item-refs

this is a squash merge of typegoose/typegoose#53

github.com/typegoose/typegoose - 3c2e0172b7872a0a7d7104fe53a56d7df1f741d1 authored over 5 years ago
Set version to 6.0.0-32

github.com/typegoose/typegoose - f050455d847e753ecb9407a71145e1cdb3898981 authored over 5 years ago
Hooks now use an array

- hooks now use an array, for an mistake made by refactoring data.ts
- data: renamed the interfac...

github.com/typegoose/typegoose - 732574f27821e05b5042638f2e9d69220a2a4a1e authored over 5 years ago
Update Dependencies

github.com/typegoose/typegoose - 7190dce9483a69c80bd22a7d6a0a39911ea47e44 authored over 5 years ago
Adding branch structure to notes

- notes to maintainers: adding branch structure note

github.com/typegoose/typegoose - 35c5d43b30ea3b2b90e244ac262f768aa8714ddb authored over 5 years ago
Update package name

@hasezoey -> @typegoose

github.com/typegoose/typegoose - 63f9a98454e5e3320117004dcba458e84ce9c242 authored over 5 years ago
Add option "automaticName"

- add option "automaticName" that can be set to false
- add documentation for "automaticName"
- s...

github.com/typegoose/typegoose - 7114498fb8357c90185bdeda4a7dde81b8ba35d2 authored over 5 years ago
Update jekyll urls to new org repo

github.com/typegoose/typegoose - e3fbaf59a3690b2655d045dd39274c73683007a0 authored over 5 years ago
Add Documentation Issue Template

- add Documentation issue template
- question: remove added title

github.com/typegoose/typegoose - a17eed8e99c987bbdd87b313e9ade28c4ff31c21 authored over 5 years ago
Add Documentation Issue Template

- add Documentation issue template
- question: remove added title

github.com/typegoose/typegoose - f7c6d462e829d499b54ac91595b47f7411e3f8d9 authored over 5 years ago
Add Example for defaultClasses

(docs)defaultClasses: add example of how to use them

github.com/typegoose/typegoose - c8b8e4d108a5f203259fb421ad08dd6e07fd65de authored over 5 years ago
Add release 5.9.1 & 5.9.2 to changelog

github.com/typegoose/typegoose - 7b1e7874350a9aca22aff4e5081d88f72187a944 authored over 5 years ago
Update badges to the moved repo (hasezoey -> typegoose)

github.com/typegoose/typegoose - 31d03ce8f966b6a77f004dc6dbdfbbf1612eb297 authored over 5 years ago
Add Error if using a self-contained class

github.com/typegoose/typegoose - bb72f0d2e75f6b763eb0474739af3e6317d48892 authored over 5 years ago
Catchup Changelog

github.com/typegoose/typegoose - b585e63ec4f1cdd9b04fd6df1dd46bba213c95eb authored over 5 years ago
Set Version to 6.0.0-31

github.com/typegoose/typegoose - f6d5e417dbbf0ad9815361d9933915670f33c89b authored over 5 years ago
Add "defaultClasses" guide to navigation

github.com/typegoose/typegoose - 9706f839a04ae21749b9ed3938141afb9c1c7ed6 authored over 5 years ago
Add Documentation of Default Classes

- add documentation for default Classes
- defaultClasses: add "Base" providing basic types

github.com/typegoose/typegoose - 05d1589f94c6013498911fb4168cce5f25b6c70b authored over 5 years ago
Add examples to "isDocument" typeguard

github.com/typegoose/typegoose - 4cfc4fdcea31848f788e5fcb36504cb21fadb76f authored over 5 years ago
mergeMetadata now returns a new object

- utils: "mergeMetadata" now returns a new object instead of a reference to the old

this is a...

github.com/typegoose/typegoose - 08e5998fc71e2b83ffdda70ab2f7f4a1b514778f authored over 5 years ago
Add Inheritance Tests

- add more inheritance tests
- add support for custom discriminator properties
- add ".idea" t...

github.com/typegoose/typegoose - 35a9681e41912d263ddeb5b719cb834c135ce543 authored over 5 years ago
Set Version to 6.0.0-30

github.com/typegoose/typegoose - b13c5f8a20bcec74eb329501b1fb03f53dc70e5a authored over 5 years ago
Use ".constructor.name" instead of ".name"

- package.json: add "publishConfig"
- prop: use ".constructor.name" instead of ".name" (fixes the...

github.com/typegoose/typegoose - 8c24d8666fc65e1cd342d2b4294c721fd54d4ff7 authored over 5 years ago
Catchup for changelog.md

github.com/typegoose/typegoose - 5e8b3022379abaf8c8056785fea58f3edec84ee1 authored over 5 years ago
Add Test for Required as a function

fixes szokodiakos#247

github.com/typegoose/typegoose - 4eb7c57cedfa6a7e02dee3c81baa00d29494c662 authored over 5 years ago
Add Advanced Guide for szokodiakos#143

github.com/typegoose/typegoose - e35160b826fa609a9c0fc9576848230f6ac86b29 authored over 5 years ago
Add (disabled) Test for "Self-Containing-Class"

- add disabled test for SCC
- known-issues: add SCC

github.com/typegoose/typegoose - 1d2745d1f179676fff3bd9f2c5cbb9b92cd435a3 authored over 5 years ago
Set Version to 6.0.0-29

github.com/typegoose/typegoose - 38b9f799e10988c4a9b8779fb8786cecb635b90c authored over 5 years ago
Update Dev-Dependencies

github.com/typegoose/typegoose - 2edb83d756042dea3a888b0d69eee3cbc1dcda09 authored over 5 years ago
Fix Decorator Execution Order

- fixes "decorators execution order" problems
- removes buildSchema cache (incompatible with DEO)...

github.com/typegoose/typegoose - ada5cfb81798137aebb02dc68159d93809f3f828 authored over 5 years ago
Add "tsconfig-paths" known-issues warning

github.com/typegoose/typegoose - dbf6419920bf015d258e00f114c59eb54b73b2be authored over 5 years ago
Add documentation for get & set & type

- add documentation for "get & set" & "type"

github.com/typegoose/typegoose - 429019d173f45a488f5914e82cec4eba1c92532a authored over 5 years ago
Fix Doc example, use "string, schema"

fixes hasezoey#37

github.com/typegoose/typegoose - 2ebf96c45aa0c9a664a70ddd2757c41bc5f8eeb2 authored over 5 years ago
Fix github Deploy

github.com/typegoose/typegoose - 72f8232414095a98362292bdeb72bb463a8b8ae0 authored over 5 years ago
Change exports from logSettings in typegoose.ts

github.com/typegoose/typegoose - eefac43bf46075a4656b930ccd0a0a7094d68561 authored over 5 years ago
Update Dependencies

- update dependencies
- fix lint

github.com/typegoose/typegoose - 73356faea0e2e314a60a272ede2ce5dd15d2d98c authored over 5 years ago
Add "loglevel"

- add "loglevel" as a logger (for debugging & soft errors)

github.com/typegoose/typegoose - 15be6fbe7e8accb05919f23ed16c560a44c04478 authored over 5 years ago
Remove "object.fromEntries" dependencie

github.com/typegoose/typegoose - 6524f1e1f717b585f2e94963cbeb59bbcb21ca56 authored over 5 years ago
Update FAQ (add "Why @hasezoey/typegoose")

github.com/typegoose/typegoose - 05343ca3012bf48e43a0c1c79b6c149e9f6e01bf authored over 5 years ago
Set Version to 6.0.0-28

github.com/typegoose/typegoose - 240330c4cbb51478a4b5130340d455da80f13c1c authored over 5 years ago
Allow overriding model options from getModelForClass

fixes hasezoey#30

github.com/typegoose/typegoose - 48cf12032297eb128ff35c36c7081ec1c15be021 authored over 5 years ago
Add validation to assignMetadata

- utils: add argument validation to "assignMetadata"

github.com/typegoose/typegoose - 97376390af36774e548914728a76574540726f42 authored over 5 years ago
Add a reference for all mongoose related issues

- known-issues: add a reference link for all mongoose ("cant fix" in typegoose) issues

github.com/typegoose/typegoose - 0d4ecb8c980ede7b12526e8a9fc572bb6be75f6e authored over 5 years ago
Disable NPM Travis deploy

- disable npm-travis-deploy because it did not work

github.com/typegoose/typegoose - c44c94ddcf293c05141273e03bf8fc2dee726f78 authored over 5 years ago
Fix missing script

github.com/typegoose/typegoose - 6a5f887e4fb8b976dd3ee8e4daf33bee8cd2ff10 authored over 5 years ago
Release Version 5.9.2

- Change every reference to the old repo the the new one
- rework travis.yml to match the v6.0.0 one

github.com/typegoose/typegoose - d79e0a8f91d341e3a8b95b61efc69d0356871cdd authored over 5 years ago
update vscode setting

github.com/typegoose/typegoose-testing - d4a26b1f34b086e9933d04f1c1f21d6e6574a656 authored over 5 years ago
Fix Style & Add soft-error if same name is used

- fix import style
- add soft-error if "addModelToTypegoose" is called when already existing with...

github.com/typegoose/typegoose - 33e5014ca1f0198dc349b08b9401dd164076da6d authored over 5 years ago
Fix hasezoey#22

- fixes "NoParamConstructor" to "AnyParamConstructor"

github.com/typegoose/typegoose - 5a6f94db4fa2c7f17bf34d8cea1dcfb7b636412a authored over 5 years ago
catchup for changelog.md

github.com/typegoose/typegoose - 100cfb53d5ba282c75d5fb448fcbb647e1555e63 authored over 5 years ago