Skip to content

Commit

Permalink
Prepare release v3.0.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre authored Aug 19, 2020
1 parent a2d34d0 commit 4f8cd6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes between versions

## 3.0.0 (2020-08-19)

* **Massive specification update** to latest Slack official version:
* adds all the admin* endpoints
* adds the fileRemote* endpoints
* adds the views* endpoints
* Add a `bin/slack-api-client-generator` command to help further updates
* Upgrade to JanePHP version 6
* **Breaking** Some options have new types, for example ChatUpdate `as_user` option was a boolean and is now a string

Thanks [@xavierlacot](https://github.com/xavierlacot) for the huge work on those features.

## 2.5.0 (2020-04-29)

* Update specification to latest version (ids are now longer than 8 chars)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ features, some only cover a small part of the API and most are simply no longer
maintained.

This SDK is generated automatically with [JanePHP](https://github.com/janephp/janephp)
from the [official Slack API specs](https://github.com/slackapi/slack-api-specs).
from the [official Slack API specs](https://github.com/slackapi/slack-api-specs). It provide a fully object oriented interface for all the endpoints, requests and responses of the Slack Web API.

## Installation

Expand Down

0 comments on commit 4f8cd6a

Please sign in to comment.