ROADMAP.md in convenient_service-0.2.1 vs ROADMAP.md in convenient_service-0.3.0
- old
+ new
@@ -49,7 +49,9 @@
| Low | 🚧 | Prefer versioning instead of modification plugin | |
| Low | 🚧 | Consider to move `__steps__` and `__callbacks__` to `internals_class` | Benefit? |
| Medium | 🚧 | User friendly `raise` that removes lib backtrace from caller | Should have a `debug` mode. Should work well with examples. Check RSpec `CallerFilter.first_non_rspec_line` |
| High | 🚧 | A plugin that catches `StandardError` and returns `failure` | Should be the lowest in the stack |
| High | 🚧 | `Support::Command` alias | Should be visible to the end user |
+| Low | 🚧 | Parallel steps | A killer feature |
+| Medium | 🚧 | Add Ruby 3.2 support to Docker and CI | |
Search for `TODO`s in the codebase for more tasks.