Skip to content

Latest commit

 

History

History
130 lines (83 loc) · 7.35 KB

CHANGELOG.md

File metadata and controls

130 lines (83 loc) · 7.35 KB

Change Log

v4.1.0 (2022-04-19)

Update ember-changeset 4.1.0

v4.0.0-beta.1 (2021-10-27)

💥 Breaking Change

🚀 Enhancement

Committers: 1

v4.0.0-beta.0 (2021-10-27)

💥 Breaking Change

🚀 Enhancement

Committers: 2

v3.15.2 (2021-07-20)

🐛 Bug Fix

  • #305 fix(presence on): allow for nested keys to be used in validatePresence -> on (@velrest)

Committers: 2

v3.15.1 (2021-07-15)

🐛 Bug Fix

Committers: 1

3.14.8 (2021-07-08)

Full Changelog

Bump ember-validators to 4.0.0. This was a major breaking change so ensure your app does not accidentally bump to ember-validators 4.0.0.

#308

3.14.7 (2021-06-07)

Full Changelog

3.14.4 (2021-05-21)

Full Changelog

  • Embroider support
  • Various validated-changeset improvements and bugfixes

3.11.0 (2021-01-30)

Full Changelog

  • Fix cyclical bug with ember data models

3.10.2 (2020-12-05)

Full Changelog

3.10.1 (2020-12-05)

Full Changelog

3.10.1 (2020-12-05)

Full Changelog

3.4.0 (2020-05-26)

Full Changelog

  • Implement recursive proxy solution in e-c #249
  • Validate nested fields and various other improvements #248
  • Allow message in Date validator #247
  • Use validated-changeset lookup #243

3.2.0 (2020-04-25)

Full Changelog

  • Ensure validation for single results returns primitive instead of array #241

3.0.0 (2020-02-02)

Full Changelog

  • Supports only Ember 3.13 and above. No breaking changes other than ember-source >= 3.13 and >= Node 10
  • Add Date validator #218
  • Minimum Node 10 #212

3.0.0-beta (2019-11-27)

Full Changelog

  • [MAJOR]: 3.0.0 beta #205

2.2.1 (2019-11-14)

Full Changelog

  • [BUGFIX]: handleMultipleValidations should work properly #203

2.2.0 (2019-11-04)

Full Changelog

  • [MINOR] - changeset helper reexport #198

2.1.1 (2019-11-03)

Full Changelog

  • [MINOR] - changeset helper reexport #199

2.1.0 (2019-02-25)

Full Changelog

  • Add on option for validatePresence #191