Releases: danascheider/rambo
Version 0.7.1
This updates the dependencies to include later versions of Rake.
Version 0.6.0
This release limits Rambo support to Rails, Sinatra, and Grape (Rory support will be added in version 0.7), and replaces the --no-rails
switch with a --framework
flag. This release has breaking changes; see README for details.
Version 0.3.3
This fixes a bug that caused Rambo to crash when run.
Version 0.3.2
This version updates ActiveSupport to support Rails 5, while maintaining backwards compatibility for Ruby versions >= 2.1.8.
Version 0.3.1
This release fixes a bug that was causing Rack::Test not to be configured properly in Rails apps.
Version 0.3.0
This version adds support for API tokens.
Version 0.2.2
This version updates the JSON Test Data gem to incorporate the latest bug fix. This enables Rambo to generate test data using the "date-time" format for strings.
Version 0.2.1
This version fixes two bugs in v. 0.2.0. First of all, it makes sure that Rails is the default option when Rambo is run using the Rake task. Second of all, it ensures that the default path where Rambo looks for the RAML file is correct.
Version 0.2.0
This version introduces a Rambo Rake task and a Ruby API in addition to the command line tool.