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

Set Version to 6.0.0-6

4feb4339b0894ace27fcd4ffb9ce26c0c5ba6a7e authored over 5 years ago
Array Validators & Transforms

- Update Dependencies
- upgrade mongoose to 5.7.6
- use the "OptionsConstructor" for array o...

7529d0de55ef4c99d67b7906620bca745346aab2 authored over 5 years ago
Add documentation for "getClassForDocument"

- getClassForDocument(gh-page): change documentation for the actual function

8844016f1219655f4718fc1733279cc272f3ce8d authored over 5 years ago
Add "getClassForDocument" to docs sidebar

0ab0d582c81ae90943583d1c7cc50149172538b1 authored over 5 years ago
Set Version to 6.1.0-5

6a2cabfd3c9ff341a2d9aad36f4565b944dfdfbf authored over 5 years ago
Allow PropOption "type" to overwrite "Type"

- utils(src): "isPrimitive": try to match against "Schema.Types" and "Schema.Types.*.name"
- prop...

17c0c05420190887bd60ff0547e72db08ce2eb7c authored over 5 years ago
Instead of using EmptyVoidFn use HookNextErrorFn

- hooks(src): type "PreFnWithDocumentType" now uses "HookNextErrorFn"
- hooks(src): renamed type ...

31328dafba61363aba5e8be3d72787d6bbea19fe authored over 5 years ago
Change docs about multiple-inheritance again

fix typegoose/typegoose#78 again

eb4bb4791241201ac244ca893bf4867964e1fa0c authored over 5 years ago
Set Version to 6.1.0-4

- remove "it.only" what was accidentally added

9c34df552fcf6fec01447489f42d6e57b7964521 authored over 5 years ago
Refactor how "isPrimitive" works

- utils(src): refactor how "isPrimitive" works
- shouldRun(test): add test for type "Buffer" for ...

0b6f2c7d3219625aec15a35673ba8d6262417a64 authored over 5 years ago
Add section "What is the Problem"

- bug(template): add section "What is the Problem"

f1986a2d96effe8ea72e609ae2bd7daae5de02b0 authored over 5 years ago
Add example to "schemaOptions"

- modelOptions(gh-page): add example to "schemaOptions"

requested by typegoose/typegoose#87

59ed512d9c8e329b108848bb09c200f410806b38 authored over 5 years ago
Set Version to 6.1.0-3

c799805b7dd162ba17dcbabffb54bbe83fea9d9c authored over 5 years ago
Add "deleteModel"

- typegoose(src): add function "deleteModel"
- typegoose(src): add function "deleteModelWithCla...

c6640198c5de14c6c48b1d9f060bdf4c0c2087e8 authored over 5 years ago
Added examples for mapProp and arrayProp

- mapProp(src): add example for "of"
- arrayProp(src): add example for "items", "itemsRef", "it...

1bffb8f39b0652ebe56ccb691bccd2885701fd66 authored over 5 years ago
Set Version to 6.1.0-2

594303c15aeaeebe837d5d8e9e26d1444416f9e1 authored over 5 years ago
Fix Wrong documentation about multiple "extends"

- defaultClasses(gh-page): fix wrong documentation about extending multiple classes

fixed typego...

756a8033e620955dab2a30750541d3e07d487abf authored over 5 years ago
README Cleanup

b516c9a4498fcff242c940620935d77e0c30a43d authored over 5 years ago
Move "Property decorators" & "prop" section from README to github-page completly

- readme: remove section "Property decorators"
- readme: remove section "prop"
- readme: rename s...

a958303d9bf9e963435e3f3f6a664026011ce538 authored over 5 years ago
Move "arrayProp" section from README to github-page completly

- readme: remove section "arrayProp"

62fb517a5f0fa56dfec79c54317c1e72b9a2cb7a authored over 5 years ago
Move "Class Decorators" & "plugin" section from README to github-page completly

