ROADMAP.md in convenient_service-0.2.0 vs ROADMAP.md in convenient_service-0.2.1
- old
+ new
@@ -46,7 +46,10 @@
| Medium | 🚧 | Heredoc for error messages |
| Medium | 🚧 | Specs for `be_success`, `be_error`, `be_failure` matchers | |
| Low | 🚧 | [Receive Counts](https://relishapp.com/rspec/rspec-mocks/docs/setting-constraints/receive-counts) for `delegate_to` | |
| 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 |
Search for `TODO`s in the codebase for more tasks.