Skip to content

Commit

Permalink
VER 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Devorein committed Jul 24, 2020
1 parent bbce463 commit 4ddb99a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
33 changes: 24 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* CFG Added *.tgz to .npmignore and .gitignore ([6582480](https://github.com/Devorein/mongql/commit/6582480))
* RF moved populateObjDefaultValue to objManip ([c12ce53](https://github.com/Devorein/mongql/commit/c12ce53))



## <small>1.2.5 (2020-07-23)</small>

* Added license ([c0d7aa8](https://github.com/Devorein/mongql/commit/c0d7aa8))
Expand All @@ -12,11 +14,15 @@
* TEST Added tests for query schema config option ([808d947](https://github.com/Devorein/mongql/commit/808d947))
* VER 1.2.5 ([96b1253](https://github.com/Devorein/mongql/commit/96b1253))



## <small>1.2.4 (2020-07-22)</small>

* Dep Added babel build system tools ([8e1ea6a](https://github.com/Devorein/mongql/commit/8e1ea6a))
* VER 1.2.4 ([05b580f](https://github.com/Devorein/mongql/commit/05b580f))



## <small>1.2.3 (2020-07-22)</small>

* 1.2.3 ([93e3187](https://github.com/Devorein/mongql/commit/93e3187))
Expand All @@ -31,33 +37,42 @@
* Feature: Added outputSDL static func ([e44b001](https://github.com/Devorein/mongql/commit/e44b001))
* FIX: Removed string package usages ([d39be1e](https://github.com/Devorein/mongql/commit/d39be1e))



## 1.2.0 (2020-07-19)

* 1.2.0 ([9ea3c9d](https://github.com/Devorein/mongql/commit/9ea3c9d))
* FT: Added local folder loaders ([9fac362](https://github.com/Devorein/mongql/commit/9fac362))
* Fix: mongoose schema instance error fix ([2099d7e](https://github.com/Devorein/mongql/commit/2099d7e))
* DOC: Added newly created api documentation ([2058a25](https://github.com/Devorein/mongql/commit/2058a25))



## 1.1.0 (2020-07-18)

* 1.1.0 ([39fc8d4](https://github.com/Devorein/mongql/commit/39fc8d4))
* abcdefg ... ([6a74716](https://github.com/Devorein/mongql/commit/6a74716))
* Mn. API Added generateSchema and generateModels methods ([a410f64](https://github.com/Devorein/mongql/commit/a410f64))
* P. Fix Resolvers respects the mutation configs ([0af0134](https://github.com/Devorein/mongql/commit/0af0134))
* P. Test Added full tests for mutation option ([301548f](https://github.com/Devorein/mongql/commit/301548f))
* Mn.API Added generateSchema and generateModels methods ([a410f64](https://github.com/Devorein/mongql/commit/a410f64))
* P.Fix Resolvers respects the mutation configs ([0af0134](https://github.com/Devorein/mongql/commit/0af0134))
* P.Test Added full tests for mutation option ([301548f](https://github.com/Devorein/mongql/commit/301548f))
* DOC: FFS -_- ([8b1bedf](https://github.com/Devorein/mongql/commit/8b1bedf))
* DOC: Fixed mdlint errors and added md tables ([381767a](https://github.com/Devorein/mongql/commit/381767a))
* DOC: for better concepts and usage ([3852ac2](https://github.com/Devorein/mongql/commit/3852ac2))
* DOC: Hopefully fixed for the second time -_- ([a822dc4](https://github.com/Devorein/mongql/commit/a822dc4))
* DOC: Hopefully fixed table formatting -_- ([528ae90](https://github.com/Devorein/mongql/commit/528ae90))



## <small>1.0.3 (2020-07-17)</small>

* 1.0.3 ([2b3fb8a](https://github.com/Devorein/mongql/commit/2b3fb8a))
* Init Commit and base skeleton created ([4543659](https://github.com/Devorein/mongql/commit/4543659))
* P. Doc: README Created the whole readme ([550ded1](https://github.com/Devorein/mongql/commit/550ded1))
* P. Fix Default mutation configs ([7fb28b0](https://github.com/Devorein/mongql/commit/7fb28b0))
* P. Fix Fixed problem when adding props to object ([24c2036](https://github.com/Devorein/mongql/commit/24c2036))
* P. Fix mutation typedef configuration ([bfcae1c](https://github.com/Devorein/mongql/commit/bfcae1c))
* P. Test Added initial mongql integration test ([3f01589](https://github.com/Devorein/mongql/commit/3f01589))
* P. Test Added test for typedef generation ([5713ffe](https://github.com/Devorein/mongql/commit/5713ffe))
* P.Doc:README Created the whole readme ([550ded1](https://github.com/Devorein/mongql/commit/550ded1))
* P.Fix Default mutation configs ([7fb28b0](https://github.com/Devorein/mongql/commit/7fb28b0))
* P.Fix Fixed problem when adding props to object ([24c2036](https://github.com/Devorein/mongql/commit/24c2036))
* P.Fix mutation typedef configuration ([bfcae1c](https://github.com/Devorein/mongql/commit/bfcae1c))
* P.Test Added initial mongql integration test ([3f01589](https://github.com/Devorein/mongql/commit/3f01589))
* P.Test Added test for typedef generation ([5713ffe](https://github.com/Devorein/mongql/commit/5713ffe))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongql",
"version": "1.2.7",
"version": "1.2.8",
"description": "Create graphql Schema from mongoose Schema",
"keywords": [
"codegen",
Expand Down Expand Up @@ -75,4 +75,4 @@
"sort-package-json": "^1.44.0",
"typescript": "^3.9.7"
}
}
}

0 comments on commit 4ddb99a

Please sign in to comment.