- Fix converting large number of files. (PR #24)
- Fix logic for selecting command line args for the most precise filename pattern, if multiple patterns would match
- Add
required_ruby_version
to gemspec.
- Add support for Ruby 2.7, 3,0, 3.1, 3.2
- Breaks Drop support for Ruby 2.4
- Contract violation fixes from PR #15
- Breaks Drop support for MRI Ruby 2.0.0
- Fix running external conversion tool
- Middleman 4.0.0 compatibility
- Breaks Middleman 3.. support, use gem version 0.3.2 with older Middleman versions
- Add new option: run_before_build with default value false (ie. default behaviour will stay unchanged)
- Fixes regression bug with extension config options
- Add
ignore
option similar to the one in the asset_hash extension - Allow using Regexp to match files for custom conversion options
- First release