Skip to content

Release 4.3.0

Compare
Choose a tag to compare
@esbanarango esbanarango released this 02 Jan 21:47
· 157 commits to master since this release

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