v0.1.0
Added
- YARD-based gem documentation
Changed
-
Breaking: The Rack::ECG initializer now uses named options, instead of an options hash.
If you manually initialized an instance, you may need to use the
**
operator to pass these options. (e.g.Rack::ECG.new(nil, **options)
)
Removed
- Breaking: Dropped support for Ruby versions < 2.5.0