Releases: lukecarr/tiny-todo
Releases · lukecarr/tiny-todo
v0.1.0-alpha.19
Changelog
- 8b4e600 ✨ Added API route for querying single task
- b3e70d7 ✨ Added env var to disable in-memory warning
- 115533b ♻️ Refactored in-memory database to use native SQLite
- 9bb2d09 ✨ Added basic data/form validation with zod
- 5b50a65 🔧 Enabled TypeScript strict mode
- 62c1bec 🏷️ Resolved WindiCSS attributify errors in TS strict mode
- 4c894e5 ✏️ Fixed typos in docker workflows
v0.1.0-alpha.18
Changelog
- 3263d00 👷 Populated footer build info in Docker images
- a94dffa 👷 Added GitHub code owners file
- 8be18b9 ♻️ Extracted header nav into separate component
- 32a7abb 💄 Fixed wrong emoji in frontend header
- 40cb3e0 ✨ Added API routes for complete/incomplete tasks
- 8d3971e 📝 Added semver notice to README
- 1ab77cd 📝 Added missing JSDocs
- d1fcd5d ♻️ Refactored local storage hook to reduce complexity
- 0b3dec3 🙈 Added nodejs logs to root gitignore
- 8487d9a ♻️ Refactored new task form to reduce complexity
- ca480ab 📝 Added env vars to README
- 72c828b 📝 Added docs on CLI usage and data persistence
- ef4c61a 📝 Added example with persistent data
- ec371a9 👷♂️ Added nightly docker image
- 6c574e4 💄 Improved styling of welcome message
- c706a4f 💄 Added link styling to nav items
- 7f2b702 📄 Added screenshot to README
- d07b259 📄 Added license section to README
- 32eaaa0 📄 Added contributors file
- 4cabb20 🔨 Configured allcontributors.org
- c47f542 👷 Configured renovate to use "type: renovate" issue label
- 4a09a0b 📄 Tweaked docker-compose-caddy example's README wording
- 0130b8f 📝 Added docker-compose & caddy example
- 9b6e847 📄 Changed license from MIT to Apache 2.0
- c8e7a15 📝 Added docker install instructions to README
v0.1.0-alpha.17
v0.1.0-alpha.16
Changelog
- 2e4debd ✨ Added request IDs and request logging (LOG_LEVEL)
- 9ca07c8 ♻️ Switched to attributify within windicss
- 0ddf7d5 🔨 Added build & serve commands to gitpod task
- 1c231c1 🔨 Added staticcheck install to gitpod prebuild
- 54d934e ✨ Added in-memory storage mode
- b718cc8 🐛 Commit SHA now shortened to 7 chars in footer
v0.1.0-alpha.15
Changelog
- 8c84968 🔨 Added eslint for frontend linting
- 87c058a ⚰️ Removed unused imports
- fa2469f ⚡️ Added /api/version to prefetch
- fb9ae28 ♻️ Refactored to use global SWR configuration
- 1de62db ♻️ Refactored to create Link component
- 924cf7e ♻️ Refactored build info to use undefined values
- fde0e0a 🐛 Fixed issue with build info showing incorrect date in builds
- b340c52 🐛 Commit SHA now hidden when running in dev mode
- 8c05372 🐛 Build info no longer defaults to "undefined"
- df5411e ♻️ Changed useLocalStorage to use immer and useEffect
- 4a5c5eb 🔨 Fixed gitpod prebuild task
v0.1.0-alpha.14
Changelog
- b748c7c ✨ Added links to GitHub releases/commits in footer
- 9b35ba7 ⚰️ Removed version from header (now in footer)
- f37a45c 🐛 Fixed console color issues on windows_amd64
- 03e363a 🥅 Changed zerolog to use stdout instead of stderr
- 3dcc846 💄 Improved styling & alignment of footer
- d151054 ⚰️ Removed version from about page (now in footer)
v0.1.0-alpha.12
v0.1.0-alpha.11
v0.1.0-alpha.10
🔨 Added makefile task for production run