diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c2d87..3b65395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + ## 1.2.5 (2020-07-23) * Added license ([c0d7aa8](https://github.com/Devorein/mongql/commit/c0d7aa8)) @@ -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)) + + ## 1.2.4 (2020-07-22) * 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)) + + ## 1.2.3 (2020-07-22) * 1.2.3 ([93e3187](https://github.com/Devorein/mongql/commit/93e3187)) @@ -31,6 +37,8 @@ * 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)) @@ -38,26 +46,33 @@ * 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)) + + ## 1.0.3 (2020-07-17) * 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)) + + + diff --git a/package-lock.json b/package-lock.json index e606397..f784e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongql", - "version": "1.2.3", + "version": "1.2.8", "dependencies": { "@ardatan/aggregate-error": { "version": "0.0.1", diff --git a/package.json b/package.json index ab58f8f..2405f9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongql", - "version": "1.2.7", + "version": "1.2.8", "description": "Create graphql Schema from mongoose Schema", "keywords": [ "codegen", @@ -75,4 +75,4 @@ "sort-package-json": "^1.44.0", "typescript": "^3.9.7" } -} \ No newline at end of file +}