Skip to content

Releases: softwareventures/date

v1.4.0

29 Mar 19:09
Compare
Choose a tag to compare

1.4.0 (2020-03-29)

Features

  • todaylocal: add todayLocal function (06a10bc)
  • todayutc: add todayUtc function (bf8b51e)

v1.3.0

29 Mar 13:44
Compare
Choose a tag to compare

1.3.0 (2020-03-29)

Features

  • after: add after function (a6eacc1)
  • afterorequal: add afterOrEqual function (f1177b5)
  • before: add before function (bac372c)
  • beforeorequal: add beforeOrEqual function (4f5ad61)
  • compare: add compare function (f797f2d)
  • earliest: add earliest function (86331c3)
  • latest: add latest function (96b5f38)

v1.2.1

29 Mar 11:24
Compare
Choose a tag to compare

1.2.1 (2020-03-29)

Bug Fixes

  • equal: normalize dates before comparison (d995230)
  • notequal: normalize dates before comparison (588e1fb)

v1.2.0

29 Mar 10:03
Compare
Choose a tag to compare

1.2.0 (2020-03-29)

Features

  • equal: add equal function (06e3f20)
  • notequal: add notEqual function (6112b27)

v1.1.0

28 Mar 20:24
Compare
Choose a tag to compare

1.1.0 (2020-03-28)

Features

  • isdate: add isDate function (acd93dc)
  • isvaliddate: add isValidDate function (beffe1c)

v1.0.0

09 Mar 14:09
Compare
Choose a tag to compare

1.0.0 (2020-03-09)

Features

  • readme: add README (64d2ca6)
  • extract "date" into its own npm package (bf373c2)