From 4610c50ea003cfdd47a1802774f42c4d5a2f4a92 Mon Sep 17 00:00:00 2001 From: binaryify Date: Sun, 27 May 2018 13:22:40 +0800 Subject: [PATCH] update to v2.12.0 --- CHANGELOG.MD | 3 +++ README.MD | 37 ------------------------------------- docs/README.md | 2 ++ package.json | 2 +- 4 files changed, 6 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 50c8d14..cbbc05f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,7 @@ # 更新日志 +### 2.12.0 | 2018.05.27 +更新文档,优化歌单详情接口 + ### 2.11.1 | 2018.05.24 更新文档,优化`/dj/program`接口 diff --git a/README.MD b/README.MD index 80015f0..a54e551 100644 --- a/README.MD +++ b/README.MD @@ -18,43 +18,6 @@ [sqaiyan/netmusic-node](https://github.com/sqaiyan/netmusic-node) -## 版本新特性 -### 2.11.0 | 2018.05.21 -增加收藏歌手列表&订阅电台列表 - -### 2.10.0 | 2018.05.17 -歌单操作调整为批量操作 - -### 2.9.8 | 2018.05.10 -新增歌手分类列表,收藏/取消收藏歌手接口,新增更新用户信息,更新歌单接口 - -### 2.9.6 | 2018.05.08 -新增发送私信相关接口,新增新建歌单,收藏/取消收藏歌单接口 - -### 2.9.4 | 2018.05.04 -新增热搜接口,更新 banner 接口 - -### 2.9.0 | 2018.01.26 - -docker 构建文件的一些增强以及增加访问日志和调试输出 - -### 2.8.1 | 2018.01.04 - -添加了 proxy 功能 - -### 2.6.4 | 2017.7.16 - -添加缓存机制和随机 UA 机制 感谢[@u3u](https://github.com/u3u) -[issue:77](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/77) 优化请求 -代码 感谢 [@huhuime](https://github.com/huhuime) -[issue:83](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/83) - -### 2.5.0 | 2017.4.29 - -增加 mv/ 专辑 / 歌单评论接口 , 增加云盘相关接口 , 增加获取用户动态 / 信息接口 , -增加关注 / 粉丝列表接口 , 增加收藏歌单接口 , 增加相似 mv/ 歌曲 / 用户接口 , 增加 -banner 接口 , 增加刷新登录接口 , 增加电台相关接口 , 补充评论接口 , 更新文档 - ## 功能特性 1. 登录 diff --git a/docs/README.md b/docs/README.md index 50256b3..beefd99 100644 --- a/docs/README.md +++ b/docs/README.md @@ -545,6 +545,8 @@ category Code 取值: **必选参数 :** `id` : 歌单 id +**可选参数 :** `s` : 歌单最近的s个收藏者 + **接口地址 :** `/playlist/detail` **调用例子 :** `/playlist/detail?id=24381616` diff --git a/package.json b/package.json index ae6cde2..3689dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "2.11.1", + "version": "2.12.0", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", -- GitLab