Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.71 KB

File metadata and controls

27 lines (15 loc) · 1.71 KB

Changelog

All notable changes for the Github platform will be documented in this file.

Note that there is no changelog available for the initial release of the platform (2.0.0), you can find the release notes here.

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

Unreleased

[3.0.0] - 2019-12-01

Changed

  • GithubPlatform.(Open/Get)Issue now return an instance of Issue.Smart. This allows to access additional information from the issue such as its content.
  • Action parameters and return are now statically typed. This change breaks the public API: execution models relying on the generic Object type for parameter and return now need to cast values to the expected type. (e.g. ChatPlatform.Reply(message) now requires that message is a String, this can be fixed with the following syntax ChatPlatform.Reply(message as String)).

[2.1.0]- 2019-10-10

Changed

[2.0.0] - 2019-08-20

See the release notes here.