Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.15.0 #442

Merged
merged 1 commit into from Dec 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/_posts/2017-12-21-v3.15.0
@@ -0,0 +1,13 @@
---
layout: changelog
---
- **Deprecates data store APIs** See the migration document for more details:https://github.com/slackapi/node-slack-sdk/wiki/DataStore-v3.x-Migration-Guide
- Major docs content rewrite (thanks @aoberoi) #428, #239, #305, #310, #364, #366, #413, #411, #423
- Adds `chat.getPermalink` Web API method (thanks @DominikPalo) #431
- Adds `opts.user` argument to `users.identity` Web API method (thanks @bertrandom) #432
- Fixes bug with not passing optional arguments for `conversations.info` (thanks @aoberoi) #441
- Fixes dead link to node-retry (thanks @pine) #433
- Adds eaiser support for `Buffer` input in `files.upload` Web API method (thanks @aoeberoi) #307
- Refactors logger usage across the package (thanks @aoberoi) #334
- General JSDoc, `require()`, dead code, clean up

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@slack/client",
"version": "3.14.2",
"version": "3.15.0",
"description": "A library for creating a Slack client",
"main": "./index",
"scripts": {
Expand Down