Releases: thecsw/mira
v4.0.0 Stable release for others to use, promise to not break the API
The problem
mira was mostly a home-cooked product for some internal Reddit API uses within Stellom. Bad fixes and middle-of-the-night typo fixing caused this bad habit of rapid releasing and sometimes making breaking changes to the API.
The solution
v4.0.0. should be considered a stable public release, mira is working well and doesn't require any new hotfixes and can be easily extended to any special cases or unimplemented Reddit endpoints. Please feel free to use mira. Any new changes should not be breaking in v4.X.X
Thank you
Bugfix mentions and comment reply streams.
Issue has been resolved by aggressive filtering.
Better than ever!
Nasty bug with mixed Chain values is fixed and mira is stable again.
Small bug fixes in ListUnreadMessages()
mark was set to true
when it should have been false
Polished and patched mira release!
StreamMentions()
and StreamCommentReplies()
are working again!
Optimized mira with pointer channels and more!
Release v2.2.0
*Reddit.Info()
works properly now.
You can stream multiple subreddits by just passing N number of subreddit names to *Reddit.Subreddit()
Release v2.0.0
New mira release includes better interfaces and chainable functions!
You can do new tricks, like:
r.Subreddit("mysubreddit").Submit("mytitle", "mytext")
And other cool stuff. For more information, please refer to the README.md
Release v1.1.2
Fixed a bug with expired clients
Release v1.1.1
Fixed some issues with URL query escapes.
Better mira!
This new release includes improvements for mira, such as custom *http.Client
handlers you can give, special request method for mira requests, various improvements, and better error handling.