This repository was archived by the owner on Nov 12, 2021. It is now read-only.
forked from szokodiakos/typegoose
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge Release 5.7.1 #1
Open
robinWongM
wants to merge
58
commits into
robinWongM-archives:master
Choose a base branch
from
szokodiakos:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#295 Add virtual populate options
#276 Add a note to InstanceType
Fixes #296 Fixes #301 Signed-off-by: Chris Lahaye <[email protected]>
* removing extra vscode task adding "watch" to the npm scripts * adding tsbuildinfo / incremental to compile faster adding "removeComments" to minimize output * tslint: removing unnecessary options adding/modifing options to get a more consistent coding style * apply changes from tslint * set "no-unused-expression"'s severity to "warn"
* - change mongoose connection to the newUrlParser - adding a easy-to-edit config - removing dotenv - adding a "clean" script - updating mocha - updating nyc - updating coveralls - removing bson as dependency - make travis.yml better * - adding .nycrc - adding .mocharc - adding "source-map-support" - adding "ts-node" - adding "nyc-config-typescript" - moving tests from /src/test/ to /test/ - running tests with ts-node
adding tests for the select property closes #197
adding chai-as-promised
adding MIT License (as Specified in package.json)
* fix: properly set Decimal128, ObjectID types to field * fix: remove incremental builds for proper test run See #311 (comment) * Modify the tests (#318) * - change mongoose connection to the newUrlParser - adding a easy-to-edit config - removing dotenv - adding a "clean" script - updating mocha - updating nyc - updating coveralls - removing bson as dependency - make travis.yml better * - adding .nycrc - adding .mocharc - adding "source-map-support" - adding "ts-node" - adding "nyc-config-typescript" - moving tests from /src/test/ to /test/ - running tests with ts-node * remove unused type in hooks (#317) * Fix typo: "net" -> "next" (#316) * adding the select property (#324) adding tests for the select property closes #197 * fix: properly set Decimal128, ObjectID types to field * fix: remove incremental builds for proper test run See #311 (comment) * Revert "fix: remove incremental builds for proper test run" This reverts commit 9d3a766. * chore: use mongodb-memory-server for tests See https://github.com/nodkz/mongodb-memory-server * test: increase mocha timeout from 2 to 15 seconds
- audit fix - mocha
- include more in a Bug template - remove pre-defined title, because of the label
- make the hook test work again
- add @mapProp - add tests for @mapProp - add @mapProp README docs - polish & rebase of #284
- add a public method for buildSchema - add tsdoc for public-buildSchema & private _buildSchema
* removed "required: true" where it isnt required * Adding TypeDoc - adding typedoc dev-depdendency - adding script to generate the docs - adding "doc/" to the "clean" script * Adding Docs to much files - remove TransformStringOptions from ValidateStringOptions - config: adding a small check if config.Memory is enabled - config: moving "import" to the top of the file, like in any other file - adding a note to CONTRIBUTING - adding template to request a feature - adding minor fixes to other Issue Templates - adding prop's docs - adding plugin's docs - adding method's docs - adding index's docs - adding utils docs - adding hooks docs - adding data's docs (some) - modify person model
- add @prop({ alias }) - add tests for alias - add tsdoc & example for alias - add readme doc for alias
- adding REGEXP as method name for hooks - adding tests for REGEXP as method for hooks
- adding index options weigths - adding test for weights option
- remove comments generated from vscode (in .vscode/) - adding tslint-eslint-rules to enforce indent(on save) - remove "@Format" and apply it for every file for prettier - fix wrong indent in some test files - remove not needed reconnect - include tests/ for tslint & vscode to check - extra tsconfig for build that excludes test/ - set vscode to indent 2, instead of global - small style changes - moving "should add" tests to their own file - moving "select" tests to their own file - moving "string Validator" tests to their own file - moving "biguser" test to its own file - moving "getClassForDocument" to its own file - modify Improvemnts in README - moved hooktests/* & renamed them - adding "minlength" to the stringValidator tests
- update dependencies - remove travis "before_install" - only run coverage on one version
- renames the PR-templates to lowercase, like issue templates - adds a bit text to the templates - adds feature-parity - adds fix (for bug fixes and pr fixes) - add more requirements to the README's "## Requirements" - replace "```typescript" with "```ts" - added README doc for "refPath" - added README doc for "itemsRefPath" - added a todo to the README
Release 5.9.0
- move new tests to their file - rename select.test to db_index.test to use it for index tests
Move the new Tests (from release5.9) into another file
- modify CONTRIBUTING to include how to structure commits - modify package.json Versions to include majors, where it should be included - modify README to include how this package is Versioned - adding "Notes to Maintainers" to know how the processes work - adding a note in README to not make +1 comments
Adding Maintainer notes
this commit should get reverted if Automattic/mongoose#8034 gets fixed!
fixes #376
Add Note for #376
- removes the typeguards from utils.ts
Adding note that typegoose uses mongoose strict
Fix the double typeguards
Deprecate szokodiakos/typegoose, use hasezoey/typegoose
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.