- Add
api.auth
method (Request.setAuth
). #10
- Fix answer count for questions under topic.
- Fix questions to meet the zhihu new API.
- Fix all incorrect comments count bug.
- Fix bug: incorrect comments count for topic answers.
- Improve request module.
- Add
api.column
.
- Add
api.action
: follow/unfollow users, send messages, vote answers.
mkdir -p
if directory not exists when downloading images.- Improve request module.
- Add collection API.
- Add
Image.from
method.
- Changed user API to support new homepage.
- Support multiple sessions.
- Request with authorization headers.
- Unify property names with official version.
- Image downloader.
- Add Travis-CI.
- Add
api.org
. - For user and organization, change property
uname
toslug
. - Add
type
property to user and organization. - Remove
config.js
. - Update
request.js
. - Remove
api.action
. - Improve parser.
- Other enhancements.
- Add detail information for collection activities and roundtable activities
- Add detail infromation for
user.activities()
- Update docs
- Code style: use 2-space indent
- Fix bug: anonymous users' link should be empty string
- Improve comments
- Refactor
config
- Remove
user.status()
- Add user status to
user.detail()
- Add
answer.comments()
- Add
Answer.exploreDay()
andAnswer.exploreMonth()
- Update docs
- Remove
user.latestActivity()
- Add
user.activities()
- Update docs
- Add docs
- Add
api.answer
- Change license from WTFPL to MIT
- Other enhancement
- Fix parser due to zhihu's page adjustment
- Fix some bugs
- Remove useless apis. Close #4
- Add functions to
api.user
- Add functions to
api.question
- Add functions to
api.topic
- Add functions to
api.action
- Add test cases
- Add
api.user
- Add
api.question
- Initial release