All Versions
7
Latest Version
Avg Release Cycle
11 days
Latest Release
1999 days ago

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.
  • v2.3.0 Changes

    September 12, 2018

    ๐Ÿ†• New feature

    โ†” Integrate limit, offset (skip) and sort using QueryOptions.

    ๐Ÿ‘Œ 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, 2018

    Full integration with @SugoiJS/ORM Module

    More information on @sugoiJS/ORM