Skip to content

CORE v0.4.0

Latest
Compare
Choose a tag to compare
@gbenziv gbenziv released this 16 Jan 17:40
· 33 commits to master since this release
16e0880

Breaking Changes

  • Created customer management component (#178)
  • Added linux build to github actions (#169)

New Features

  • Added "fixed" employee status (#197)
  • Added support for unit of measurement (#195)
  • Added Update and Delete customer feature (#188)
  • Added Create Customer feature (#186)
  • Implemented get customer details feature (#185)
  • Implemented customer list API (#184)
  • Created customer entity (#176)

Bug fixes

  • Addressed issues found in Codacy and LGTM (#175)

Improvements

  • Created Screen base class (#192)
  • Created Core controller baseclass (#191)
  • Changed validation result type from std::unordered_map to std::map (#180)
  • Created typedefs for CoreAPI pointers (#189)
  • Added on workflow dispatch (#172)
  • Fixed CI profiling (#170)
  • Provided an API to retrieve user data using the employeeID (#167)

Other Changes

  • ReadMe v6.0 (#174)
  • Removed codacity coverage (#173)
  • ReadMe v5.1 (#165)