Skip to content

Latest commit

 

History

History
102 lines (55 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

102 lines (55 loc) · 5.01 KB

1.6.0 (2023-12-04)

Features

1.5.0 (2023-11-29)

Features

  • all grading logic moved to pydantic (b327ca7)

1.4.0 (2023-11-29)

Features

  • add Pydantic classes to validate assignment structure and business rules (33de272)

1.3.1 (2023-11-28)

Bug Fixes

1.3.0 (2023-11-28)

Features

  • add configurable rubric (fdc3da8)

1.2.0 (2023-11-28)

Bug Fixes

  • wrap version.py value in double quotes so that it matches black rules (88f7214)

Features

  • add a batch assignment grader. (e7df088)

1.1.6 (2023-11-28)

Bug Fixes

  • ensure that version.py construction matches that of dev (af9aa7f)

1.1.5 (2023-11-28)

Bug Fixes

  • remove pre-commit tests from ci (22ffa1b)

1.1.4 (2023-11-28)

Bug Fixes

  • add dummy variables for aws credentials (1ebf9ce)
  • create the file, append to the file (7f2b4d3)

1.1.3 (2023-11-28)

Bug Fixes

1.1.2 (2023-11-28)

Bug Fixes

1.1.1 (2023-11-28)

Bug Fixes

  • add stronger type checking, and existence of dict keys, and verbose error output (1ee48c5)
  • remove terraform and reactjs tests (a512a3a)
  • switch from pre-commit-ci to pre-commit command line in bash (3699ef2)

1.1.0 (2023-11-27)

Features

  • add unit testing (4de144e)
  • test incorrect response file type (666e686)

1.0.1 (2023-11-27)

Bug Fixes

  • make npm private so that it doesn't try to publish to npm (a446fbe)
  • make npm private so that it doesn't try to publish to npm (0ac8782)

1.0.0 (2023-11-27)

Features