Skip to content

v2.5.0

Compare
Choose a tag to compare
@hmellor hmellor released this 25 Apr 08:33
· 36 commits to main since this release
ce7f8d5

Stop local & Firestore data conflicts and specify time more humanly

What's Changed

  • Get item data from Firestore instead of locally by @hmellor in #28
  • Apply Prettier formatting to all source files by @hmellor in #29
  • endTime from ISO string, get items from Firebase data (not local data), and some small tweaks by @hmellor in #30
    • Item data, generateRandomItemData and generateItems moves to items.js
    • items[i].endTime now specified using ISO 8601 format (much more human readable than epoch millis)
    • endTime sent to Firestore in TimeStamp format for ease of viewing in Firebase console
    • All clocks now triggered using setInterval instead of setTimer & recursion
    • Timer will show 10ths of a second when there's less than 10 minutes left (for excitement reasons)

Full Changelog: v2.4.0...v2.5.0