- Relax Rails dependency to allow Rails 6 ~ @JunichiIto
- Don't Ruby < 2.4, do test Rails 6 and edge ~ @dgilperez
- Bumps rake version to protect against CVE-2020-8130 ~ @dgilperez
- Drops Rails 3.2 / Ruby 1.9.3 / 2.0 support ~ @dgilperez
name
andalt
can be passed as attributes to the helper ~ @dgilperez- (Potentially breaking)
get_name_with_count
andget_name
are private now ~ @dgilperez - Fix issues with initialjs-blank.png not found @shah743 and @PierreMesure
- Adds Rails 5.2 / Ruby 2.4/2.5 to Appraisal, drops some older Ruby versions ~ @dgilperez
- Updates initial.js to master - Adds background_color option. ~ @atd
- Adds src option to prevent HTML validation error on browsers not supporting SVG. ~ @decabeza
- Adds Appraisal and rspec and a few specs. ~ @dgilperez
- Updates initial.js to master - Adds unicode support ~ @kikito
- Adds
color
andcount
options; Allows the helper to accept both an object responding to:name
and a String name. ~ @shah743