- #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.1
to 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
precision
argument. If you need to compare based on precision, you can use the Intl.DateTimeFormat APIs to hone in on the comparison -{ year: 'numeric' }
- Added
locale
option. Defaults to en-us when creating date times usingIntl.DateTimeFormat
API.
- 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-babel
to 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