improve README.MD & CHANGELOG.MD

This commit is contained in:
binaryify 2017-04-06 23:10:18 +08:00
parent 77f848b74e
commit d2cb1cfada
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 更新日志
## 2.1.0 | 2017.4.6
增加获取评论接口以及对应单元测试,增加更新日志
## 2.0.0 | 2017.4.1
版本升级到 2.0.增加使用文档,完成项目重构,增加更完善的单元测试,升级 api 到 v2+,支持登录并获取用户信息和创建的歌单,可通过获取音乐 url 接口获取用户歌单里的的音乐,获取每日推荐歌单和每日推荐音乐

View File

@ -30,7 +30,7 @@ $ node app.js
[文档地址](https://binaryify.github.io/NeteaseCloudMusicApi)
## 更新日志
[看这里](https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/CHANGELOG.MD)
[changelog](https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/CHANGELOG.MD)
## 单元测试
``` shell