Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@pan93412 pan93412 released this 20 Nov 01:17
· 22 commits to master since this release
dfd4f33

Re-tagging the version.

Features

Profile

  • Implement feature flag for "Editable Profile", "Hint", and "Comment"

Challenge page

  • Rewrite DbRunner and Challenge page
    • Typed query result: We previously returned the raw "array" and type-hinted them everywhere. Now, the DbRunner returns a QueryResultDto that wraps this type.
    • Improved "Result Presenter": Instead of passing the result everywhere, retrieve it directly in the tabs rather than receiving it from the Executor.
    • Compare the results only on needed
    • Added a new Comparer that provides more comprehensive difference information.
    • Removed "Module" from the component namespace.
    • Update DbRunner return style

Improvements

Bug fixes

Chores

  • Update dependencies.

Full Changelog: v0.2.3...v0.3.0