Skip to content

v4.8.0

Compare
Choose a tag to compare
@loeiks loeiks released this 24 Jul 11:36
· 21 commits to main since this release
ca8bdac

Changes

  • Better type support added for many functions with optional type parameters. Now optionally you can use TS generics to generate dynamically generated types for many functions but not for all.
  • Now all _id fields are automatically converted into ObjectId type including sub documents, arrays etc. Any _id field with valid ObjectId string will be converted into ObjectId type when passing to MongoDB driver.
  • Planning of better TS type support and schema validation feature started. We will add schema validation feature with the future updates.
  • Some BUG Fixes

This update may include breaking changes as well as some minor BUGs.