All Versions
7
Latest Version
Avg Release Cycle
11 days
Latest Release
2334 days ago
Changelog History
Changelog History
-
v3.1.0
November 05, 2018 -
v3.0.0 Changes
October 26, 2018๐ New features:
- โก๏ธ updateAll(query,data,options) - Update all the records which are meets the query.
- skipRequiredFieldsValidation - skip the validation of @required fields
-
v2.6.0 Changes
October 12, 2018๐ New features
- property now allow to decorate with @required which indicate this property is mandatory.
๐ Bug fixes
- 'modelMeta' property wasn't hide during storing and sending the object
-
v2.5.3
October 09, 2018 -
v2.3.10 Changes
September 23, 2018๐ Bug fix
- Advanced search wasn't work for "_id", for example
model.findById({$nin:[model.getIdObject(uuid1),model.getIdObject(uuid2)]})
Or
model.find({_id:{$nin:[model.getIdObject(uuid1),model.getIdObject(uuid2)]}})
return empty result set.
- Advanced search wasn't work for "_id", for example
-
v2.3.0 Changes
September 12, 2018๐ New feature
โ Integrate
limit
,offset
(skip) andsort
usingQueryOptions
.๐ support
@ConnectionName(name:string)
for changing connections๐ Bug fixes
- sort, limit and skip wasn't implemented to mongo model.
-
v2.2.0 Changes
September 02, 2018Full integration with @SugoiJS/ORM Module
More information on @sugoiJS/ORM