Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 04:59
· 230 commits to main since this release
376c973

1.2.0 (2024-02-16)

Features

  • add constants for each month (156fcd9)
  • after: add timestampAfter and timestampAfterFn aliases (63036ce)
  • afterOrEqual: add timestampAfterOrEqual and timestampAfterOrEqualFn aliases (7897d4d)
  • before: add timestampBefore and timestampBeforeFn aliases (5825f24)
  • beforeOrEqual: add timestampBeforeOrEqual and timestampBeforeOrEqualFn aliases (bfadee1)
  • compare: add compareTimestamps and compareTimestampsFn aliases (6db2a2f)
  • earliest: add earliestTimestamp and earliestTimestampFn aliases (beda1a0)
  • equal: add timestampsEqual and timestampsEqualFn aliases (7df6fe6)
  • formatIso8601: add formatTimestampIso8601 alias (881ec93)
  • fromReferenceSeconds: add timestampFromReferenceSeconds alias (a331b63)
  • isValid: add isTimestampValid alias (ef2a702)
  • isValid: add isValid function (86f7d61)
  • isValidTimestamp: add isValidTimestamp function (b44096b)
  • latest: add latestTimestamp and latestTimestampFn aliases (bb879fc)
  • notEqual: add timestampsNotEqual and timestampsNotEqualFn aliases (b44819c)
  • now: add timestampNow alias (2c0fce7)
  • parseIso8601: accept any sequence of whitespace characters in place of the "T" delimiter (23dd7c9)
  • parseIso8601: add parseTimestampIso8601 alias (e0d7d1e)
  • timestamp: add normalizeTimestamp alias (04e5b48)
  • toReferenceSeconds: add timestampToReferenceSeconds alias (42c6f22)
  • validate: add validate function (4d8e776)