Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 3.27 KB

File metadata and controls

77 lines (45 loc) · 3.27 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

2.8.1 (2026-04-06)

♻️ Refactoring

  • add Formatter type alias (269d6cc)

2.8.0 (2026-04-04)

🚀 Features

  • update/fix formatters, update default locale (c1d81f2)
    • update format presets: FMT_dMyyyy, FMT_dMMMyyyy, FMT_HHmm, FMT_hm, FMT_HHmmss, FMT_hms
      • use correct locale-specific separators (e.g. /HM, /DM etc.)
    • add /MS minute-second separator & formatter
    • add tests

2.7.19 (2024-06-21)

♻️ Refactoring

  • rename various rest args to be more semantically meaningful (8088a56)
  • enforce uniform naming convention of internal functions (56992b2)

2.7.9 (2024-03-18)

♻️ Refactoring

  • update defFormat() internals (cf5890c)

2.7.0 (2024-02-22)

🚀 Features

  • add single component formatter presets (661a4b7)

2.6.0 (2024-02-22)

🚀 Features

  • add FMT_yyyyMMdd_ALT and FMT_HHmmss_ALT formatters (658bcf9)

2.5.1 (2023-11-09)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

2.5.0 (2023-11-04)

🚀 Features

  • add durationAs() & asXXX() duration helpers (ad17cee)
  • add absDifference(), add/update docs (9b54f6c)

2.4.10 (2023-03-27)

♻️ Refactoring

🧪 Tests

  • update all tests (mainly imports) (63a85f9)