Skip to content

v0.1.0

Compare
Choose a tag to compare
@liamdawson liamdawson released this 17 Dec 23:40
· 76 commits to main since this release
v0.1.0
d1aebcc

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