All Versions
6
Latest Version
Avg Release Cycle
63 days
Latest Release
2075 days ago

Changelog History

  • v4.0.4 Changes

    July 19, 2019
    ๐Ÿ› Bug Fixes
    • category: type support for string for configuration util (2cc635d8)
  • v4.0.1 Changes

    June 29, 2019
    ๐Ÿ›  Fix
    • ๐Ÿ”ง configuration handling fixed (02c83c2d)
  • v4.0.0 Changes

    June 22, 2019
    ๐Ÿ†• New Features
    • Policies: support for multi type valueType added. AJV and JOI schema support added (d987decc)
    • Decorators:
      • OnEvent decorator added for event handling with channnels support (f767c490)
      • Runtime decorate property added (9cf80bd3)
      • Runtime decorate property added (3ff46db2)
    Other Changes
    • ๐Ÿ›  fix: build issue with Joi\Ajv interface (db157153)
  • v3.1.0 Changes

    November 05, 2018

    ๐Ÿ†• New features

    • ๐Ÿšš Cast (AKA. clone) moved to core level.
    • ๐Ÿ—„ Deprecated decorator.
    • Iterable decorator.

    ๐Ÿ› Bug fix

    • ๐ŸŽ Performance optimization
  • v3.0 Changes

    October 15, 2018

    ๐Ÿ†• New features

    • ๐Ÿ‘ Policies are now supported for apply on class level
    • More utils exported
    • โœ… Wide test coverage

    ๐Ÿ› Bug fix

    • ๐Ÿ›  Schema validator issue with apply directly on property fixed
  • v2.2.1 Changes

    September 05, 2018

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘ @ Policy - Support policy apply on any function for pre-validation (meta-validation)
    • @ ValidateSchemaPolicy - Simple arguments schema validation
    • Singleton injectable services