Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 1.09 KB

Changelog

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

1.2.6 (2023-11-09)

1.2.5 (2023-11-09)

Bug Fixes

  • Cannot assign bool to property Bluestone\Redmine\Entities\Version::$dueDate of type ?DateTime (#1)

1.2.4 (2022-12-21)

Bug Fixes

  • Serialization of Issue.
  • Property name of Status is nullable.
  • Serialize startDate & dueDate of Issue.

1.2.3 (2022-12-07)

Bug Fixes

  • DueDate format of Issue.

1.2.2 (2022-12-07)

Bug Fixes

  • Nullable DateTime casting.

1.2.1 (2022-12-06)

Code Refactoring

  • Replace Spatie DTO package with ours.

1.2.0 (2022-11-30)

Features

  • Add attachments to Issue.

1.1.0 (2022-11-29)

Features

  • Add category to Issue.

1.0.1 (2022-11-25)

Continuous Integrations

  • Automatic update of CHANGELOG on commit on master.

Documentation

  • Add CHANGELOG.

1.0.0 (2022-11-22)

Features

  • Can hit issues, projects & versions endpoints.

Tests

  • Add tests & syntax analyser.

Continuous Integrations

  • Run tests automatically.