All Versions
11
Latest Version
Avg Release Cycle
31 days
Latest Release
1727 days ago

Changelog History
Page 1

  • v4.0.0

    July 06, 2019
  • v3.1.0 Changes

    November 05, 2018

    ๐ŸŽ Package.json update and performance optimization

  • v3.0.1 Changes

    October 30, 2018

    ๐Ÿ› Bug fix

    • ๐Ÿ‘ฏ Clone calling constructor while casting.
      ๐Ÿ‘ฏ Clone method apply the class constructor function , this cause the casted object to be populated with unwanted data which should take place only for new objects.
  • 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.1 Changes

    October 12, 2018

    ๐Ÿ†• New features

    • Property now allow to decorate with @Required() which indicate this property is mandatory.

    Optimizaton

    • ๐ŸŽ @Ignored() - logic was optimize for auto hide and better performance

    ๐Ÿ› Bug fixes

    • 'modelMeta' property wasn't hide during storing and sending the object
  • v2.5.3 Changes

    October 09, 2018

    ๐Ÿ†• New features

    @ignore decorator was added for easily prohibit object properties from getting into DB as response

    optimization

    • ๐ŸŽ connectable models optimized for easier configuration and better performance
  • v2.3.2 Changes

    September 19, 2018

    ๐Ÿ› Bug fix

    • ๐Ÿšš #6 - remove didn't work for instance.
    • SortItem & SortOptions were not exported
  • v2.3.0 Changes

    September 12, 2018

    ๐Ÿ†• New features

    โšก๏ธ QueryOptions - query options now supported limit, offset and sort, those propagate into the emitters (findEmitter, removeEmitter, updateEmitter, saveEmitter).

    โšก๏ธ (static method) updateById(id,data,queryOption) - Allow update/patch value without query the current value.

    @ConnectionName(name:string) - set the connection name which need to be use for the model (Connectable models only), this connection first need to be initiate with setConnection method

    ๐Ÿ› Bug Fix

    • None
  • v2.2.1 Changes

    September 05, 2018

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Model support full lifecycle including validation
    • CRUD implemented
    • @ Primary() decorator
    • @ ModelName for set the model name without changing the class name
  • v2.2.0

    September 02, 2018