# @witkac/jschema-typescript # 1.1.0 (2020-03-03) ## Nowe funkcje - `@SchemaValidator` - funkcja traktowana jest jako walidator o dynamicznych wartościach ```TypeScript @SchemaValidator() public firstName_required(): boolean { return this.needName; } ``` - `@SchemaWarning` - funkcja traktowana jest jako ostrzeżenie o dynamicznych wartościach ```TypeScript @SchemaWarning(message: 'zalecana maksymalna długość to {{maxLength}}' }) public firstName_maxLength(): number { return 70; } ``` # 1.0.0 (2020-01-22) ## initial