All notable changes to this project will be documented in this file.
1.3.1 (2022-04-09)
- Add socks proxy support in httpx
1.3.0 (2022-03-23)
- Minor adjustment to functions
get_comments
andget_post_comments
- documentations: clarify usages
1.2.0 (2022-03-23)
- Add examples playground on Replit
- Function: get_posts_with_subreddit_info
- fix: get_posts will now yield list of posts
- fix: make examples output using pprint
1.1.1 (2022-03-23)
- fix: update project metadata
1.1.0 (2022-03-22)
- Function: get_comments (async generator)
- Documentation: now will be auto generated using pdoc and gh-actions
1.0.0 (2022-03-15)
- Stable release
- Update correct License in pypi
0.3.0~0.3.1 (2022-03-15)
- update: dependencies requirements
- fix: status_code error
0.2.1 (2022-03-14)
- Update to support python 3.10
- Update documentations
0.2.0 (2022-03-10)
- Function: get_pushshift_posts
- Refactor: codebase
0.1.0~0.1.4 (2022-03-09)
- Reddit Gateway API Class
- Pushift API Class
- Functions: get_post_comments, get_posts
- Issues related to release