- Add an
HasEndpointinstance forRawM - Add an
HasEndpointinstance forWithResource - Fix
HasEndpointinstance forCaptureAll- Previously paths would never be matched since the instance
did not consume the rest of the path like
CaptureAlldoes. The rest of the path is now captured and replaced with a*place holder and this is also the case for enumerating the endpoint.
- Previously paths would never be matched since the instance
did not consume the rest of the path like
- Support GHC up to and including 9.12
- Add an
HasEndpointinstance forAuthProtect
- Support GHC 9.4
Initial release.