Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@1stl0ve 1stl0ve released this 04 Jun 15:27
348a66c

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