Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 1.47 KB

Changelog

All notable changes for the Discord 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

  • 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.