Release 4.3.0
What's Changed
Breaking changes
Decorators import is not located at:
import { modelValidator, objectValidator } from 'ember-model-validator';
Typescript types available:
import { type ValidationsConfig, type ValidatedModel } from 'ember-model-validator';
Commits
- Fix
ValidateOptions
as optionals
Full Changelog: v4.2.0...v4.3.0