v0.1.0
Pre-release
Pre-release
Release Notes - Version 0.1.0
What's Changed
- Update and merge backend and frontend into monorepo in #1
Specific changes/improvements include:
- Migrates implementations from javascript to typescript
- Changes build system to pnpm
- Adds database (postgres) for storing exercises; defines schema with prisma
- Implements a frontend interface for adding/editing/cloning exercises
- Adds initial "privileged" access for single user via password authentication
- Re-designs backend API to support exercise creation, modification, deletion, validation, and submission.
Full Changelog: frontend-v0.1.0...v0.1.0