Skip to content

v4.4.0

Compare
Choose a tag to compare
@loeiks loeiks released this 18 Jul 18:14
· 65 commits to main since this release
7e4afab

Changes

  • convertId function removed in place now we have two different functions to convert an id either to string or ObjectId.
  • Now all returned _id fields are string if convertIds option is set to true. By default it's false.
  • Important BUG fixes.
  • General BUG fixes and improvements.
  • New error manager, this feature will be improved over time.