2.4.0
With this version, we have migrated to the new approach for handling fetchPriority and loading from unpic where both these attributes are handled by one priority
attribute.
When attribute is set to true, the fetchPriority will be set to high and loading will be set to eager. For everything else, a loading=lazy will be used to automatically improve the performance.
What's Changed
Closes #149
Closes #155
Closes #156
Closes #157
Full Changelog: v2.3.4...v2.4.0