All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Unfiltered channels were getting added back to filtered when user count was greater than 2.
- Standard.js formatting
- Eslint
- Filtered channel list by number of members is now used to get channel history to filter on time.
- Getting the channel history now is inlcusive by the latest date in each channel.
- Docker support
- Package version now pull from package.json
- Keywords to package.json
- Removed extra console log
- Removed
Private
flag in package.json to publish to NPM
- LICENSE
-b, --basic
option default setting documentation
- README and help documentation for the
-b, --basic
option to reflect what the option is used for - CHANGELOG format
- Updated Yarn and NPM install methods to pull from NPM
- added a -b --basic option so allow for basic stdout for cron and task runner tools
- refactored the code so requests are throttled to 1 per 2 sec
- fixed a bug in input name for channel list params
- Fix typos in recent README changes
- updated stdout to use console log
- updated error out to use console error
- Fixed typos all over
- All the things