Release v2.4.4
What's New
- Enhanced error handling across various methods, providing more informative error messages.
- Introduced a new
AllTypes
type to improve type safety. - Made the
cache
property in theMemoryDriver
class public for easier access. - The
client
property in theMongoDBDriver
class is now public. - Improved handling of the database connection state in the MongoDB driver.
- Optimized the
pull
method for better performance with nested objects. - Refined the
all
method to handle different return types more accurately. - Various internal optimizations and code refactoring for improved maintainability.
How to Upgrade
- Run
npm install good.db@2.4.4
to update good.db.
We encourage everyone to update to this new version. If you encounter any issues, please report them in the issue tracker. Thank you for your continued support!
Full Changelog: 2.4.3...2.4.4