- BREAKING: rehype-svimg is now a named export instead of a default export (import { rehypeSvimg } from 'rehype-svimg' instead of import rehypeSvimg from 'rehype-svimg')
- BREAKING: Drop Node 12 support
- Code now targets ES2017
- Support srcGenerator svimg option
- Support skip option to skip processing images
- Update svimg for AVIF support
- Update svimg for placeholder blur handling changes
- Support blur and quality svimg options
- Skip placeholder generation if immediate is set
- Add srcPrefix option
- Handle svimg's queue changes
- Initial release of svimg rehype plugin