Passing this every time we use introspection is overkill imo, have you considered:
passing only the last version instead of all
have a default value for the introspect method we all the version included by default
This update make using the api more cumbersome, everyone will probably implement a wrapper method to avoid having .iOS(.v13, .v14, .v15, .v16, .v17, .v18) everywhere. And that's if I am iOS only. Please let me know if I missed anything.
Checklist
[X] I have read the README before submitting this report.
Description
Thank you for the good work!
Passing this every time we use introspection is overkill imo, have you considered:
.iOS(.v13, .v14, .v15, .v16, .v17, .v18)
everywhere. And that's if I am iOS only. Please let me know if I missed anything.Checklist