adopted-ember-addons / ember-validators

A collection of EmberJS validators
Other
25 stars 40 forks source link

Date validator no longer validates input conforms to provided format #126

Open tehhowch opened 2 years ago

tehhowch commented 2 years ago

Caused by #100 , which now just passes value into the native Date.

Prior to #100, a wrongDateFormat error would be raised.

This change is not called out in the changelogs for v4, but certainly should be.