quick-mongo-super v2.2.0
v2.2.0:
- Added
QuickMongo.values()
method; it works the same way asQuickMongo.keys()
, but returns the object values instead of object keys. - Added 6 new array-like methods in
QuickMongo
class that simplify the read operations on database object values:QuickMongo.find()
QuickMongo.map()
QuickMongo.findIndex()
QuickMongo.filter()
QuickMongo.some()
QuickMongo.every()
- Fixed caching bug when all falsy values were represented as
null
in the cache. - Fixed any falsy result being represented as
null
inQuickMongo.random()
method. - Fully reworked some of the existing unit tests.
- Added references to used types/classes/interfaces/built-ins in documentation.
- Fixed documentation mismatches.
- Fixed JSDoc mismatches.
- Small documentation improvements.
- Improved descriptions of some types.
- Added missing JSDoc in
TypedObject
class and inIDatabaseInternalStructure<T>
andIDatabaseRequestsLatencyData
types. - Fixed typos.