This library performs (at least in some cases) validation of dates against the Gregorian calendar. For example, 1930-02-34 fails validation as does 2023-02-29 (non leap year), even though these dates comply with the EDTF specification.
If this inference is correct (I admit to not tracking down this validation in the code), it might be useful to add this to the README, especially since the specification is silent about validating against specific calendars.