Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 7.04 KB

CHANGELOG.md

File metadata and controls

83 lines (59 loc) · 7.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.3.7 - 2023-03-10

✨ New Features

✅ Tests

🔧 Chores

v0.3.6 - 2023-03-01

✨ New Features

✅ Tests

🔧 Chores

v0.3.5 - 2023-03-01

🐛 Bug Fixes

v0.3.4 - 2023-03-01

💥 BREAKING CHANGES

  • due to 7fd8d50 - timestamps can be progressed by an enum (commit by @AwesomeIbex):

    timestamps can be progressed by an enum

  • due to 7576d2b - remove id from the result (commit by @AwesomeIbex):

    we handle results in a different way so result has been removed from the codec

  • due to 03ffbb5 - hide the timesheet from requesting users (commit by @AwesomeIbex):

    hide the timesheet from requesting users

  • due to f7c8e50 - generate ids on user requests (commit by @AwesomeIbex):

    this removes the ability to provide an id when sending an xbi message

✨ New Features

  • f7c8e50 - format: generate ids on user requests (commit by @AwesomeIbex)

♻️ Refactors

  • 7fd8d50 - format: timestamps can be progressed by an enum (commit by @AwesomeIbex)
  • 7576d2b - codec: remove id from the result (commit by @AwesomeIbex)
  • 03ffbb5 - format: hide the timesheet from requesting users (commit by @AwesomeIbex)