Skip to content

v0.7.1

Compare
Choose a tag to compare
@soxtoby soxtoby released this 23 May 01:24
· 270 commits to master since this release
  • User and IsUserDeleted added to Conversation.
  • TeamId added to User.
  • Title, RealNameNormalized, DisplayName, Team, and ImageOriginal added to UserProfile.
  • UserProfile.AlwaysActive is now nullable.
  • SelectedDate properties on DatePickerAction and DatePickerValue are now nullable.
  • DateTime properties like DatePicker.InitialDate are properly serialized in the yyyy-MM-dd format that Slack expects.
  • SlackUrlBuilder correctly serializes enumerables of enum values, such as the IEnumerable<ConversationType> parameters in IConversationsApi.

Thank you to @fstojanac and @ivpusic for their help with this release ✨