Releases: Shopify/smart_todo
Releases · Shopify/smart_todo
v1.9.0
v1.8.0
What's Changed
- Centralize Ruby Version to
.ruby-version
by @jenshenny in #77 - Handle rate limiting by sleeping required amount by @kddnewton in #80
- Bump to v1.8.0 by @kddnewton in #81
New Contributors
- @jenshenny made their first contribution in #77
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Speed up by @kddnewton in #69
- Implement HTTP timeout/retry policies for GitHub/RubyGems/Slack clients by @davidstosik in #70
- Support older prism versions by @kddnewton in #71
New Contributors
- @kddnewton made their first contribution in #69
- @davidstosik made their first contribution in #70
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
What's Changed
- Handle better failures on TODO definition by @rafaelfranca in #63
- Better handle archived Slack channels by @rafaelfranca in #63
- Drop support to EOL rubies. Only Ruby >= 3.0 is supported by @rafaelfranca in #63
Full Changelog: v1.4.3...v1.5.0
1.4.3
1.4.0
1.3.1
Fixes
- Fix output dispatcher that was failing with a
ArgumentError
. - Prevent crash when malformed emails are present.
1.3.0
New features
- Support multiple assignees
Fixes
-
Fix issue when todo as an unindented comment.
This was making smart todo to crash:
# TODO(on: date('2019/08/04'), to: '#bla') #comment without leading space
Add a new GemBump Event
-
Added a new
on: gem_bump
event which will remind you when a gem inside your
Gemfile.lock snapshot gets updated to a specific version.# TODO(on: gem_bump('rails', '6.1'), to: '...')