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
- fix lint warning
- update dependencies (mongoose 5.6.13)
- add option to not always import mong...
- add test for virtual "get" & "set"
- known-issues: add note that "@prop" cannot be used with vi...
- utils: add function "isModelOptions" for internal use
- utils: "assignMetdata" add "deepmerge" ...
- known-issues: note that typegoose dosnt work with same name
- typegoose: use "getName" instead ...
- hooks: rename "consturctor" to "target"
- plugin: rename "consturctor" to "target"
- index: ren...
- prop: add sanity check for "Type"
- errors: add "InvalidTypeError"
- errors(test): restructure ...
- prop: use switches instead of many ifs
github.com/typegoose/typegoose - 7a11df429276dbd63a76de4a850c456e95506511 authored over 5 years ago by hasezoey <[email protected]>- utils: disable "customName" & "schemaOptions: collection"'s custom name generation until hasezo...
github.com/typegoose/typegoose - ac4964a2e904cfd6eba625d925a5bda65c9f4a26 authored over 5 years ago by hasezoey <[email protected]>- modelOptions: move "IModelOptions" to types.ts
- modelOptions: use assignMetdata instead of Ref...
github.com/typegoose/typegoose-testing - 54cd2d72d60b5963a10ebb48a33db0aa145cf092 authored over 5 years ago by hasezoey <[email protected]>
- CONTRIBUTING: add note to please sign commits
github.com/typegoose/typegoose - 1742ceaddaac75ec3756721df049161a68b225e3 authored over 5 years ago by hasezoey <[email protected]>
This reverts commit ad1125a340a33df64c6b286534e263f8d68d4af4.
because this fork is **not** moved...
- fix lint of last commit
- modelOptions: rename "consturctor" to "target"
github.com/typegoose/typegoose - 99f6be02dfb53c42fd5dd9209d4d73e4e2bcc97f authored over 5 years ago by Benedikt Huß <[email protected]>
Deprecate szokodiakos/typegoose, use hasezoey/typegoose
github.com/typegoose/typegoose - 2e98d94cad6c10339741836af67744c4a3a8a4fa authored over 5 years ago by Ben305 <[email protected]>- hooks: new use "utils.getName(target)" too
github.com/typegoose/typegoose - e0a052285bbe4bcd136a74b2c5e91b72146fd8a6 authored over 5 years ago by hasezoey <[email protected]>- change "prepusblish" to "prepare" because "prepare" got deprecated in npm@5
github.com/typegoose/typegoose - 3d623a7c50b6bb7ec3ac8f3fc97c3882b1e3602f authored over 5 years ago by hasezoey <[email protected]>- hopefully travis does now report on the error
- fix the hotfix of prop's name
- set version to ...
- added "ter-padded-blocks" to prevent "padding"
- CONTRIBUTING: added additonal style guidelines
github.com/typegoose/typegoose - ad1125a340a33df64c6b286534e263f8d68d4af4 authored over 5 years ago by hasezoey <[email protected]>
github.com/typegoose/typegoose - a871d9b00ac4f24cdb8e3ecb3034e46abe387927 authored over 5 years ago by hasezoey <[email protected]>
- prop: replace "target.constructor.name" with "utils.getName(target)"
github.com/typegoose/typegoose - 90c9d9092b6aea2614c8d330787119fd5faae652 authored over 5 years ago by hasezoey <[email protected]>- last version did not include lib's sub folders
github.com/typegoose/typegoose - 9e0cc8c5bbf4d8b7cf97e1e726d9c76e5deceb2e authored over 5 years ago by hasezoey <[email protected]>github.com/typegoose/typegoose - 219563fc1e0487bc97503ae80c3a2d6277f29dcb authored over 5 years ago by hasezoey <[email protected]>
- docs: move "custom-types" into "_guides/advanced"
- add "customName" option
- use "schemaOption...
- typegoose: add "NoValidClass" to "getModelForClass"
- add error for "NoValidClass" in "getModel...
- schema: add "NoValidClass" to "_buildSchema"
- add error for "NoValidClass" in "_buildSchema"
-...
- utils: add test for "assignMetadata"
- typegoose: add error to "buildSchema" if a non-valid cla...
Fix the double typeguards
github.com/typegoose/typegoose - ee37b68fa2713c31efa09e0e007279b51e5e9d54 authored over 5 years ago by Ben305 <[email protected]>Adding note that typegoose uses mongoose strict
github.com/typegoose/typegoose - 35e1ca1f04708e40d695b806c9bcaa9e344936fd authored over 5 years ago by Ben305 <[email protected]>- add "AND NOT pullrequest" so that travis dosnt run deploy on pr's
github.com/typegoose/typegoose - 76f26096e19850efa2107c13d3c3d5cbc5be89e7 authored over 5 years ago by hasezoey <[email protected]>
- add constants for decorator keys
- add backwards-compatibility because of applying settings a...
- guides: add known-issues
- guides: adding "nestjs" & "type-graphql" placeholders
- adding FAQ with some faqs
github.com/typegoose/typegoose - 989e1f41a675631baa9b9d6606dc06dab4dcef45 authored over 5 years ago by hasezoey <[email protected]>- package.json: minimize "clean" script
- npmignore: add "github-page/" to the ignore
- readme: c...
- adding "custom-types" guide (EMPTY)
- adding links from (guide) decorators to actual manuel-doc...
github.com/typegoose/typegoose - 65dfccd6e0ddc682f82465606e66ca96bd555267 authored over 5 years ago by hasezoey <[email protected]>
- add many manual-documentations
- add migrate-to-6 as a guide
github.com/typegoose/typegoose - dc0e5bd9050f05c86091a1706a4151c321d4d494 authored over 5 years ago by hasezoey <[email protected]>
github.com/typegoose/typegoose - 0b736590f0dca7aae0949cba3069100c2c2308ff authored over 5 years ago by hasezoey <[email protected]>
- adding jekyll for github-pages
- hope that all works
- README: add not that this module should not be used with "ts-node --transpile-only"
- shouldRun...
- README: change bitwise OR to array in "itemsRefPath"
github.com/typegoose/typegoose - a825d6696181df8cc52a49f3aac40b9fa325a279 authored over 5 years ago by hasezoey <[email protected]>github.com/typegoose/typegoose - 730f60c3e9c69a7d1680e767b74d07d4b06a9476 authored over 5 years ago by hasezoey <[email protected]>
- adding .nojekyll to not ignore files starting wiht "_"
- adding ghPagesPre.sh to npmingore
github.com/typegoose/typegoose - 4b743cb623dcc4db6c0b155608feca0d5d85955d authored over 5 years ago by hasezoey <[email protected]>
github.com/typegoose/typegoose - ff396938464f308b24809b04bea9e840fff88897 authored over 5 years ago by hasezoey <[email protected]>
- move internal modules/file into src/internal
- travis: fixing spelling mistake
- travis: run gi...
- re-adding the function in the Typegoose class for "seamless" transition
NOTE: the functions ar...
github.com/typegoose/typegoose - bd9a8c0b1cf4e0d9b6a96843fa0dc371afdb41d8 authored over 5 years ago by hasezoey <[email protected]>- changing it because the original repo gone stale
github.com/typegoose/typegoose - d90cdb3eef0526668406a8525f49e15b7fa0669b authored over 5 years ago by hasezoey <[email protected]>- (prop) removed "duplicate" check for ref
- bump version to 6.0.0-21
- adding test for "Objects within Schema" [szokodiakos#54]
- small Code Style Changes in some fil...
- adding the "offical" discord server for typegoose
- split a long import line
github.com/typegoose/typegoose - 8e2def2d89c700d203fa4b2f3459b018dd3e52e5 authored over 5 years ago by hasezoey <[email protected]>
for szokodiakos#380
github.com/typegoose/typegoose - 6f804398b59234acafdb049ae658a7d946552d82 authored over 5 years ago by hasezoey <[email protected]>github.com/typegoose/typegoose - 234f7b4d95bed06bf820fcf0ffdae32d6b89bf93 authored over 5 years ago by hasezoey <[email protected]>
fixes szokodiakos#376
github.com/typegoose/typegoose - 5b26164992ddc721df7b31e243649a13b869c311 authored over 5 years ago by hasezoey <[email protected]>- removing "mapDefault" in favor of "default"
- moving some types from prop.ts to types.ts
- addi...
github.com/typegoose/typegoose - 27f5d59b8471702f2d921fd5109c8189bcbd0a4c authored over 5 years ago by hasezoey <[email protected]>
github.com/typegoose/typegoose - c7b6f5e154b6763caf3e79a278ebc0b7748ddd0e authored over 5 years ago by hasezoey <[email protected]>
- adds immutable prop option
github.com/typegoose/typegoose - 4d890668e976dba559ce709efbad2cefa33e6ae8 authored over 5 years ago by hasezoey <[email protected]>- removes the typeguards from utils.ts
github.com/typegoose/typegoose - 2e1655f8aadfe71bfa597509af0ece80bd447c19 authored over 5 years ago by hasezoey <[email protected]>github.com/typegoose/typegoose - 97f0ba3e77b897169b252bafcd516a60716ac273 authored over 5 years ago by hasezoey <[email protected]>
github.com/typegoose/typegoose - af3cf333e06ad001823544a47a0738ebc51af4d3 authored over 5 years ago by hasezoey <[email protected]>
Add Note for szokodiakos#376
github.com/typegoose/typegoose - aaec1bfdb50ab1effee65b1af1dd0f0241024fc1 authored over 5 years ago by Ben305 <[email protected]>github.com/typegoose/typegoose - 5d82c5a3bdc413aa9d78d7443bc892172a745476 authored over 5 years ago by hasezoey <[email protected]>
- add models back to Typegoose
- adds tsdoc for getDiscriminatorModelForClass
fixes szokodiakos#334
github.com/typegoose/typegoose - d36cf9b3a1b9dedddb041e9f42679f59ca5ab00a authored over 5 years ago by hasezoey <[email protected]>- adding discriminator support
- use "sch.clone()" to clone before assigning to avoid having the ...
- Revert "implement a hack for ObjectID (#363)"
- cleanup of various things
- re-adding typegoose...
- autostarting tsc watch task when in vscode
- change wrong indent in role.ts
- other small fixes
fixes szokodiakos#376
github.com/typegoose/typegoose - 58069f5b6e21612d13dd42cfe08426cf1815365a authored over 5 years ago by hasezoey <[email protected]>- adding some tests to cover some lines
- modify schema.ts to actually include a "buildSchemas.se...
- use schema.loadClass() instead of self-handling it
- breaking many things
- adding docs for vi...
- adding tests for Errors
- adding some documentation
- adding a note to one error
github.com/typegoose/typegoose - 62cac052e54f40bc4b2cf57c86b505686103bb1c authored over 5 years ago by hasezoey <[email protected]>
- add more settings to nycrc
- remove "extends Typegoose" from every model
- remove "impot { Type...
- adding Job Names to .travis.yml
- set rule "ordered-imports" to "warn" instead of error
- Comletly remove "parallel" (not supported by mongoose anymore, use async)
- Change some type n...
- refactor the travis config to use jobs
- added github pages for deploys
- Adding non-virtual get-pre-processor
- adding errors if get is set but set not (or vice-versa)
...
- implemented szokodiakos#313
- refactored hooks's types for the new mongoose
- set rule "no-cons...
- move all types from typegoose.ts to types.ts
- move many types from prop.ts to types.ts
- add t...
- outsourcing all functions in the Typegoose Class
- refactoring all test-models for the new sty...
- adding migration note for ModelOptions
- set the Typegoose Class as abstract
- removes modeloptions from all functions
- adding @modelOptions for Classes
- adding test for @...
- remove prettier-tslint because it didnt work
- remove tslint-config-prettier because it didnt w...
- added @prop({ refType })
- added @arrayProp({ itemsRefType })
- added Ref<R, T> to define Ref t...
- adding set option for nonVirtual setting functions
closes szokodiakos#260
github.com/typegoose/typegoose - a123c490297197fda77e1adedc39205da5e821ba authored over 5 years ago by hasezoey <[email protected]>- adding build command for tests, to look throught the compiled output
github.com/typegoose/typegoose - 0d9cb8b976f0f0b101e3d74580c69affba0cd64f authored over 5 years ago by hasezoey <[email protected]>
- adding a migration guide for version 6
- updating "How to Merge" ... again
- adding "When to m...
- update some packages
- update Versioning in README
- add package "object.fromEntries" as a pol...
- renames InstanceType<T> to DocumentType<T>
- fix indent of config_default.json
- remove duplica...
github.com/typegoose/typegoose - 68b63e1cf5bef398faca3552137f9dc3b7d2cb77 authored over 5 years ago by hasezoey <[email protected]>
this commit should get reverted if https://github.com/Automattic/mongoose/issues/8034 gets fixed!
github.com/typegoose/typegoose - 0d68100051cef0e9ec2ff1346a574e0873f1873e authored over 5 years ago by hasezoey <[email protected]>Adding Maintainer notes
github.com/typegoose/typegoose - 8ddb98311980fc96f0f467f38ab2a82cd9155ef8 authored over 5 years ago by Ben305 <[email protected]>- modify CONTRIBUTING to include how to structure commits
- modify package.json Versions to inclu...
Move the new Tests (from release5.9) into another file
github.com/typegoose/typegoose - 312e2810976115522aec3f27322dd32000b32993 authored over 5 years ago by Ben305 <[email protected]>- move new tests to their file
- rename select.test to db_index.test to use it for index tests
Release 5.9.0
github.com/typegoose/typegoose - c538ed4e83053236c588f14579ec94408cfa418a authored over 5 years ago by Ben305 <[email protected]>github.com/typegoose/typegoose - c3e2a712cea2ed77a957f149e07e5b6bb29c7b58 authored over 5 years ago by hasezoey <[email protected]>