Skip to content

Releases: lukecarr/attendance

v0.2.1

26 Jan 11:26
Compare
Choose a tag to compare

Changelog

  • 8746de5 🐛 Fixed bug with DfE randomly renaming files in ZIP archive 🤷‍♂️
  • 163c701 Update README.md
  • eb95c6f 🐛 Fixed blank CSV for student attendance

v0.2.0

17 Dec 20:30
Compare
Choose a tag to compare

Changelog

  • a7035f2 ✨ Added scraper for daily workforce absence data
  • f6cb38e 💄 Revamped endpoints UI
  • ee14c49 💄 Added light/dark mode toggle
  • acb18da 📝 Added web API to README
  • 4f4d99d 🐛 Fixed invalid href on endpoint links
  • 70fd5ee 💚 Fixed type error during compilation
  • 12d83a7 ♻️ Now using getStaticProps for loading endpoints
  • b8f17e3 💄 Added Tailwindcss for styling
  • 31e16f1 ✨ Replaced redis with HTTP cache-control
  • bb1694a 🚑 Fixed invalid ioredis expiry usage
  • fe07525 🏷️ Added missing types for ioredis
  • e78f303 ♻️ Replaced keyv with ioredis
  • 0a8c420 🐛 Replaced anchor tag with next/link
  • 4403e16 Merge branch 'main' of https://github.com/lukecarr/dfe-attendance
  • e079691 ✨ Added web-based API for getting scraped data
  • b0add99 📄 Added banner image to README
  • 1692b35 📝 Updated README
  • ce4ffec ⬆️ Upgraded go.mod and GitHub actions to Go 1.17

v0.1.0

16 Dec 17:17
Compare
Choose a tag to compare

Changelog

  • e138d82 👷 Added automated GitHub releases
  • 4368134 💚 Bumped go.mod version to 1.16
  • 5402a61 👷 Added GitHub action for goreleaser workflow
  • e6df970 ✨ Added CLI flags to configure output filename and DfE URL
  • 389c688 🎉 Initial commit
  • 7eb334b 🔨 Added Gitpod config for Golang
  • 325a336 Initial commit