- readme: remove section "Class Decorators"
- readme: remove section "plugin"
- defaultClasses(gh...

8eb1e46695a1a0dcd309ec75adf2ea18216c70fb authored over 5 years ago
Move "index" section from README to github-page completly

- readme: remove section "index"
- indexes(gh-page): add an example

948873c04fff78aff2396f22945b8bc44cc09b5f authored over 5 years ago
Move "pre" & "post" section from README to github-page completly

- readme: remove section "pre"
- readme: remove section "post"
- hooks(gh-page): add much more in...

533c6c6b0321d5ebbcd74114328385cb10ddb8be authored over 5 years ago
Move "modelOptions" section from README to github-page completly

- readme: remove section "modelOptions"
- modelOptions(gh-page): rework layout

f6d69460d2a1d2c4cb7c7475eedbdceff7c9e487 authored over 5 years ago
Move "mapProp" section from README to github-page completly

- readme: remove section "mapProp"

8b8f8d61ec1ab9f3cb50aca227e7d07002378fce authored over 5 years ago
Move "Methods" section from README to github-page completly

- readme: remove section "Methods"

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"...

f6d682a4da0035182e3cf4397864d9890537847c authored over 5 years ago
Add more debug logs

- prop(src): add more debug logs

7c932bfd0746c58e691c7a20b153fa3de6620802 authored over 5 years ago
Enable "useUnifiedTopology" for tests

2a14d1512c79c36de21506894cdd8cc257e5e12a authored over 5 years ago
Set Version to 6.1.0-1

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(...

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

7710bc310c5f889ef90b0b2d13129232add52375 authored over 5 years ago
Set Version to 6.1.0-0

cd323ffc7388111147bc51469d1b9946361d0263 authored over 5 years ago
Changelog for 6.0.4

50a28783e9aeb993a81eb6e2ba26309e40a64735 authored over 5 years ago
Release 6.0.4

1f094d31670d5e17d1d32d44782ab60af2e8592b authored over 5 years ago
Fix github-page front links

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

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

3ef1bf8ea1bc971eb7b3172610be774601ddb1b6 authored over 5 years ago
Add documentation for Virtuals

30760b1dce530a8028e1d6be1ddf4dbd31958e51 authored over 5 years ago
Rename "document" to "documentType"

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

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...

fe5bab04fbbf0972647dda97dbff13b8097674b8 authored over 5 years ago
Fix Style for one file

- inheritanceClass(test): fix style

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...

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

c33c923e083ed9103e986a7198d26c51fe19c2f3 authored over 5 years ago
Update Dependencies

- upgrade mongoose from 5.7.1 to 5.7.4

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

c0e5d75edaacd076662e0bf4d51d9bb0aabe5afe authored over 5 years ago
Release 6.0.3

580c2b091a10a0d2de1d9f68c19b1d62b3101772 authored over 5 years ago
Changelog for 6.0.3

1464b27925cf4952e9b7cb0fa919d65fb7c21fbc authored over 5 years ago
Added Common Plugins as an Advanced Guide

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

660dd57bce5c69e66590eb23d8d43ce9f2936d2e authored over 5 years ago
Release 6.0.2

796a1e07bfa0e19195686b7554ce088f19559b71 authored over 5 years ago
Changelog for 6.0.2

a5df549e2c9500495db49b4d835e8bd4e15d4de8 authored over 5 years ago
Extend Documentation of Default Classes

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

9f1eae553c30badf34e53bbfcbada56d09ae06ea 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

573e4179a825355574d0bcc89e05c8212dd9c4a2 authored over 5 years ago
Adding small npm version script

c063d643a552802e34ebcece94b4b235f281b692 authored over 5 years ago
Release 6.0.1

fa779ca215bc1e319f0074afd889657062e19f9e authored over 5 years ago
Changelog for 6.0.1

0f49cd8ea444de277efd6671f24a993eb774c320 authored over 5 years ago
Make "PreFnWithDT"'s "next" not "optional"

fixes typegoose#64

c992a5ebae80a447650b752a1be72f26ceba6c89 authored over 5 years ago
Fix decorator options mutating

- Fix decorator options mutating

fixes typegoose#55
maybe typegoose#59

this is a squash m...

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...

6ea77e833ea38da0e11a1373c7aafc0c48143ba7 authored over 5 years ago
Use "refType" instead of "itemsRefType" in refPath

3914e8bef315bde430e9544bbc9719ed832531a8 authored over 5 years ago
Add missing TSDoc for "refType"

9da1865e3be37e92e2ed3b128271b3488159db07 authored over 5 years ago
Remove the pre- note

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

2b7acf72d57175179be970909f68b741702da5b5 authored over 5 years ago
Add note for README documentation

6181d58597653c04a205d9a4c6f7c6860a582b55 authored over 5 years ago
Changelog change version from pre to full

02039a382ab82c0ba3bb942fb1700a3413b9391d authored over 5 years ago
Release 6.0.0

c004da2c85b6e59a81c26cb03ab0668a894e3ec0 authored over 5 years ago
Change the position of the example connect

9bbfeb425dd9cc68a1d5080c917f59b1428307e4 authored over 5 years ago
Update mocha

7f5d5ec9aea8792ef66264e1598e6d6dcb3599ac authored over 5 years ago
Merge branch 'r6/master' into 'master'

3c108216e027274cfc1001cda800722727be5b85 authored over 5 years ago
Catchup Changelog

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...

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)

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

3c2e0172b7872a0a7d7104fe53a56d7df1f741d1 authored over 5 years ago
Set version to 6.0.0-32

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...

732574f27821e05b5042638f2e9d69220a2a4a1e authored over 5 years ago
Update Dependencies

7190dce9483a69c80bd22a7d6a0a39911ea47e44 authored over 5 years ago
Adding branch structure to notes

- notes to maintainers: adding branch structure note

35c5d43b30ea3b2b90e244ac262f768aa8714ddb authored over 5 years ago
Update package name

@hasezoey -> @typegoose

63f9a98454e5e3320117004dcba458e84ce9c242 authored over 5 years ago
Add option "automaticName"

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

7114498fb8357c90185bdeda4a7dde81b8ba35d2 authored over 5 years ago
Update jekyll urls to new org repo

e3fbaf59a3690b2655d045dd39274c73683007a0 authored over 5 years ago
Add Documentation Issue Template

- add Documentation issue template
- question: remove added title

a17eed8e99c987bbdd87b313e9ade28c4ff31c21 authored over 5 years ago
Add Documentation Issue Template

- add Documentation issue template
- question: remove added title

f7c6d462e829d499b54ac91595b47f7411e3f8d9 authored over 5 years ago
Add Example for defaultClasses

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

c8b8e4d108a5f203259fb421ad08dd6e07fd65de authored over 5 years ago
Add release 5.9.1 & 5.9.2 to changelog

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

31d03ce8f966b6a77f004dc6dbdfbbf1612eb297 authored over 5 years ago
Add Error if using a self-contained class

bb72f0d2e75f6b763eb0474739af3e6317d48892 authored over 5 years ago
Catchup Changelog

b585e63ec4f1cdd9b04fd6df1dd46bba213c95eb authored over 5 years ago
Set Version to 6.0.0-31

f6d5e417dbbf0ad9815361d9933915670f33c89b authored over 5 years ago
Add "defaultClasses" guide to navigation

9706f839a04ae21749b9ed3938141afb9c1c7ed6 authored over 5 years ago
Fix Style

f76290033cea9b6586b94ac0a7d07bf754fd53b6 authored over 5 years ago
Add Documentation of Default Classes

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

05d1589f94c6013498911fb4168cce5f25b6c70b authored over 5 years ago
Add examples to "isDocument" typeguard

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...

08e5998fc71e2b83ffdda70ab2f7f4a1b514778f authored over 5 years ago
Add Inheritance Tests

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

35a9681e41912d263ddeb5b719cb834c135ce543 authored over 5 years ago
Set Version to 6.0.0-30

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...

8c24d8666fc65e1cd342d2b4294c721fd54d4ff7 authored over 5 years ago
Catchup for changelog.md

5e8b3022379abaf8c8056785fea58f3edec84ee1 authored over 5 years ago
Add Test for Required as a function

fixes szokodiakos#247

4eb7c57cedfa6a7e02dee3c81baa00d29494c662 authored over 5 years ago
Add Advanced Guide for szokodiakos#143

e35160b826fa609a9c0fc9576848230f6ac86b29 authored over 5 years ago
Add (disabled) Test for "Self-Containing-Class"

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

1d2745d1f179676fff3bd9f2c5cbb9b92cd435a3 authored over 5 years ago
Set Version to 6.0.0-29

38b9f799e10988c4a9b8779fb8786cecb635b90c authored over 5 years ago
Update Dev-Dependencies

2edb83d756042dea3a888b0d69eee3cbc1dcda09 authored over 5 years ago