Skip to content

Latest commit

 

History

History
141 lines (81 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

141 lines (81 loc) · 5.57 KB

Changelog

v4.1.2 (2022-02-08)

🚀 Enhancement

Committers: 2

v4.1.0 (2022-01-26)

🚀 Enhancement

Committers: 1

v4.0.1 (2022-01-06)

🚀 Enhancement

  • #108 Disable Ember.js v4 scenarios, use npm in GH actions and make CI pass (@SergeAstapov)

🐛 Bug Fix

  • #111 Fix ds-error validator for handling nested objects (@herzzanu)

Committers: 2

v4.0.0

  • [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 using Intl.DateTimeFormat API.

v3.0.0

  • Remove node v4

v2.0.0

Pull Requests

v1.2.3

Commits

v1.2.2

Pull Requests

v1.2.1

Commits

  • ef5e5cc date: fix(date): Show correct error message when a date is invalid with a custom format by Offir Golan

v1.2.0

Pull Requests

v1.1.1

Pull Requests

v1.1.0

Pull Requests

v1.0.4

Pull Requests

v1.0.3

Pull Requests

v1.0.2

Pull Requests

  • #52 Use consistent semver of ember-require-module by Lei Zhao

v1.0.1

Pull Requests

v1.0.0

Pull Requests

v0.2.0

Pull Requests

v0.1.2

  • Use ember-require-module

v0.1.1

  • Add Validator documentation

v0.1.0

  • Initial release