Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1001 Bytes

CHANGELOG.md

File metadata and controls

38 lines (31 loc) · 1001 Bytes

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.

[Future]

  • Keep investigating the API and add more methods.
  • Add types to getCommunities.
  • Add types to getHeadlines.
  • Add types to joinCommunity.
  • Add types to leaveCommunity.
  • Add types to leaveThread.
  • Add types to joinThread.

[Unreleased]

Added

  • Added types to getCommunityInfo.
  • Added getCommunityReminder method.

Changed

  • Refactored a bunch of interfaces.
  • Interface types now are sorted so its easier to check for changes in the API.

[1.0.6] - 2018-06-21

Added

  • getWallet.
  • getOnlineMembers.
  • leaveThread.
  • joinThread.
  • DELETE petition helper.
  • This changelog.

Changed

  • CheckIn example in README.md follows the updated method.

Fixed

  • CheckIn now works, previous version was returning an error.