Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

55 lines (40 loc) · 1.07 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.6.2] - 2015-12-02

Fixed

  • API::Params will not work correctly when both optional and defaults are specified

[0.6.1] - 2015-11-28

Fixed

  • typo in topic_posts method

[0.6.0] - 2015-11-27

Added

  • get posts in topic by an array of id's

[0.5.1] - 2015-11-21

Fixed

  • remove puts statement

[0.5.0] - 2015-11-21

Added

  • get latest category topics by page

[0.4.0] - 2015-01-15

Added

  • generate an api key for a user
  • revoke an api key for a user
  • update user trust level
  • grant user badge

[0.3.6] - 2015-01-11

Added

  • list badges
  • view email settings
  • list emails sent
  • list badges by user
  • be able to specify SSL connection settings
  • list api keys generated
  • list backups created

[0.3.5] - 2015-01-06

Added

  • Can now get a list of users by type: active, new, staff, etc.
  • client.category_latest_posts("category-slug") endpoint

[0.1.2] - 2014-05-11

  • Release