Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 773 Bytes

1.2.0 (2023-01-11)

  • release(v1.2.0): Removed uneeded files from package. Update GH Action flow
  • chore(deploy): List files explicitly. New showPackFiles
  • test: Use latest Node to test
  • refactor: Switch toLocaleString to Intl.DateTimeFormat
  • test(deploy): Upgraded deployment YAML (dry-run)
  • test(fix): Spacing changed in date output
  • Update to v1.1.1 (#20)

1.1.1 (2021-03-18)

  • Fix next DOW calculation for negative values

1.1.0 (2021-01-22)

  • prevDow() get previous day of week
  • Updated code to look more like TypeScript

1.0.4 (2020-11-04)

  • Use @aquaron/vdeploy for release management

1.0.3 (2020-10-15)

  • timeLeftStr() to provide a abbreviated time left string (e.g. 65 minutes)
  • Updated tests to cover toPrettyDate()