Skip to content

Releases: SoftwareInnovationsLab/secure-coder

v0.1.0

04 Jun 15:27
348a66c
Compare
Choose a tag to compare
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

frontend-v0.1.0

04 Jun 15:09
Compare
Choose a tag to compare
frontend-v0.1.0 Pre-release
Pre-release

Release Notes — Frontend Version 0.1.0

This initial implementation of the frontend was developed to support the pilot study for our EDUCON 2025 paper.