Skip to content

Commit 93d080b

Browse files
committed
Created CHANGELOG.md
1 parent 777331b commit 93d080b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## Release Version 1.1.0 (2019-11-2)
4+
5+
Besides the new features, this release includes various under-the-hood improvements that help in the development process.
6+
7+
## Features
8+
9+
* New methods on the `StackExchange` class:
10+
* getSites()
11+
* similarSearch()
12+
* getPrivileges()
13+
* getAnswers()
14+
* getAnswersByIds()
15+
* getComments()
16+
* getCommentsByIds()
17+
* getCommentsOnAnswers()
18+
* getTags()
19+
* getModeratorOnlyTags()
20+
* getRequiredTags()
21+
* advancedSearch()
22+
* getBadges()
23+
* getBadgesByIds()
24+
* getNamedBadges()
25+
* getRecipientsBadges()
26+
* getRecipientsBadgesByIds()
27+
* getTagBasedBadges()
28+
* getInfo()
29+
30+
## Release Version 1.0.1 (2019-10-19)
31+
32+
### Bug Fixes
33+
34+
* Fixed README
35+
36+
## Release Version 1.0.0 (2019-10-19)
37+
38+
***Initial Release***

0 commit comments

Comments
 (0)