- Fix ruby 2.7 deprecation warning
- Bugfix - fix html escaping issue
- Bugfix - call per-cell configuration block with correct index for footer row
- Allow passing in class of object to avoid header edge case when the collection is empty
- New configuration mechanism for HTML presenter
- Described new configuration mechanism in readme
- Documented skip_header and added and documented skip_footer
- Removed Gemfile.lock file
- No longer convert column block output to string
- Removed dependencies on ActiveSupport (try and blank?)
- Added specs
- First Release