Skip to content

Kindagoose v1.3.0 is here!

Compare
Choose a tag to compare
@findingtheconcept findingtheconcept released this 23 Dec 15:36
· 39 commits to master since this release

What's new?

Updated all dependencies to their latest versions

"devDependencies": {
    "@nestjs/common": "^9.2.1",
    "@nestjs/core": "^9.2.1",
    "@typegoose/typegoose": "^10.0.0",
    "@types/mongoose": "^5.11.97",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "eslint": "^8.30.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-security": "^1.5.0",
    "eslint-plugin-simple-import-sort": "^8.0.0",
    "eslint-plugin-sonarjs": "^0.17.0",
    "eslint-plugin-unicorn": "^45.0.2",
    "mongoose": "^6.8.1",
    "prettier": "^2.8.1",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rxjs": "^7.8.0",
    "typescript": "^4.9.4"
},

Changed event tracking syntax

Updating to the latest version of typegoose has broken typings for PreEvents and PostEvents, so I had to change the way of specifying the hooks that you want to be subscribed on. See a chapter about it.

Updated documentation

Information in documentation fully corresponds to API changes. Grammar errors were fixed as well.