Skip to content

0.4.0 - Code base refactor

Pre-release
Pre-release

Choose a tag to compare

@tolauwae tolauwae released this 13 Nov 13:56
· 28 commits to main since this release
92070ed

What's Changed

Caution

Requires WARDuino version 0.7.0

πŸš€ New Features

  • Verbosity levels in output (#23,#31)

✨ Changes

  • Add Ack to proxify (#33)

πŸ› Bug Fixes

  • Reimplement github styling (#32)
  • Incorrect mantissa size for f64 conversions (#35)

🚨 Testing

♻️ Refactor

  • Refactor Reporter class with strategy pattern for styling (#24)
  • Refactor Reporter and Results classes with wrapper pattern (#31)
  • Move expect function out of Reporter to Verifier class (#31)

🎨 Improve format/structure

  • Improve output format (#23,#24)

πŸ’„ Linting

  • Migrate to ESLint v9.16.0 (#25)
  • Fix linting errors (#26)

πŸ‘· CI

  • Autotrigger releaser workflow (d01d4f4,#36)
  • Add linting to CI (#25)
  • Add unit testing and test coverage to CI (#28)