Skip to content

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 16:20
· 181 commits to main since this release
e829b6c

Full Changelog: v4.2.1...v4.3.0

This release removes Zod and related dependencies that were used for validating this plugin's options. Instead I adopted a much more basic validation function that takes a little more work to update each time but is about 4 times faster and reduces the package size by ~76%. The logging is also slightly updated here and looks more similar to 11ty's logging (because it is actually based on 11ty's logging) - you can thank @Aankhen for that.