All Versions
6
Latest Version
Avg Release Cycle
63 days
Latest Release
1742 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