- ember-validators 5.0.0 (major)
ember-validators- #151 Convert addon to v2 format (@SergeAstapov)
- #152 Drop support for Ember.js versions below 4.8 (@SergeAstapov)
ember-validators- #154 Convert to TypeScript (@SergeAstapov)
ember-validators- #147 Update repository url after migration (@SergeAstapov)
- #144 chore: Update URL for documentation (@TSenter)
ember-validators- #153 Bum release-plan to v0.16 (@SergeAstapov)
- #148 Setup release-plan and changelog (@SergeAstapov)
- Markus Sanin (@mkszepp)
- Sergey Astapov (@SergeAstapov)
- Tyler Senter (@TSenter)
- #120 Fix lint (@snewcomer)
- #107 [BUG] Invalidate NaN in a number-typed range (@frykten)
- Johan Frykten Gache (@frykten)
- Scott Newcomer (@snewcomer)
- #118 Run
ember-cli-update --to=v4.1.1to sync with latest addon blueprint (@SergeAstapov) - #115 Bump
@embroider/*packages to v1 (@SergeAstapov)
- Sergey Astapov (@SergeAstapov)
- #108 Disable Ember.js v4 scenarios, use npm in GH actions and make CI pass (@SergeAstapov)
- Sabin Hertanu (@herzzanu)
- Sergey Astapov (@SergeAstapov)
- [Major]: Remove Moment and Node 10;
- Remove Node 10 minimum requirement in favor of Node 12
- removed custom String 'now' argument.
- remove momentjs
- Remove
precisionargument. If you need to compare based on precision, you can use the Intl.DateTimeFormat APIs to hone in on the comparison -{ year: 'numeric' } - Added
localeoption. Defaults to en-us when creating date times usingIntl.DateTimeFormatAPI.
- Remove node v4
- #67 Bump ember-require-module dependency by Andrey Fel
- d761cb0 Revert Bump ember-require-module dependency by Offir Golan
- #67 Bump ember-require-module dependency by Andrey Fel
- ef5e5cc date: fix(date): Show correct error message when a date is invalid with a custom format by Offir Golan
- #64 number: docfix for positive option by Blake Gentry
- #63 number: fix behavior of allowNone by Blake Gentry
- #61 Revert license back to yahoo BSD-3 by Offir Golan
- #62 Move moment assertion to inside validate method by Offir Golan
- #60 Update all the things by Offir Golan
- #57 Update
ember-cli-babelto v6.9.2 by Tobias Bieniek
- #54 Update minimum version of ember-require-module by Jonathan Johnson
- #48 [BUGFIX] Remove assert in length validator by Offir Golan
- #45 [FEATURE] Support Ember Changeset Validations by Offir Golan
- #40 Remove unnecessary module caching by Offir Golan
- #39 [FEATURE] allowNonTld & minTldLength in format validator by Offir Golan
- #42 Expose parseDate function in the date validator by Guillaume GΓ©rard
- #41 [BUGFIX] Use String.match instead of RegExp.test to support g flag by Offir Golan
- Use ember-require-module
- Add Validator documentation
- Initial release