Skip to content

Releases: sugoiJS/core

new features and optimization

05 Nov 22:26

Choose a tag to compare

New features

  • Cast (AKA. clone) moved to core level.
  • Deprecated decorator.
  • Iterable decorator.

Bug fix

  • Performance optimization

New features and optimization

15 Oct 21:30
569ed3c

Choose a tag to compare

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

Core Features

05 Sep 18:55

Choose a tag to compare

Features:

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