hubot-seen
follows Semantic Versioning 2.0.
- Add a test suite
- Dependency upgrades
- Switch to a more modern timeago implementation, which uses slightly different strings
- Drop support for Node 6 and Node 8
- Revert a dependency upgrade that caused
TypeError: $.extend is not a function
- Data is now saved to Hubot's brain when it changes
- Dependency upgrades
- timeago-formatted times are now used by default (set
HUBOT_SEEN_TIMEAGO=false
to restore the old behavior)
- The Hubot logger is now used to send debug messages instead of
console.log
- All valid IRC nickname characters are now correctly accepted
- Fix the main command not being recognized without another word following it
- Add a command to list users seen in the last 24 hours
- Fix a syntax error
- Add timeago functionality and accompanying environment variable
- Initial release